1. 92f31bd Handle the \f escape sequence (the two characters: backslash followed by an f, not a literal formfeed) and extend the test_parse test to check all valid escape sequences. by Eric Haszlakiewicz · 13 years ago
  2. 8fcfeb6 Default autogen.sh to not running configure, unless some command line options are specified. by Eric Haszlakiewicz · 13 years ago
  3. 77c6239 Initialize errno before calling sscanf in json_parse_int64() so parsing valid numbers after parsing an out of range number works. by Eric Haszlakiewicz · 13 years ago
  4. 2da148d Merge pull request #37 from cgwalters/master by Eric Haszlakiewicz · 13 years ago
  5. 6988f53 Rewrite json_object_object_add to replace just the value if the key already exists so keys remain valid. by Eric Haszlakiewicz · 13 years ago
  6. 6d94377 autogen.sh: Add /bin/sh interpreter, honor NOCONFIGURE=1 by Colin Walters · 13 years ago
  7. 381f77c Merge pull request #26 from ford-prefect/master by Eric Haszlakiewicz · 13 years ago
  8. 4154c55 Add json_object_iterator.h to installed headers. by Eric Haszlakiewicz · 13 years ago
  9. 9791c38 Fix git commands for tagging a release. by Eric Haszlakiewicz · 13 years ago
  10. eead1a7 Remove unnecessary comment from json_util.c by Eric Haszlakiewicz · 13 years ago
  11. 7bd49df Merge pull request #33 from mloskot/master by Eric Haszlakiewicz · 13 years ago
  12. 984303d Added a bunch of missing HAVE_* defines tested with ./configure script to fix compilation on Linux with GCC 4.7.1. The issue likely caused by my previous commits related to Visual C++ port of the code. by Mateusz Loskot · 13 years ago
  13. a789601 Merge pull request #27 from OBI-1/master by Eric Haszlakiewicz · 13 years ago
  14. c58386f Merge pull request #29 from mloskot/msvc-port by Eric Haszlakiewicz · 13 years ago
  15. 837d685 Use "nodoc", not "doc", for the name of the tarball w/o docs. by Eric Haszlakiewicz · 13 years ago
  16. 271c53e Missing explicit casts from void* to specific pointers required. Added #define strcasecmp for Visual C++. by Mateusz Loskot · 13 years ago
  17. a6f39a3 Replaced #if HAVE_X with #ifdef HAVE_X as the former test is troublemaker with #define HAVE_X where #define HAVE_X 1|0 is meant. by Mateusz Loskot · 13 years ago
  18. b6ff1c2 array_list_expand_internal needs length, not index. by OBI-1 · 13 years ago
  19. 1abaaee Update the ChangeLog with the rest of the changes that will be included in the 0.10 release. by Eric Haszlakiewicz · 13 years ago
  20. e7bd2e9 Fill in the missing pieces of the release checklist. by Eric Haszlakiewicz · 13 years ago
  21. 0cc1db6 Change the format used for sprintbuf (but not scanf) to use %f instead of %lf because the "l" is unnecessary and some compilers behave differently with it present (e.g. MinGW). by Eric Haszlakiewicz · 13 years ago
  22. 31faa49 Ignore the new test1Formatted and test2Formatted executables. by Eric Haszlakiewicz · 13 years ago
  23. 4c7f38e Extend test1 and test2 to run using json_object_to_json_string_ext() based on an additional command line parameter. by Eric Haszlakiewicz · 13 years ago
  24. 3fcffe1 Add a json_object_to_json_string_ext() function to allow the formatting of output to be selected. by Eric Haszlakiewicz · 13 years ago
  25. a1221eb Add an Android-friendly build system by Arun Raghavan · 14 years ago
  26. 17caddc Run configure in the autogen.sh script by Arun Raghavan · 14 years ago
  27. cb29a77 Add a pkgconfig file for uninstalled builds by Arun Raghavan · 14 years ago
  28. f931f61 Fixed parsing numbers in E notation. ` by Eric Haszlakiewicz · 13 years ago
  29. 4e000a6 Since we already use a local json_bool type, replace any stdbool.h usage with by Eric Haszlakiewicz · 13 years ago
  30. 0f8c534 Merge pull request #25 from kdopen/doc_cleanup by Eric Haszlakiewicz · 13 years ago
  31. ded667a Clean up documentation and correct sample code by Keith Derrick · 13 years ago
  32. ec7ce26 Merge pull request #23 from mloskot/mloskot-msvc-fixes by Eric Haszlakiewicz · 13 years ago
  33. 8409dc0 Fix missing inttypes.h definitions for Visual Studio 2010 and earliers. Related to issue #22. by Mateusz Loskot · 13 years ago
  34. 178a4b0 Merge pull request #21 from kdopen/add_iterator by Eric Haszlakiewicz · 13 years ago
  35. 7502b37 Merge branch 'master' of https://github.com/json-c/json-c by Eric Haszlakiewicz · 13 years ago
  36. 3d88179 Actually save the expected output for the test_printbuf test so it passes. by Eric Haszlakiewicz · 13 years ago
  37. 37cfe6b Update the list of files to ignore. by Eric Haszlakiewicz · 13 years ago
  38. e5c1e87 Add a test for the printbuf functions. by Eric Haszlakiewicz · 13 years ago
  39. b80772a Use a different variable when referring to the json.la file, since the original lib_LTLIBRARIES means something special to automake. by Eric Haszlakiewicz · 13 years ago
  40. c1b8891 Move the rest of the tests into the tests subdirectory. by Eric Haszlakiewicz · 13 years ago
  41. 1e89ba6 Create a tests subdirectory and move one of the test to there. by Eric Haszlakiewicz · 13 years ago
  42. 020ed64 Merge pull request #20 from kdopen/master by Eric Haszlakiewicz · 13 years ago
  43. bcfd1f5 Add alternative iterator implementation by Keith Derrick · 13 years ago
  44. 6917586 Add NULL-safe get object method by Keith Derrick · 13 years ago
  45. 4a2cd96 Add NULL-safe lookup function by Keith Derrick · 13 years ago
  46. 74d830d Add JASSERT macro to guarantee aborts by Keith Derrick · 13 years ago
  47. ca519fb Added explanatory notes to documentation. by Keith Derrick · 13 years ago
  48. 0d79b53 Fix some bugs with how buffer sizes were being calcuated in printbuf_memset and an off-by-one error in printbuf_memappend. by Eric Haszlakiewicz · 13 years ago
  49. 61a154e Remove the "#undef PRINTBUF_DEBUG" from printbuf.h so it can be more easily turned on in the Makefile. by Eric Haszlakiewicz · 13 years ago
  50. 2d48543 Add a printbuf_memset() function to provide an effecient way to set and append things like whitespace indentation. by Eric Haszlakiewicz · 13 years ago
  51. 781798c Direct people to send bug reports to the json-c google group. by Eric Haszlakiewicz · 13 years ago
  52. fbd207b Remove a few more things in the distclean target to get rid of *all* generated files. by Eric Haszlakiewicz · 13 years ago
  53. d809fa6 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 · 13 years ago
  54. c5c623a 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 · 13 years ago
  55. 1489b08 For the prototype for json_tokener_error_desc(). by Eric Haszlakiewicz · 13 years ago
  56. 6ff0817 Mention json_type_to_name() in the docs for json_object_get_type(). by Eric Haszlakiewicz · 13 years ago
  57. 64c0ca3 Define a LH_LOAD_FACTOR constant and note the range that it can be set to. by Eric Haszlakiewicz · 13 years ago
  58. aef439a Adjust json_object_is_type and json_object_get_type so they return json_type_null for NULL objects. by Eric Haszlakiewicz · 13 years ago
  59. 7e57d63 Merge pull request #16 from kdopen/master by Eric Haszlakiewicz · 13 years ago
  60. d3c37b8 Ignore several more files, include .o's, .lo's, etc... by Eric Haszlakiewicz · 13 years ago
  61. 3620cba 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 · 13 years ago
  62. 37e7467 Rename boolean type to json_bool by Keith Derrick · 13 years ago
  63. 2f9091f Add json_tokener_get_error() and json_tokener_error_desc() to better encapsulate the process of retrieving errors while parsing. by Eric Haszlakiewicz · 13 years ago
  64. 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 · 13 years ago
  65. 15db937 Merge branch 'master' of https://github.com/json-c/json-c by Eric Haszlakiewicz · 13 years ago
  66. 44f0f62 Issue#10: add some const qualifiers so test1 compiles again. by Eric Haszlakiewicz · 13 years ago
  67. 0bc84fc Merge pull request #12 from jameinel/win32-project by Eric Haszlakiewicz · 13 years ago
  68. 6a231e4 Some updates to make the code compatible with VC 9 (2008) by John Arbash Meinel · 14 years ago
  69. faa5353 Merge pull request #11 from deweerdt/master by Eric Haszlakiewicz · 14 years ago
  70. db05090 json_tokener_parse(): avoid possible NULL deref by Frederik Deweerdt · 14 years ago
  71. 393085a Merge pull request #7 from federicoculloca/master by Eric Haszlakiewicz · 14 years ago
  72. fc3d211 Merge pull request #8 from mstorsjo/mingw by Eric Haszlakiewicz · 14 years ago
  73. a577ba3 Add -no-undefined to the libtool flags by Martin Storsjo · 14 years ago
  74. 7ec34c9 Added capitalized charaters to json_hex_chars by Federico Culloca · 14 years ago
  75. fbae8ad Merge pull request #4 from deweerdt/master by Eric Haszlakiewicz · 14 years ago
  76. c43871c Add new json_object_array_sort function by Frederik Deweerdt · 14 years ago
  77. a8ffbe9 Add an initial (incomplete) release checklist. by Eric Haszlakiewicz · 14 years ago
  78. 06e52ab Add Jehiah and myself to the list of authors. by Eric Haszlakiewicz · 14 years ago
  79. e6c76da Update README files with pointers to new github repo and googlegroups mailing list by Michael Clark · 14 years ago
  80. 276123e handle NULL passed to json_objct_object_get by Jehiah Czebotar · 14 years ago
  81. 43d2f41 move definition of json_object_iter to public header to enable external use of json_object_object_foreachC by Jehiah Czebotar · 14 years ago
  82. 1910225 Set the svn:executable property so running the test_null test works properly. by Eric Haszlakiewicz · 14 years ago
  83. a37ddcf Note the json-c home page in the README file. by Eric Haszlakiewicz · 14 years ago
  84. 20707f4 Note a few recent changes in the ChangeLog. by Eric Haszlakiewicz · 14 years ago
  85. 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 · 14 years ago
  86. 0354e19 Bump the version to 0.10, since that's what we were at. by Eric Haszlakiewicz · 14 years ago
  87. 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 · 14 years ago
  88. 886c4fb Add a json_type_to_name() function which returns a string that describes the type. Useful for logging. by Eric Haszlakiewicz · 14 years ago
  89. 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 · 14 years ago
  90. d1342d6 Add a dummy "NEWS" file to automake doesn't complain. by Eric Haszlakiewicz · 14 years ago
  91. c096f5a readme updates by Jehiah Czebotar · 15 years ago
  92. ac601b5 update json_object_new_string_len, json_escape_str (internal). Writer handles \x00 correctly by Jehiah Czebotar · 15 years ago
  93. a503ee8 add json_tokener_parse_verbose, and return NULL on parser errors by Jehiah Czebotar · 15 years ago
  94. 5644272 set svn:ignore and .gitignore to skip intermediate build files by Jehiah Czebotar · 15 years ago
  95. 252669c Simplify things by storing integer values only as int64_t's internally, and by ehaszla · 15 years ago
  96. f1ae67d * Fix file descriptor leak if memory allocation fails in json_util by Michael Clark · 15 years ago
  97. bd0a567 * Fix file descriptor leak if memory allocation fails in json_util by Michael Clark · 15 years ago
  98. d34701e Update executable properties by Michael Clark · 15 years ago
  99. c4dceae * Add int64 support. Two new functions json_object_net_int64 and by Michael Clark · 15 years ago
  100. 88ded9c * Make json_object_from_file take const char *filename by Michael Clark · 16 years ago