1. 515ba0d Bump versions up to 0.12.99 since a 0.12 release was just created. by Eric Haszlakiewicz · 10 years ago
  2. f84d9c5 Update the ChangeLog with the changes for the 0.12 release. by Eric Haszlakiewicz · 10 years ago
  3. 51993c2 Added a json_object_new_double_s() convenience function to allow an exact string representation of a double to be specified when creating the object and use it in json_tokener_parse_ex() so a re-serialized object more exactly matches the input. by Eric Haszlakiewicz · 11 years ago
  4. 4207147 Bump the versions for the non-release branch; add a placeholder section to the change log. by Eric Haszlakiewicz · 11 years ago
  5. eee744c Update the changelog with changes since the 0.10 release. by Eric Haszlakiewicz · 11 years ago
  6. 197cb1d Make maximum recursion depth a runtime option by Remi Collet · 11 years ago
  7. 8ce53f9 Note the rename in the ChangeLog, and update the instructions in the README file. by Eric Haszlakiewicz · 12 years ago
  8. 1abaaee Update the ChangeLog with the rest of the changes that will be included in the 0.10 release. by Eric Haszlakiewicz · 12 years ago
  9. 20707f4 Note a few recent changes in the ChangeLog. by Eric Haszlakiewicz · 13 years ago
  10. bd0a567 * Fix file descriptor leak if memory allocation fails in json_util by Michael Clark · 14 years ago
  11. c4dceae * Add int64 support. Two new functions json_object_net_int64 and by Michael Clark · 14 years ago
  12. f5dd43a * Fix subtle bug in linkhash where lookup could hang after all slots by Michael Clark · 15 years ago
  13. 126ad95 * Add handling of surrogate pairs by Brent Miller · 15 years ago
  14. f8663fc * Correct comment describing printbuf_memappend in printbuf.h by Brent Miller · 15 years ago
  15. 09abeff Add note about autoconf README changes to ChangeLog by Michael Clark · 15 years ago
  16. b22565d Update changelog by Christopher Watford · 15 years ago
  17. c80ba8d typo fix by Michael Clark · 15 years ago
  18. 7fb9b03 * Rename min and max so we can never clash with C or C++ std library by Michael Clark · 15 years ago
  19. 543bb14 Erik Hovland (3): by Christopher Watford · 15 years ago
  20. c5cbf82 Disable REFCOUNT_DEBUG by default in json_object.c by Christopher Watford · 15 years ago
  21. 24ea8c0 update changelog for json_object_get_boolean fix by Michael Clark · 15 years ago
  22. 95f55a7 optimizations to json_tokener_parse_ex(), printbuf_memappend() by Michael Clark · 15 years ago
  23. aaec1ef * Don't use this as a variable, so we can compile with a C++ compiler by Michael Clark · 15 years ago
  24. 266a3fd * Don't use this as a variable, so we can compile with a C++ compiler by Michael Clark · 15 years ago
  25. 22dee7c * Null pointer dereference fix. Fix json_object_get_boolean strlen test by Michael Clark · 15 years ago
  26. e8de078 * Fixed warning reported by adding -Wstrict-prototypes by Michael Clark · 15 years ago
  27. 68cafad Add const correctness to public interfaces by Michael Clark · 15 years ago
  28. 8cdac64 Add va_end for every va_start. Dotan Barak, dotanba at gmail dot com by Michael Clark · 15 years ago
  29. 14862b1 Patch allows for json-c compile with -Werror and not fail due to by Michael Clark · 16 years ago
  30. c8f4a6e * Fix bug with use of capital E in numbers with exponents by Michael Clark · 16 years ago
  31. dfaf670 * Add macros to enable compiling out debug code by Michael Clark · 17 years ago
  32. a850f8e * Add escaping of backslash to json output by Michael Clark · 17 years ago
  33. 837240f * Fix bug in escaping of control characters by Michael Clark · 17 years ago
  34. f6a6e48 * Make headers C++ compatible by change *this to *obj by Michael Clark · 17 years ago
  35. 0370baa * Fix additional error case in object parsing by Michael Clark · 17 years ago
  36. 7b899b6 * fix pointer arithmetic bug for error pointer check in is_error() macro by Michael Clark · 17 years ago
  37. 4504df7 * printbuf.c - C. Watford (christopher dot watford at gmail dot com) by Michael Clark · 17 years ago