1. 23620b8 Update and rename README to README.md by Haneef Mubarak · 11 years ago
  2. fa54bd5 Update the release checklist to include calculating the tarball checksums and updating the wiki. by Eric Haszlakiewicz · 11 years ago
  3. 515ba0d Bump versions up to 0.12.99 since a 0.12 release was just created. by Eric Haszlakiewicz · 11 years ago
  4. f84d9c5 Update the ChangeLog with the changes for the 0.12 release. by Eric Haszlakiewicz · 11 years ago
  5. 64e3690 Patch to address the following issues: by Michael Clark · 11 years ago
  6. 784534a Eliminate the deprecated mc_abort() function and MC_ABORT macro. by Eric Haszlakiewicz · 11 years ago
  7. f9136f6 Make the json_tokener_errors array local. It has been deprecated for a while, and json_tokener_error_desc() should be used instead. by Eric Haszlakiewicz · 11 years ago
  8. 936d036 Simplify the tests Makefile to avoid repeating the name of each test. by Eric Haszlakiewicz · 11 years ago
  9. e2bbb56 Rename the "test_case" test to "test_charcase" to make it slightly less confusing. by Eric Haszlakiewicz · 11 years ago
  10. 9f26d96 Fix warnings from autoconf about "...no AC_LANG_SOURCE call detected..." by adding that call within the AC_LINK_IFELSE call. by Eric Haszlakiewicz · 11 years ago
  11. 05da316 Issue #103: allow Infinity and -Infinity to be parsed. by Eric Haszlakiewicz · 11 years ago
  12. 217bc29 Merge pull request #123 from fingon/use-NAN-if-available by Eric Haszlakiewicz · 11 years ago
  13. a1c8991 nan function requires -lm on some platforms; use of NAN is better, if available. by Markus Stenberg · 11 years ago
  14. 0eedf38 Issue#102 - add support for parsing "NaN". by Eric Haszlakiewicz · 11 years ago
  15. e6f1322 Issue#114: check for the presence of isnan and isinf, and provide compat macros on MSCV where _isnan and _finite exist instead. by Eric Haszlakiewicz · 11 years ago
  16. db117ca Merge pull request #121 from TazeTSchnitzel/LowercaseLiterals by Eric Haszlakiewicz · 11 years ago
  17. cf23e75 Merge branch 'master' into LowercaseLiterals by Andrea Faulds · 11 years ago
  18. 1d6f914 Missing tests by Andrea Faulds · 11 years ago
  19. 4c086df Merge commit '89535bb' by Eric Haszlakiewicz · 11 years ago
  20. 020fa65 Merge pull request #112 from TazeTSchnitzel/LowercaseLiterals by Eric Haszlakiewicz · 11 years ago
  21. 56df93d Fix Issue #111: Fix off-by-one error when range checking the input to json_tokener_error_desc(). by Eric Haszlakiewicz · 11 years ago
  22. ceeaf42 Merge pull request #109 from kdopen/use_strtod by Eric Haszlakiewicz · 11 years ago
  23. b821f0e Merge branch 'ebassi-master' by Eric Haszlakiewicz · 11 years ago
  24. c8e0497 Merge branch 'master' of https://github.com/ebassi/json-c into ebassi-master by Eric Haszlakiewicz · 11 years ago
  25. 295bea2 Ignore and cleanup a few more files that automake creates. by Eric Haszlakiewicz · 11 years ago
  26. a2c078f Issue#105: Rename configure.in to configure.ac by Eric Haszlakiewicz · 11 years ago
  27. c8ee919 Remove the old libjson.so name compatibility support. The library is only created as libjson-c.so now and headers are only installed into the ${prefix}/json-c directory. by Eric Haszlakiewicz · 11 years ago
  28. 89535bb build: call AM_PROG_CC_C_O as requested by autoreconf by Ross Burton · 12 years ago
  29. bda0540 Only allow lowercase literals in STRICT mode by Andrea Faulds · 12 years ago
  30. c51b88d Avoid potential overflow in json_object_get_double by Keith Derrick · 12 years ago
  31. 311686f Add a check for the -Bsymbolic-functions linker flag by Emmanuele Bassi · 12 years ago
  32. 0645020 Issue #59: change the floating point output format to %.17g so values with more than 6 digits show up in the output. by Eric Haszlakiewicz · 12 years ago
  33. a23caf6 Use sizeof instead of hard coded values when calling snprintf. by Eric Haszlakiewicz · 12 years ago
  34. 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 · 12 years ago
  35. b83e0f1 Ignore the test-driver script that is now created, and the script for the test_locale test. by Eric Haszlakiewicz · 12 years ago
  36. 60e4990 The updated test driver creates .log and .trs files; ignore them. by Eric Haszlakiewicz · 12 years ago
  37. 8d18815 strndup is gone, remove it from the README file. by Eric Haszlakiewicz · 12 years ago
  38. b939bd3 Merge pull request #97 from pascal-bach/master by Eric Haszlakiewicz · 12 years ago
  39. ef43fe3 Merge pull request #96 from rouault/remove_strdnup by Eric Haszlakiewicz · 12 years ago
  40. a030120 Merge pull request #95 from rouault/extern_json_object_set_serializer by Eric Haszlakiewicz · 12 years ago
  41. 02aa6f0 Merge pull request #94 from remicollet/issue-strict2 by Eric Haszlakiewicz · 12 years ago
  42. 8356ecc Merge pull request #93 from tmielika/master by Eric Haszlakiewicz · 12 years ago
  43. bd42b83 Merge pull request #104 from rouault/fix_json_tokener_error_desc_out_of_bounds_read by Eric Haszlakiewicz · 12 years ago
  44. 86dd55a Fix potential out-of-bounds read in json_tokener_error_desc by Even Rouault · 12 years ago
  45. 4039f91 trailing char not allowed in strict mode by Remi Collet · 12 years ago
  46. 87fa32d no comment in strict mode by Remi Collet · 12 years ago
  47. 20e4708 Update json_util by Pascal Bach · 12 years ago
  48. 1a957c2 Remove redefinition of strndup() which is no longer used in the codebase by Even Rouault · 12 years ago
  49. 6c4bb38 Add extern to json_object_set_serializer so that it gets exported (Windows fix) by Even Rouault · 12 years ago
  50. a07ef3d no single-quote string in strict mode by Remi Collet · 12 years ago
  51. c5523a1 fixing problem that isinf(-Inf) can be 1 or -1 by Taneli Mielikainen · 12 years ago
  52. b3bce4d Eliminate use of MC_ABORT in json-c code, and mark MC_ABORT/mc_abort deprecated. by Eric Haszlakiewicz · 12 years ago
  53. be002fb Issue#84: explicitly remove old headers and include/json directory so creating the compat symlink can work. by Eric Haszlakiewicz · 12 years ago
  54. c629656 Fix the _MSC_VER check so it compiles on non-windows compilers. Issue#91 by Eric Haszlakiewicz · 12 years ago
  55. 5e8df40 Mention that libtoolize is needed if you're not using a release tarball. by Eric Haszlakiewicz · 12 years ago
  56. d032aad Minor spell check. by Eric Haszlakiewicz · 12 years ago
  57. 8b1bdbb Merge pull request #90 from remicollet/issue-strict by Eric Haszlakiewicz · 12 years ago
  58. 98a62a7 Merge pull request #89 from ayanes/master by Eric Haszlakiewicz · 12 years ago
  59. b6539d6 Merge pull request #88 from weltling/master by Eric Haszlakiewicz · 12 years ago
  60. e9ee4ae in strick mode, number must not start with 0 by Remi Collet · 12 years ago
  61. d086e20 Fixes for Infinity and NaN by Adrian Yanes · 12 years ago
  62. 990fa8e Fix C89 compat needed by MSVC by Anatol Belski · 12 years ago
  63. ed819fb snprintf definition is needed here, too by Anatol Belski · 12 years ago
  64. 48ba6b8 fixe int32_t definition for VC11 by Anatol Belski · 12 years ago
  65. e48a25c Issue #76: use old style comment to allow json_object_iterator.h to build in ansi mode. by Eric Haszlakiewicz · 12 years ago
  66. e843616 Fill in the instructions for update the gh-pages branch. by Eric Haszlakiewicz · 12 years ago
  67. 4207147 Bump the versions for the non-release branch; add a placeholder section to the change log. by Eric Haszlakiewicz · 12 years ago
  68. 20db5a4 Fill in a number of missing steps in the release process. by Eric Haszlakiewicz · 12 years ago
  69. 7ca1e52 Merge branch 'master' of https://github.com/json-c/json-c by Eric Haszlakiewicz · 12 years ago
  70. 0e81b21 Bump up the version in the release checklist to 0.11 by Eric Haszlakiewicz · 12 years ago
  71. eee744c Update the changelog with changes since the 0.10 release. by Eric Haszlakiewicz · 12 years ago
  72. f1b6849 Update config.h.in to add the HAVE_SETLOCALE and HAVE_LOCALE_H lines. by Eric Haszlakiewicz · 12 years ago
  73. 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 · 12 years ago
  74. 889400d Merge pull request #73 from ghazel/master by Eric Haszlakiewicz · 12 years ago
  75. 88bf1c9 one definition of json_object_object_foreach only works on c99 and later by Greg Hazel · 12 years ago
  76. 5ec65e4 Merge pull request #71 from WillDignazio/master by Eric Haszlakiewicz · 12 years ago
  77. 32eddd6 Fix broken build by using ADVANCE_CHAR macro return. by William Dignazio · 12 years ago
  78. bb492d4 Rename misnomer POP_CHAR to PEEK_CHAR. by William Dignazio · 12 years ago
  79. b64d5ab Merge pull request #70 from tg--/master by Eric Haszlakiewicz · 12 years ago
  80. 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 · 12 years ago
  81. 36ec47d configure.in: mv AM_CONFIG_HEADER to AC_CONFIG_HEADER by Thomas Gstädtner · 12 years ago
  82. 94aeed2 Include the test_locale test in the tests that run. by Eric Haszlakiewicz · 12 years ago
  83. 5b36a43 Merge branch 'remicollet-issue-float' by Eric Haszlakiewicz · 12 years ago
  84. 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 · 12 years ago
  85. 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 · 12 years ago
  86. ca8b27d Enable -Werror and fix a number of minor warnings that existed. by Eric Haszlakiewicz · 12 years ago
  87. 92d289f Add a comment briefly describing json_object_object_length() by Eric Haszlakiewicz · 12 years ago
  88. c6b3991 Merge pull request #62 from ghazel/master by Eric Haszlakiewicz · 12 years ago
  89. ebeb6a4 Merge pull request #66 from ichernev/fix-test-parse by Eric Haszlakiewicz · 12 years ago
  90. 78b089b Fixed test_parse for \f by Iskren Chernev · 13 years ago
  91. cca74c6 add json_object_object_length by Greg Hazel · 13 years ago
  92. 3ae296f Merge pull request #60 from ghazel/master by Eric Haszlakiewicz · 13 years ago
  93. 77d0493 rename _errno by Greg Hazel · 13 years ago
  94. 85da28c Merge pull request #58 from Abioy/master by Eric Haszlakiewicz · 13 years ago
  95. 7eaa849 escape '\f' in json_escape_str by Abioy · 13 years ago
  96. 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
  97. 2943691 Merge branch 'master' of https://github.com/json-c/json-c by Eric Haszlakiewicz · 13 years ago
  98. 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
  99. 56166e2 Merge pull request #51 from remicollet/issue-dyndepth by Eric Haszlakiewicz · 13 years ago
  100. 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