- 02aa6f0 Merge pull request #94 from remicollet/issue-strict2 by Eric Haszlakiewicz · 12 years ago
- 8356ecc Merge pull request #93 from tmielika/master by Eric Haszlakiewicz · 12 years ago
- bd42b83 Merge pull request #104 from rouault/fix_json_tokener_error_desc_out_of_bounds_read by Eric Haszlakiewicz · 12 years ago
- 86dd55a Fix potential out-of-bounds read in json_tokener_error_desc by Even Rouault · 12 years ago
- 4039f91 trailing char not allowed in strict mode by Remi Collet · 12 years ago
- 87fa32d no comment in strict mode by Remi Collet · 12 years ago
- a07ef3d no single-quote string in strict mode by Remi Collet · 12 years ago
- c5523a1 fixing problem that isinf(-Inf) can be 1 or -1 by Taneli Mielikainen · 12 years ago
- b3bce4d Eliminate use of MC_ABORT in json-c code, and mark MC_ABORT/mc_abort deprecated. by Eric Haszlakiewicz · 12 years ago
- be002fb Issue#84: explicitly remove old headers and include/json directory so creating the compat symlink can work. by Eric Haszlakiewicz · 12 years ago
- c629656 Fix the _MSC_VER check so it compiles on non-windows compilers. Issue#91 by Eric Haszlakiewicz · 12 years ago
- 5e8df40 Mention that libtoolize is needed if you're not using a release tarball. by Eric Haszlakiewicz · 12 years ago
- d032aad Minor spell check. by Eric Haszlakiewicz · 12 years ago
- 8b1bdbb Merge pull request #90 from remicollet/issue-strict by Eric Haszlakiewicz · 12 years ago
- 98a62a7 Merge pull request #89 from ayanes/master by Eric Haszlakiewicz · 12 years ago
- b6539d6 Merge pull request #88 from weltling/master by Eric Haszlakiewicz · 12 years ago
- e9ee4ae in strick mode, number must not start with 0 by Remi Collet · 12 years ago
- d086e20 Fixes for Infinity and NaN by Adrian Yanes · 12 years ago
- 990fa8e Fix C89 compat needed by MSVC by Anatol Belski · 12 years ago
- ed819fb snprintf definition is needed here, too by Anatol Belski · 12 years ago
- 48ba6b8 fixe int32_t definition for VC11 by Anatol Belski · 12 years ago
- e48a25c Issue #76: use old style comment to allow json_object_iterator.h to build in ansi mode. by Eric Haszlakiewicz · 12 years ago
- e843616 Fill in the instructions for update the gh-pages branch. by Eric Haszlakiewicz · 12 years ago
- 4207147 Bump the versions for the non-release branch; add a placeholder section to the change log. by Eric Haszlakiewicz · 12 years ago
- 20db5a4 Fill in a number of missing steps in the release process. by Eric Haszlakiewicz · 12 years ago
- 7ca1e52 Merge branch 'master' of https://github.com/json-c/json-c by Eric Haszlakiewicz · 12 years ago
- 0e81b21 Bump up the version in the release checklist to 0.11 by Eric Haszlakiewicz · 12 years ago
- eee744c Update the changelog with changes since the 0.10 release. by Eric Haszlakiewicz · 12 years ago
- f1b6849 Update config.h.in to add the HAVE_SETLOCALE and HAVE_LOCALE_H lines. by Eric Haszlakiewicz · 12 years ago
- 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
- 889400d Merge pull request #73 from ghazel/master by Eric Haszlakiewicz · 12 years ago
- 88bf1c9 one definition of json_object_object_foreach only works on c99 and later by Greg Hazel · 12 years ago
- 5ec65e4 Merge pull request #71 from WillDignazio/master by Eric Haszlakiewicz · 12 years ago
- 32eddd6 Fix broken build by using ADVANCE_CHAR macro return. by William Dignazio · 12 years ago
- bb492d4 Rename misnomer POP_CHAR to PEEK_CHAR. by William Dignazio · 12 years ago
- b64d5ab Merge pull request #70 from tg--/master by Eric Haszlakiewicz · 12 years ago
- 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
- 36ec47d configure.in: mv AM_CONFIG_HEADER to AC_CONFIG_HEADER by Thomas Gstädtner · 12 years ago
- 94aeed2 Include the test_locale test in the tests that run. by Eric Haszlakiewicz · 12 years ago
- 5b36a43 Merge branch 'remicollet-issue-float' by Eric Haszlakiewicz · 12 years ago
- 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
- 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
- ca8b27d Enable -Werror and fix a number of minor warnings that existed. by Eric Haszlakiewicz · 12 years ago
- 92d289f Add a comment briefly describing json_object_object_length() by Eric Haszlakiewicz · 12 years ago
- c6b3991 Merge pull request #62 from ghazel/master by Eric Haszlakiewicz · 12 years ago
- ebeb6a4 Merge pull request #66 from ichernev/fix-test-parse by Eric Haszlakiewicz · 12 years ago
- 78b089b Fixed test_parse for \f by Iskren Chernev · 13 years ago
- cca74c6 add json_object_object_length by Greg Hazel · 13 years ago
- 3ae296f Merge pull request #60 from ghazel/master by Eric Haszlakiewicz · 13 years ago
- 77d0493 rename _errno by Greg Hazel · 13 years ago
- 85da28c Merge pull request #58 from Abioy/master by Eric Haszlakiewicz · 13 years ago
- 7eaa849 escape '\f' in json_escape_str by Abioy · 13 years ago
- 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
- 2943691 Merge branch 'master' of https://github.com/json-c/json-c by Eric Haszlakiewicz · 13 years ago
- 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
- 56166e2 Merge pull request #51 from remicollet/issue-dyndepth by Eric Haszlakiewicz · 13 years ago
- 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
- 2e9fef3 Revert the test_null test back to emitted to stdout, and update the expected output to match. by Eric Haszlakiewicz · 13 years ago
- 86aedc2 Merge pull request #56 from TheCount/develop by Eric Haszlakiewicz · 13 years ago
- 18abf6e More warnings, fewer errors, C99 by Alexander Klauer · 13 years ago
- 024d86c Prepend DESTDIR to paths for staged installs by Alexander Klauer · 13 years ago
- 57f36ed Write additional test info to stderr instead of stdout so as not to mar the expected output by Alexander Klauer · 13 years ago
- 827a4a9 Fixed memory leak in testReplaceExisting by Alexander Klauer · 13 years ago
- beb12d4 Make macro json_object_object_foreach multiple-use safe by Alexander Klauer · 13 years ago
- 20ef1bd Remove and ignore autogenerated installation instructions by Alexander Klauer · 13 years ago
- 8f58f09 Ignore editor swap files by Alexander Klauer · 13 years ago
- 54d551c Ignore doc dir for now by Alexander Klauer · 13 years ago
- b1d61d1 Library is now called libjson-c by Alexander Klauer · 13 years ago
- a3a0f5b Need to explicitly remove include/json-c directory by Alexander Klauer · 13 years ago
- b670f6f -d test is useless as symlinks are dereferenced by Alexander Klauer · 13 years ago
- e176965 Ignore valgrind output files by Alexander Klauer · 13 years ago
- 32d149c probably worth an option for this by Remi Collet · 13 years ago
- 8c84796 Save space, drop unuseful trailing zeroes by Remi Collet · 13 years ago
- 4014fe8 Simple fix to double encode by Remi Collet · 13 years ago
- a01b659 move locale change to be global for perf by Remi Collet · 13 years ago
- 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
- 7a4506d Remove configure as part of maintainer-clean instead of distclean. Addresses issue #48. by Eric Haszlakiewicz · 13 years ago
- 7653d49 Add PACKAGE_URL to config.h.in by Eric Haszlakiewicz · 13 years ago
- 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
- 447b88a Fix a memory leak in the test_printbuf test. by Eric Haszlakiewicz · 13 years ago
- 23461c7 Include json_object_iterator.c in the list of sources. by Eric Haszlakiewicz · 13 years ago
- 16a4a32 float parsing must be locale independent by Remi Collet · 13 years ago
- 197cb1d Make maximum recursion depth a runtime option by Remi Collet · 13 years ago
- f6b27cb Make it safe to delete keys while iterating with the json_object_object_foreach macro. by Eric Haszlakiewicz · 13 years ago
- 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
- e36e562 Reformat json_object_object_get() and json_object_object_get_ex(). by Eric Haszlakiewicz · 13 years ago
- 5450bed Fix json_object_object_get() so it returns NULL if the incoming json_object is NULL. by Eric Haszlakiewicz · 13 years ago
- 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
- c3d1d59 Fix a memory leak in test1 with respect to how json_object_object_del was used. by Eric Haszlakiewicz · 13 years ago
- c3068bf Reformat the test sources. No functional change. by Eric Haszlakiewicz · 13 years ago
- d1f237e Fix the home page in the README, and add a list of prerequisites. by Eric Haszlakiewicz · 13 years ago
- 059e8f4 Merge pull request #44 from lastquestion/fix_gnu_macosx by Eric Haszlakiewicz · 13 years ago
- e7e0600 Add an autoconf test to test whether the .section .gnu<warning> by Lin Xu · 13 years ago
- 4b1a066 Update the set_serializer test to match the actual output. by Eric Haszlakiewicz · 13 years ago
- 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
- f74e8f8 Add my copyright. by Eric Haszlakiewicz · 13 years ago
- d305cae Ignore the tests/testReplaceExisting binary. by Eric Haszlakiewicz · 13 years ago
- 8ce53f9 Note the rename in the ChangeLog, and update the instructions in the README file. by Eric Haszlakiewicz · 13 years ago
- 2f2180b Take a guess as to the rename changes changes needed to the Android part of the build. by Eric Haszlakiewicz · 13 years ago
- 1f9d199 Re-add the "json" pkg-config file as a compatibility shim. by Eric Haszlakiewicz · 13 years ago