index
:
delta/json-c.git
baserock/json-c-0.12-20140410
baserock/json-c-0.12-20140410-plus-patch
baserock/morph
gh-pages
json-c-0.10
json-c-0.11
json-c-0.12
json-c-0.13
json-c-0.14
json-c-0.15
json-c-0.16
json_object-split
kdopen-rename_library
master
newer-appveyor
github.com: json-c/json-c.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copy over note about the 0.12.1 release to the master branch.
Eric Haszlakiewicz
2016-06-07
1
-0
/
+4
*
Bump versions up to 0.12.99 since a 0.12 release was just created.
Eric Haszlakiewicz
2014-04-10
1
-0
/
+4
*
Update the ChangeLog with the changes for the 0.12 release.
Eric Haszlakiewicz
2014-04-10
1
-1
/
+33
*
Added a json_object_new_double_s() convenience function to allow an exact str...
Eric Haszlakiewicz
2013-09-11
1
-1
/
+4
*
Bump the versions for the non-release branch; add a placeholder section to th...
Eric Haszlakiewicz
2013-04-02
1
-0
/
+4
*
Update the changelog with changes since the 0.10 release.
Eric Haszlakiewicz
2013-03-31
1
-1
/
+12
*
Make maximum recursion depth a runtime option
Remi Collet
2012-11-27
1
-0
/
+3
*
Note the rename in the ChangeLog, and update the instructions in the README f...
kdopen-rename_library
Eric Haszlakiewicz
2012-07-29
1
-0
/
+10
*
Update the ChangeLog with the rest of the changes that will be included in th...
Eric Haszlakiewicz
2012-04-29
1
-0
/
+22
*
Note a few recent changes in the ChangeLog.
Eric Haszlakiewicz
2011-05-03
1
-0
/
+9
*
* Fix file descriptor leak if memory allocation fails in json_util
Michael Clark
2010-10-13
1
-0
/
+2
*
* Add int64 support. Two new functions json_object_net_int64 and
Michael Clark
2010-10-06
1
-0
/
+4
*
* Fix subtle bug in linkhash where lookup could hang after all slots
Michael Clark
2009-08-27
1
-0
/
+6
*
* Add handling of surrogate pairs
Brent Miller
2009-08-20
1
-0
/
+2
*
* Correct comment describing printbuf_memappend in printbuf.h
Brent Miller
2009-08-20
1
-0
/
+3
*
Add note about autoconf README changes to ChangeLog
Michael Clark
2009-08-19
1
-0
/
+2
*
Update changelog
Christopher Watford
2009-07-31
1
-0
/
+2
*
typo fix
Michael Clark
2009-07-25
1
-1
/
+1
*
* Rename min and max so we can never clash with C or C++ std library
Michael Clark
2009-07-25
1
-0
/
+2
*
Erik Hovland (3):
Christopher Watford
2009-07-08
1
-0
/
+4
*
Disable REFCOUNT_DEBUG by default in json_object.c
Christopher Watford
2009-06-30
1
-0
/
+1
*
update changelog for json_object_get_boolean fix
Michael Clark
2009-04-27
1
-0
/
+2
*
optimizations to json_tokener_parse_ex(), printbuf_memappend()
Michael Clark
2009-04-27
1
-0
/
+2
*
* Don't use this as a variable, so we can compile with a C++ compiler
Michael Clark
2009-02-25
1
-0
/
+3
*
* Don't use this as a variable, so we can compile with a C++ compiler
Michael Clark
2009-02-25
1
-0
/
+2
*
* Null pointer dereference fix. Fix json_object_get_boolean strlen test
Michael Clark
2009-02-25
1
-0
/
+3
*
* Fixed warning reported by adding -Wstrict-prototypes
Michael Clark
2009-02-25
1
-0
/
+3
*
Add const correctness to public interfaces
Michael Clark
2009-01-06
1
-0
/
+4
*
Add va_end for every va_start.
Michael Clark
2009-01-05
1
-0
/
+2
*
Patch allows for json-c compile with -Werror and not fail due to
Michael Clark
2007-12-07
1
-0
/
+3
*
* Fix bug with use of capital E in numbers with exponents
Michael Clark
2007-12-07
1
-0
/
+3
*
* Add macros to enable compiling out debug code
Michael Clark
2007-10-25
1
-0
/
+4
*
* Add escaping of backslash to json output
Michael Clark
2007-03-13
1
-0
/
+6
*
* Fix bug in escaping of control characters
Michael Clark
2007-03-13
1
-0
/
+7
*
* Make headers C++ compatible by change *this to *obj
Michael Clark
2007-03-13
1
-0
/
+12
*
* Fix additional error case in object parsing
Michael Clark
2007-03-13
1
-0
/
+6
*
* fix pointer arithmetic bug for error pointer check in is_error() macro
Michael Clark
2007-03-13
1
-0
/
+6
*
* printbuf.c - C. Watford (christopher dot watford at gmail dot com)
Michael Clark
2007-03-13
1
-0
/
+24