251 Commits (188d1e3dda21f3b25b0b7ca2ccce7e7d2c4ecaab)
 

Author SHA1 Message Date
  Eric Hawicz 188d1e3dda
Merge pull request #612 from besser82/topic/besser82/json-c-0.11/CVE-2020-12762 2 years ago
  Björn Esser d706c0bc93 Fix CVE-2020-12762. 5 years ago
  Eric Haszlakiewicz 97ef11033a Drop the libtool versions back down a bit to avoid changing the major number of the library. Programs compiled against v0.10 should work ok with v0.11. 12 years ago
  Eric Haszlakiewicz d1645e378d Regen the doc pages using the right version for the 0.11 release. 12 years ago
  Eric Haszlakiewicz 4f4c3c17d4 Bump the version numbers for the 0.11 release. 12 years ago
  Eric Haszlakiewicz 09c2e72b18 Add the 0.11 release doxygen-generated docs to source control. 12 years ago
  Eric Haszlakiewicz fe1ac02013 Add automake/autoconf generated files for the 0.11 release. 12 years ago
  Eric Haszlakiewicz 7ca1e523f0 Merge branch 'master' of https://github.com/json-c/json-c 12 years ago
  Eric Haszlakiewicz 0e81b21dc8 Bump up the version in the release checklist to 0.11 12 years ago
  Eric Haszlakiewicz eee744cd7e Update the changelog with changes since the 0.10 release. 12 years ago
  Eric Haszlakiewicz f1b684971d Update config.h.in to add the HAVE_SETLOCALE and HAVE_LOCALE_H lines. 12 years ago
  Eric Haszlakiewicz e8161a11bb Issue #15: add a way to set a JSON_TOKENER_STRICT flag to forbid commas at the end of arrays and objects. 12 years ago
  Eric Haszlakiewicz 889400d946 Merge pull request #73 from ghazel/master 12 years ago
  Greg Hazel 88bf1c9960 one definition of json_object_object_foreach only works on c99 and later 12 years ago
  Eric Haszlakiewicz 5ec65e43b2 Merge pull request #71 from WillDignazio/master 12 years ago
  William Dignazio 32eddd66f5 Fix broken build by using ADVANCE_CHAR macro return. 12 years ago
  William Dignazio bb492d4d69 Rename misnomer POP_CHAR to PEEK_CHAR. 12 years ago
  Eric Haszlakiewicz b64d5ab966 Merge pull request #70 from tg--/master 12 years ago
  Eric Haszlakiewicz 1aa29b655a 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. 12 years ago
  Thomas Gstädtner 36ec47db49 configure.in: mv AM_CONFIG_HEADER to AC_CONFIG_HEADER 12 years ago
  Eric Haszlakiewicz 94aeed2ecd Include the test_locale test in the tests that run. 12 years ago
  Eric Haszlakiewicz 5b36a432c8 Merge branch 'remicollet-issue-float' 12 years ago
  Eric Haszlakiewicz 9b64c05ff9 Mark the "val" variable in json_object_object_foreach as unused so the compiler doesn't complain. Fix warnings in the testReplaceExisting test. 12 years ago
  Eric Haszlakiewicz bfb329223a 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. 12 years ago
  Eric Haszlakiewicz ca8b27d183 Enable -Werror and fix a number of minor warnings that existed. 12 years ago
  Eric Haszlakiewicz 92d289f5d3 Add a comment briefly describing json_object_object_length() 12 years ago
  Eric Haszlakiewicz c6b399194d Merge pull request #62 from ghazel/master 12 years ago
  Eric Haszlakiewicz ebeb6a40c9 Merge pull request #66 from ichernev/fix-test-parse 12 years ago
  Iskren Chernev 78b089bc1e Fixed test_parse for \f 12 years ago
  Greg Hazel cca74c6de6 add json_object_object_length 12 years ago
  Eric Haszlakiewicz 3ae296f694 Merge pull request #60 from ghazel/master 12 years ago
  Greg Hazel 77d0493b70 rename _errno 12 years ago
  Eric Haszlakiewicz 85da28c534 Merge pull request #58 from Abioy/master 12 years ago
  Abioy 7eaa849e9a escape '\f' in json_escape_str 12 years ago
  Eric Haszlakiewicz fcc768e667 Bump the version up to 0.10.99 to make it clear that the master branch is beyond anything on the 0.10 branch. 12 years ago
  Eric Haszlakiewicz 2943691181 Merge branch 'master' of https://github.com/json-c/json-c 12 years ago
  Eric Haszlakiewicz 1461b49385 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. 12 years ago
  Eric Haszlakiewicz 56166e2dff Merge pull request #51 from remicollet/issue-dyndepth 12 years ago
  Eric Haszlakiewicz d7de3aa24b Update the release checklist to include the INSTALL file, and adjust the git command to add the doc directory. 12 years ago
  Eric Haszlakiewicz 2e9fef38c2 Revert the test_null test back to emitted to stdout, and update the expected output to match. 12 years ago
  Eric Haszlakiewicz 86aedc2d2a Merge pull request #56 from TheCount/develop 12 years ago
  Alexander Klauer 18abf6e509 More warnings, fewer errors, C99 12 years ago
  Alexander Klauer 024d86c07f Prepend DESTDIR to paths for staged installs 12 years ago
  Alexander Klauer 57f36ed32a Write additional test info to stderr instead of stdout so as not to mar the expected output 12 years ago
  Alexander Klauer 827a4a97b9 Fixed memory leak in testReplaceExisting 12 years ago
  Alexander Klauer beb12d49e1 Make macro json_object_object_foreach multiple-use safe 12 years ago
  Alexander Klauer 20ef1bd980 Remove and ignore autogenerated installation instructions 12 years ago
  Alexander Klauer 8f58f09c69 Ignore editor swap files 12 years ago
  Alexander Klauer 54d551c810 Ignore doc dir for now 12 years ago
  Alexander Klauer b1d61d10e1 Library is now called libjson-c 12 years ago