34 Commits (ed819fb9268535589c2302277f4d80afa6d38d79)

Author SHA1 Message Date
  Eric Haszlakiewicz 4207147c24 Bump the versions for the non-release branch; add a placeholder section to the change log. 12 years ago
  Eric Haszlakiewicz eee744cd7e Update the changelog with changes since the 0.10 release. 12 years ago
  Remi Collet 197cb1d1c1 Make maximum recursion depth a runtime option 13 years ago
  Eric Haszlakiewicz 8ce53f9d1e Note the rename in the ChangeLog, and update the instructions in the README file. 13 years ago
  Eric Haszlakiewicz 1abaaee658 Update the ChangeLog with the rest of the changes that will be included in the 0.10 release. 13 years ago
  Eric Haszlakiewicz 20707f4e14 Note a few recent changes in the ChangeLog. 14 years ago
  Michael Clark bd0a567673 * Fix file descriptor leak if memory allocation fails in json_util 15 years ago
  Michael Clark c4dceae1c5 * Add int64 support. Two new functions json_object_net_int64 and 15 years ago
  Michael Clark f5dd43a9d1 * Fix subtle bug in linkhash where lookup could hang after all slots 16 years ago
  Brent Miller 126ad95fc4 * Add handling of surrogate pairs 16 years ago
  Brent Miller f8663fc16f * Correct comment describing printbuf_memappend in printbuf.h 16 years ago
  Michael Clark 09abeffda3 Add note about autoconf README changes to ChangeLog 16 years ago
  Christopher Watford b22565d1fd Update changelog 16 years ago
  Michael Clark c80ba8dd42 typo fix 16 years ago
  Michael Clark 7fb9b03ffd * Rename min and max so we can never clash with C or C++ std library 16 years ago
  Christopher Watford 543bb1431f Erik Hovland (3): 16 years ago
  Christopher Watford c5cbf8214a Disable REFCOUNT_DEBUG by default in json_object.c 16 years ago
  Michael Clark 24ea8c0414 update changelog for json_object_get_boolean fix 16 years ago
  Michael Clark 95f55a761c optimizations to json_tokener_parse_ex(), printbuf_memappend() 16 years ago
  Michael Clark aaec1ef3c5 * Don't use this as a variable, so we can compile with a C++ compiler 16 years ago
  Michael Clark 266a3fd301 * Don't use this as a variable, so we can compile with a C++ compiler 16 years ago
  Michael Clark 22dee7cb59 * Null pointer dereference fix. Fix json_object_get_boolean strlen test 16 years ago
  Michael Clark e8de078806 * Fixed warning reported by adding -Wstrict-prototypes 16 years ago
  Michael Clark 68cafad078 Add const correctness to public interfaces 16 years ago
  Michael Clark 8cdac64ccd Add va_end for every va_start. 16 years ago
  Michael Clark 14862b1ef3 Patch allows for json-c compile with -Werror and not fail due to 18 years ago
  Michael Clark c8f4a6e7de * Fix bug with use of capital E in numbers with exponents 18 years ago
  Michael Clark dfaf670436 * Add macros to enable compiling out debug code 18 years ago
  Michael Clark a850f8e29e * Add escaping of backslash to json output 18 years ago
  Michael Clark 837240f75f * Fix bug in escaping of control characters 18 years ago
  Michael Clark f6a6e486ff * Make headers C++ compatible by change *this to *obj 18 years ago
  Michael Clark 0370baa74c * Fix additional error case in object parsing 18 years ago
  Michael Clark 7b899b6dc5 * fix pointer arithmetic bug for error pointer check in is_error() macro 18 years ago
  Michael Clark 4504df7117 * printbuf.c - C. Watford (christopher dot watford at gmail dot com) 18 years ago