summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #611 from besser82/topic/besser82/json-c-0.12/CVE-2020-12762json-c-0.12Eric Hawicz2020-05-154-3/+59
|\
| * Fix CVE-2020-12762.Björn Esser2020-05-154-3/+59
|/
* Adjust the "-Infinity" fix on the json-c-0.12 branch to match the master branch.Eric Haszlakiewicz2017-11-263-1/+6
* Note a hack that's needed when building from the json-c-0.12 git branch (vs a...Eric Haszlakiewicz2017-11-261-0/+1
* Merge pull request #372 from jlguardi/json-c-0.12Eric Haszlakiewicz2017-11-265-15/+16
|\
| * Fixed #371: -Infinity correctly parsed after other InfinityJlguardi2017-11-031-0/+1
| * Improved testing for InfinityJlguardi2017-11-032-2/+2
| * Fixed testReplaceExisting compilation errorJlguardi2017-11-032-13/+13
|/
* Merge pull request #365 from mbehr1/json-c-0.12Eric Haszlakiewicz2017-10-043-11/+13
|\
| * added fallthrough for gcc7Matthias Behr2017-10-033-11/+13
|/
* Add doxygen-generated docs for the 0.12.1 release.json-c-0.12.1-20160607Eric Haszlakiewicz2016-06-0760-546/+2185
* Update release version to 0.12.1 and generate configure script.Eric Haszlakiewicz2016-06-079-81/+113
* Merge pull request #177 from cryogen/json-c-0.12Eric Haszlakiewicz2015-05-081-2/+2
|\
| * Fix uninitialised variable compile warning, and also fix unused-when-used war...Stuart Walsh2015-03-311-2/+2
|/
* Remove unused variable 'size'Petar Koretić2014-04-191-2/+0
* Add doxygen-generated docs for the 0.12 release.json-c-0.12-20140410Eric Haszlakiewicz2014-04-1085-0/+12140
* Bump the version numbers for the 0.12 release.Eric Haszlakiewicz2014-04-104-6/+6
* Add automake/autoconf generated files for the 0.12 release.Eric Haszlakiewicz2014-04-1013-0/+41555
* Update the ChangeLog with the changes for the 0.12 release.Eric Haszlakiewicz2014-04-102-2/+34
* Patch to address the following issues:Michael Clark2014-04-0911-13/+691
* Eliminate the deprecated mc_abort() function and MC_ABORT macro.Eric Haszlakiewicz2014-03-222-23/+0
* Make the json_tokener_errors array local. It has been deprecated for a while...Eric Haszlakiewicz2014-03-222-10/+1
* Simplify the tests Makefile to avoid repeating the name of each test.Eric Haszlakiewicz2014-03-222-18/+20
* Rename the "test_case" test to "test_charcase" to make it slightly less confu...Eric Haszlakiewicz2014-03-225-27/+5
* Fix warnings from autoconf about "...no AC_LANG_SOURCE call detected..." by a...Eric Haszlakiewicz2014-03-221-2/+2
* Issue #103: allow Infinity and -Infinity to be parsed.Eric Haszlakiewicz2014-03-227-2/+97
* Merge pull request #123 from fingon/use-NAN-if-availableEric Haszlakiewicz2014-03-221-1/+6
|\
| * nan function requires -lm on some platforms; use of NAN is better, if available.Markus Stenberg2014-03-181-1/+6
|/
* Issue#102 - add support for parsing "NaN".Eric Haszlakiewicz2014-03-096-10/+44
* Issue#114: check for the presence of isnan and isinf, and provide compat macr...Eric Haszlakiewicz2014-03-024-1/+42
* Merge pull request #121 from TazeTSchnitzel/LowercaseLiteralsEric Haszlakiewicz2014-02-123-0/+53
|\
| * Merge branch 'master' into LowercaseLiteralsAndrea Faulds2014-02-123-0/+53
| |\
| | * Missing testsAndrea Faulds2014-02-123-0/+53
* | | Merge commit '89535bb'Eric Haszlakiewicz2014-02-111-0/+1
|\ \ \
| * | | build: call AM_PROG_CC_C_O as requested by autoreconfRoss Burton2013-11-181-0/+1
| | |/ | |/|
* | | Merge pull request #112 from TazeTSchnitzel/LowercaseLiteralsEric Haszlakiewicz2014-02-112-33/+50
|\ \ \ | | |/ | |/|
| * | Only allow lowercase literals in STRICT modeAndrea Faulds2013-11-142-33/+50
| |/
* | Fix Issue #111: Fix off-by-one error when range checking the input to json_to...Eric Haszlakiewicz2014-02-111-1/+1
* | Merge pull request #109 from kdopen/use_strtodEric Haszlakiewicz2014-02-111-1/+32
|\ \
| * | Avoid potential overflow in json_object_get_doubleKeith Derrick2013-10-011-1/+32
| |/
* | Merge branch 'ebassi-master'Eric Haszlakiewicz2014-02-112-1/+27
|\ \
| * \ Merge branch 'master' of https://github.com/ebassi/json-c into ebassi-masterEric Haszlakiewicz2014-02-112-1/+27
| |\ \
| | * | Add a check for the -Bsymbolic-functions linker flagEmmanuele Bassi2013-09-172-2/+28
| | |/
* | | Ignore and cleanup a few more files that automake creates.Eric Haszlakiewicz2014-02-113-1/+3
|/ /
* | Issue#105: Rename configure.in to configure.acEric Haszlakiewicz2014-02-111-0/+0
* | Remove the old libjson.so name compatibility support. The library is only cr...Eric Haszlakiewicz2014-02-113-48/+1
|/
* Issue #59: change the floating point output format to %.17g so values with mo...Eric Haszlakiewicz2013-09-111-1/+1
* Use sizeof instead of hard coded values when calling snprintf.Eric Haszlakiewicz2013-09-111-4/+4
* Added a json_object_new_double_s() convenience function to allow an exact str...Eric Haszlakiewicz2013-09-116-11/+83
* Ignore the test-driver script that is now created, and the script for the tes...Eric Haszlakiewicz2013-09-081-0/+2