1. ef43fe3 Merge pull request #96 from rouault/remove_strdnup by Eric Haszlakiewicz · 12 years ago
  2. a030120 Merge pull request #95 from rouault/extern_json_object_set_serializer by Eric Haszlakiewicz · 12 years ago
  3. 02aa6f0 Merge pull request #94 from remicollet/issue-strict2 by Eric Haszlakiewicz · 12 years ago
  4. 8356ecc Merge pull request #93 from tmielika/master by Eric Haszlakiewicz · 12 years ago
  5. bd42b83 Merge pull request #104 from rouault/fix_json_tokener_error_desc_out_of_bounds_read by Eric Haszlakiewicz · 12 years ago
  6. 86dd55a Fix potential out-of-bounds read in json_tokener_error_desc by Even Rouault · 12 years ago
  7. 4039f91 trailing char not allowed in strict mode by Remi Collet · 12 years ago
  8. 87fa32d no comment in strict mode by Remi Collet · 12 years ago
  9. 1a957c2 Remove redefinition of strndup() which is no longer used in the codebase by Even Rouault · 12 years ago
  10. 6c4bb38 Add extern to json_object_set_serializer so that it gets exported (Windows fix) by Even Rouault · 12 years ago
  11. a07ef3d no single-quote string in strict mode by Remi Collet · 12 years ago
  12. c5523a1 fixing problem that isinf(-Inf) can be 1 or -1 by Taneli Mielikainen · 12 years ago
  13. b3bce4d Eliminate use of MC_ABORT in json-c code, and mark MC_ABORT/mc_abort deprecated. by Eric Haszlakiewicz · 12 years ago
  14. be002fb Issue#84: explicitly remove old headers and include/json directory so creating the compat symlink can work. by Eric Haszlakiewicz · 12 years ago
  15. c629656 Fix the _MSC_VER check so it compiles on non-windows compilers. Issue#91 by Eric Haszlakiewicz · 12 years ago
  16. 5e8df40 Mention that libtoolize is needed if you're not using a release tarball. by Eric Haszlakiewicz · 12 years ago
  17. d032aad Minor spell check. by Eric Haszlakiewicz · 12 years ago
  18. 8b1bdbb Merge pull request #90 from remicollet/issue-strict by Eric Haszlakiewicz · 12 years ago
  19. 98a62a7 Merge pull request #89 from ayanes/master by Eric Haszlakiewicz · 12 years ago
  20. b6539d6 Merge pull request #88 from weltling/master by Eric Haszlakiewicz · 12 years ago
  21. e9ee4ae in strick mode, number must not start with 0 by Remi Collet · 12 years ago
  22. d086e20 Fixes for Infinity and NaN by Adrian Yanes · 12 years ago
  23. 990fa8e Fix C89 compat needed by MSVC by Anatol Belski · 12 years ago
  24. ed819fb snprintf definition is needed here, too by Anatol Belski · 12 years ago
  25. 48ba6b8 fixe int32_t definition for VC11 by Anatol Belski · 12 years ago
  26. e48a25c Issue #76: use old style comment to allow json_object_iterator.h to build in ansi mode. by Eric Haszlakiewicz · 13 years ago
  27. e843616 Fill in the instructions for update the gh-pages branch. by Eric Haszlakiewicz · 13 years ago
  28. 4207147 Bump the versions for the non-release branch; add a placeholder section to the change log. by Eric Haszlakiewicz · 13 years ago
  29. 20db5a4 Fill in a number of missing steps in the release process. by Eric Haszlakiewicz · 13 years ago
  30. 7ca1e52 Merge branch 'master' of https://github.com/json-c/json-c by Eric Haszlakiewicz · 13 years ago
  31. 0e81b21 Bump up the version in the release checklist to 0.11 by Eric Haszlakiewicz · 13 years ago
  32. eee744c Update the changelog with changes since the 0.10 release. by Eric Haszlakiewicz · 13 years ago
  33. f1b6849 Update config.h.in to add the HAVE_SETLOCALE and HAVE_LOCALE_H lines. by Eric Haszlakiewicz · 13 years ago
  34. e8161a1 Issue #15: add a way to set a JSON_TOKENER_STRICT flag to forbid commas at the end of arrays and objects. by Eric Haszlakiewicz · 13 years ago
  35. 889400d Merge pull request #73 from ghazel/master by Eric Haszlakiewicz · 13 years ago
  36. 88bf1c9 one definition of json_object_object_foreach only works on c99 and later by Greg Hazel · 13 years ago
  37. 5ec65e4 Merge pull request #71 from WillDignazio/master by Eric Haszlakiewicz · 13 years ago
  38. 32eddd6 Fix broken build by using ADVANCE_CHAR macro return. by William Dignazio · 13 years ago
  39. bb492d4 Rename misnomer POP_CHAR to PEEK_CHAR. by William Dignazio · 13 years ago
  40. b64d5ab Merge pull request #70 from tg--/master by Eric Haszlakiewicz · 13 years ago
  41. 1aa29b6 Issue #68: use -std=gnu99 because some versions of gcc seem to think that -std=c99 also implies -ansi, which causes warnings and build breakage. by Eric Haszlakiewicz · 13 years ago
  42. 36ec47d configure.in: mv AM_CONFIG_HEADER to AC_CONFIG_HEADER by Thomas Gstädtner · 13 years ago
  43. 94aeed2 Include the test_locale test in the tests that run. by Eric Haszlakiewicz · 13 years ago
  44. 5b36a43 Merge branch 'remicollet-issue-float' by Eric Haszlakiewicz · 13 years ago
  45. 9b64c05 Mark the "val" variable in json_object_object_foreach as unused so the compiler doesn't complain. Fix warnings in the testReplaceExisting test. by Eric Haszlakiewicz · 13 years ago
  46. bfb3292 Add a runtime check to see if parse_int64 needs to workaround sscanf bugs. If that workaround is not needed parsing is nearly twice as fast. by Eric Haszlakiewicz · 13 years ago
  47. ca8b27d Enable -Werror and fix a number of minor warnings that existed. by Eric Haszlakiewicz · 13 years ago
  48. 92d289f Add a comment briefly describing json_object_object_length() by Eric Haszlakiewicz · 13 years ago
  49. c6b3991 Merge pull request #62 from ghazel/master by Eric Haszlakiewicz · 13 years ago
  50. ebeb6a4 Merge pull request #66 from ichernev/fix-test-parse by Eric Haszlakiewicz · 13 years ago
  51. 78b089b Fixed test_parse for \f by Iskren Chernev · 13 years ago
  52. cca74c6 add json_object_object_length by Greg Hazel · 13 years ago
  53. 3ae296f Merge pull request #60 from ghazel/master by Eric Haszlakiewicz · 13 years ago
  54. 77d0493 rename _errno by Greg Hazel · 13 years ago
  55. 85da28c Merge pull request #58 from Abioy/master by Eric Haszlakiewicz · 13 years ago
  56. 7eaa849 escape '\f' in json_escape_str by Abioy · 13 years ago
  57. fcc768e Bump the version up to 0.10.99 to make it clear that the master branch is beyond anything on the 0.10 branch. by Eric Haszlakiewicz · 13 years ago
  58. 2943691 Merge branch 'master' of https://github.com/json-c/json-c by Eric Haszlakiewicz · 13 years ago
  59. 1461b49 Add a json_c_version.h header (included from json.h), and several macros and functions for retrieving the json-c version at compile-time and run-time. by Eric Haszlakiewicz · 13 years ago
  60. 56166e2 Merge pull request #51 from remicollet/issue-dyndepth by Eric Haszlakiewicz · 13 years ago
  61. d7de3aa Update the release checklist to include the INSTALL file, and adjust the git command to add the doc directory. by Eric Haszlakiewicz · 13 years ago
  62. 2e9fef3 Revert the test_null test back to emitted to stdout, and update the expected output to match. by Eric Haszlakiewicz · 13 years ago
  63. 86aedc2 Merge pull request #56 from TheCount/develop by Eric Haszlakiewicz · 13 years ago
  64. 18abf6e More warnings, fewer errors, C99 by Alexander Klauer · 13 years ago
  65. 024d86c Prepend DESTDIR to paths for staged installs by Alexander Klauer · 13 years ago
  66. 57f36ed Write additional test info to stderr instead of stdout so as not to mar the expected output by Alexander Klauer · 13 years ago
  67. 827a4a9 Fixed memory leak in testReplaceExisting by Alexander Klauer · 13 years ago
  68. beb12d4 Make macro json_object_object_foreach multiple-use safe by Alexander Klauer · 13 years ago
  69. 20ef1bd Remove and ignore autogenerated installation instructions by Alexander Klauer · 13 years ago
  70. 8f58f09 Ignore editor swap files by Alexander Klauer · 13 years ago
  71. 54d551c Ignore doc dir for now by Alexander Klauer · 13 years ago
  72. b1d61d1 Library is now called libjson-c by Alexander Klauer · 13 years ago
  73. a3a0f5b Need to explicitly remove include/json-c directory by Alexander Klauer · 13 years ago
  74. b670f6f -d test is useless as symlinks are dereferenced by Alexander Klauer · 13 years ago
  75. e176965 Ignore valgrind output files by Alexander Klauer · 13 years ago
  76. 32d149c probably worth an option for this by Remi Collet · 13 years ago
  77. 8c84796 Save space, drop unuseful trailing zeroes by Remi Collet · 13 years ago
  78. 4014fe8 Simple fix to double encode by Remi Collet · 13 years ago
  79. a01b659 move locale change to be global for perf by Remi Collet · 13 years ago
  80. 4e4af93 Fix issue #53 - ensure explicit length string are still NUL terminated, and fix json_tokener_parse() to work properly with embedded unicode \u0000 values in strings. by Eric Haszlakiewicz · 13 years ago
  81. 7a4506d Remove configure as part of maintainer-clean instead of distclean. Addresses issue #48. by Eric Haszlakiewicz · 13 years ago
  82. 7653d49 Add PACKAGE_URL to config.h.in by Eric Haszlakiewicz · 13 years ago
  83. aec8763 Add a missing json_object_get() so we don't try to use a freed object in test1. by Eric Haszlakiewicz · 13 years ago
  84. 447b88a Fix a memory leak in the test_printbuf test. by Eric Haszlakiewicz · 13 years ago
  85. 23461c7 Include json_object_iterator.c in the list of sources. by Eric Haszlakiewicz · 13 years ago
  86. 16a4a32 float parsing must be locale independent by Remi Collet · 13 years ago
  87. 197cb1d Make maximum recursion depth a runtime option by Remi Collet · 13 years ago
  88. f6b27cb Make it safe to delete keys while iterating with the json_object_object_foreach macro. by Eric Haszlakiewicz · 13 years ago
  89. 5abc0ea Reformat the json_object_object_foreach macro so it is readable, and document what is allowed to be done with the object while iterating. by Eric Haszlakiewicz · 13 years ago
  90. e36e562 Reformat json_object_object_get() and json_object_object_get_ex(). by Eric Haszlakiewicz · 13 years ago
  91. 5450bed Fix json_object_object_get() so it returns NULL if the incoming json_object is NULL. by Eric Haszlakiewicz · 13 years ago
  92. 5f4739e Change json_object_put to return 1 if the object passed was actually freed. (or 0 if only the reference count was decremented) by Eric Haszlakiewicz · 13 years ago
  93. c3d1d59 Fix a memory leak in test1 with respect to how json_object_object_del was used. by Eric Haszlakiewicz · 13 years ago
  94. c3068bf Reformat the test sources. No functional change. by Eric Haszlakiewicz · 13 years ago
  95. d1f237e Fix the home page in the README, and add a list of prerequisites. by Eric Haszlakiewicz · 13 years ago
  96. 059e8f4 Merge pull request #44 from lastquestion/fix_gnu_macosx by Eric Haszlakiewicz · 13 years ago
  97. e7e0600 Add an autoconf test to test whether the .section .gnu<warning> by Lin Xu · 13 years ago
  98. 4b1a066 Update the set_serializer test to match the actual output. by Eric Haszlakiewicz · 13 years ago
  99. 38f421a Add a json_set_serializer() function to allow the string output of a json_object to be customized. by Eric Haszlakiewicz · 13 years ago
  100. f74e8f8 Add my copyright. by Eric Haszlakiewicz · 13 years ago