1. a7bd85c Remove a few more things in the distclean target to get rid of *all* generated files. by Eric Haszlakiewicz · 12 years ago
  2. f30a9ac Fix a bug in json_tokener_parse_ex when re-using the same tokener to parse multiple objects. Now, json_tokener_reset() does not need to be called after a valid object is parsed. by Eric Haszlakiewicz · 12 years ago
  3. 30c6c4a Split the json_tokener_parse tests off from test1 into their own test and add several more cases to check various incremental parsing situations. by Eric Haszlakiewicz · 12 years ago
  4. bb7978c For the prototype for json_tokener_error_desc(). by Eric Haszlakiewicz · 12 years ago
  5. 23d0da5 Mention json_type_to_name() in the docs for json_object_get_type(). by Eric Haszlakiewicz · 12 years ago
  6. 7c4a964 Define a LH_LOAD_FACTOR constant and note the range that it can be set to. by Eric Haszlakiewicz · 12 years ago
  7. e6668b1 Adjust json_object_is_type and json_object_get_type so they return json_type_null for NULL objects. by Eric Haszlakiewicz · 12 years ago
  8. d7db7e8 Ignore several more files, include .o's, .lo's, etc... by Eric Haszlakiewicz · 12 years ago
  9. 9885b30 Perform better error checking in json_tokener_parse_verbose and rewrite json_tokener_parse to use that instead of json_tokener_parse_ex. by Eric Haszlakiewicz · 12 years ago
  10. 37e7467 Rename boolean type to json_bool by Keith Derrick · 12 years ago
  11. 2f9091f Add json_tokener_get_error() and json_tokener_error_desc() to better encapsulate the process of retrieving errors while parsing. by Eric Haszlakiewicz · 12 years ago
  12. b21b137 Include json_inttypes.h in json_object.h since we use types like int32_t in the API and some systems need that header to compile. by Eric Haszlakiewicz · 12 years ago
  13. 15db937 Merge branch 'master' of https://github.com/json-c/json-c by Eric Haszlakiewicz · 12 years ago
  14. 44f0f62 Issue#10: add some const qualifiers so test1 compiles again. by Eric Haszlakiewicz · 12 years ago
  15. 0bc84fc Merge pull request #12 from jameinel/win32-project by Eric Haszlakiewicz · 12 years ago
  16. 6a231e4 Some updates to make the code compatible with VC 9 (2008) by John Arbash Meinel · 12 years ago
  17. faa5353 Merge pull request #11 from deweerdt/master by Eric Haszlakiewicz · 12 years ago
  18. db05090 json_tokener_parse(): avoid possible NULL deref by Frederik Deweerdt · 12 years ago
  19. 393085a Merge pull request #7 from federicoculloca/master by Eric Haszlakiewicz · 13 years ago
  20. fc3d211 Merge pull request #8 from mstorsjo/mingw by Eric Haszlakiewicz · 13 years ago
  21. a577ba3 Add -no-undefined to the libtool flags by Martin Storsjo · 13 years ago
  22. 7ec34c9 Added capitalized charaters to json_hex_chars by Federico Culloca · 13 years ago
  23. fbae8ad Merge pull request #4 from deweerdt/master by Eric Haszlakiewicz · 13 years ago
  24. c43871c Add new json_object_array_sort function by Frederik Deweerdt · 13 years ago
  25. a8ffbe9 Add an initial (incomplete) release checklist. by Eric Haszlakiewicz · 13 years ago
  26. 06e52ab Add Jehiah and myself to the list of authors. by Eric Haszlakiewicz · 13 years ago
  27. e6c76da Update README files with pointers to new github repo and googlegroups mailing list by Michael Clark · 13 years ago
  28. 276123e handle NULL passed to json_objct_object_get by Jehiah Czebotar · 13 years ago
  29. 43d2f41 move definition of json_object_iter to public header to enable external use of json_object_object_foreachC by Jehiah Czebotar · 13 years ago
  30. 1910225 Set the svn:executable property so running the test_null test works properly. by Eric Haszlakiewicz · 13 years ago
  31. a37ddcf Note the json-c home page in the README file. by Eric Haszlakiewicz · 13 years ago
  32. 20707f4 Note a few recent changes in the ChangeLog. by Eric Haszlakiewicz · 13 years ago
  33. 7a593a0 Bump up the libtool library version to "1:0:1" (aka libjson.0.1.0) since the API has been extended, but is still backwards compatible.. by Eric Haszlakiewicz · 13 years ago
  34. 0354e19 Bump the version to 0.10, since that's what we were at. by Eric Haszlakiewicz · 13 years ago
  35. 41e67d0 Add a test_cast test case. This checks that the casting that is implied when calling the various json_object_get_FOO() functions on a differently typed object works correctly. by Eric Haszlakiewicz · 13 years ago
  36. 886c4fb Add a json_type_to_name() function which returns a string that describes the type. Useful for logging. by Eric Haszlakiewicz · 13 years ago
  37. e2e1601 Fix a bug in json_object_get_int() where calling it on a string type object would always return 0, instead of the actual numerical value of the string. by Eric Haszlakiewicz · 13 years ago
  38. d1342d6 Add a dummy "NEWS" file to automake doesn't complain. by Eric Haszlakiewicz · 13 years ago
  39. c096f5a readme updates by Jehiah Czebotar · 13 years ago
  40. ac601b5 update json_object_new_string_len, json_escape_str (internal). Writer handles \x00 correctly by Jehiah Czebotar · 13 years ago
  41. a503ee8 add json_tokener_parse_verbose, and return NULL on parser errors by Jehiah Czebotar · 14 years ago
  42. 5644272 set svn:ignore and .gitignore to skip intermediate build files by Jehiah Czebotar · 14 years ago
  43. 252669c Simplify things by storing integer values only as int64_t's internally, and by ehaszla · 14 years ago
  44. f1ae67d * Fix file descriptor leak if memory allocation fails in json_util by Michael Clark · 14 years ago
  45. bd0a567 * Fix file descriptor leak if memory allocation fails in json_util by Michael Clark · 14 years ago
  46. d34701e Update executable properties by Michael Clark · 14 years ago
  47. c4dceae * Add int64 support. Two new functions json_object_net_int64 and by Michael Clark · 14 years ago
  48. 88ded9c * Make json_object_from_file take const char *filename by Michael Clark · 15 years ago
  49. f5dd43a * Fix subtle bug in linkhash where lookup could hang after all slots by Michael Clark · 15 years ago
  50. 126ad95 * Add handling of surrogate pairs by Brent Miller · 15 years ago
  51. f8663fc * Correct comment describing printbuf_memappend in printbuf.h by Brent Miller · 15 years ago
  52. 5165885 Add json-c.vcproj to EXTRA_DIST by Michael Clark · 15 years ago
  53. 50626cd Add mailing lists to README.html by Michael Clark · 15 years ago
  54. 09abeff Add note about autoconf README changes to ChangeLog by Michael Clark · 15 years ago
  55. db92cc0 Add README.html, README-WIN32.html and config.h.win32 to EXTRA_DIST in Makefile.am by Christopher Watford · 15 years ago
  56. 1363df0 Update version to 0.9 by Christopher Watford · 15 years ago
  57. b22565d Update changelog by Christopher Watford · 15 years ago
  58. c80ba8d typo fix by Michael Clark · 15 years ago
  59. 7fb9b03 * Rename min and max so we can never clash with C or C++ std library by Michael Clark · 15 years ago
  60. b1a22ac Add const qualifier to the json_tokener_parse functions by Christopher Watford · 15 years ago
  61. 543bb14 Erik Hovland (3): by Christopher Watford · 15 years ago
  62. c5cbf82 Disable REFCOUNT_DEBUG by default in json_object.c by Christopher Watford · 15 years ago
  63. ffa742a Ooops. remove literal ^M (copy and paste problem) by Christopher Watford · 15 years ago
  64. 9bc863e Change note about CVS repository to point to subversion repos by Christopher Watford · 15 years ago
  65. 24ea8c0 update changelog for json_object_get_boolean fix by Michael Clark · 15 years ago
  66. 6f70e44 Fix json_object_get_boolean to return false for empty string by Michael Clark · 15 years ago
  67. 95f55a7 optimizations to json_tokener_parse_ex(), printbuf_memappend() by Michael Clark · 15 years ago
  68. aaec1ef * Don't use this as a variable, so we can compile with a C++ compiler by Michael Clark · 15 years ago
  69. 266a3fd * Don't use this as a variable, so we can compile with a C++ compiler by Michael Clark · 15 years ago
  70. 22dee7c * Null pointer dereference fix. Fix json_object_get_boolean strlen test by Michael Clark · 15 years ago
  71. e8de078 * Fixed warning reported by adding -Wstrict-prototypes by Michael Clark · 15 years ago
  72. 75d0f12 fix typo by Michael Clark · 15 years ago
  73. e6548a3 fix typo in json_object.h by Michael Clark · 15 years ago
  74. 68cafad Add const correctness to public interfaces by Michael Clark · 15 years ago
  75. 436aa98 update auto generated files by Michael Clark · 15 years ago
  76. 4b831c3 Update version to 0.8 by Michael Clark · 15 years ago
  77. 80a6007 changes to make 'make dist' work properly by Michael Clark · 15 years ago
  78. 8cdac64 Add va_end for every va_start. Dotan Barak, dotanba at gmail dot com by Michael Clark · 15 years ago
  79. a0d35c7 change version to 0.8 by Michael Clark · 16 years ago
  80. a327254 fix to allow compile with -Werror by Michael Clark · 16 years ago
  81. 14862b1 Patch allows for json-c compile with -Werror and not fail due to by Michael Clark · 17 years ago
  82. c8f4a6e * Fix bug with use of capital E in numbers with exponents by Michael Clark · 17 years ago
  83. dfaf670 * Add macros to enable compiling out debug code by Michael Clark · 17 years ago
  84. ecf2c9b Update version number to 0.7 by Michael Clark · 17 years ago
  85. a850f8e * Add escaping of backslash to json output by Michael Clark · 17 years ago
  86. 837240f * Fix bug in escaping of control characters by Michael Clark · 17 years ago
  87. f6a6e48 * Make headers C++ compatible by change *this to *obj by Michael Clark · 17 years ago
  88. 0370baa * Fix additional error case in object parsing by Michael Clark · 17 years ago
  89. 7b899b6 * fix pointer arithmetic bug for error pointer check in is_error() macro by Michael Clark · 17 years ago
  90. 4504df7 * printbuf.c - C. Watford (christopher dot watford at gmail dot com) by Michael Clark · 17 years ago
  91. f0d0888 import of version 0.1 by Michael Clark · 17 years ago
  92. 6d59966 create new svn project by Michael Clark · 17 years ago