summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Issue #626: Restore compatibility with cmake 2.8 by explicitly defining the P...json-c-0.13Eric Haszlakiewicz2020-06-031-2/+15
* Apply the fix from @pointbre in issue #626 to skip "inline" on AIX, but inver...Eric Haszlakiewicz2020-05-311-3/+3
* Merge pull request #607 from besser82/topic/besser82/json-c-0.13/CVE-2020-12762Eric Hawicz2020-05-145-20/+73
|\
| * Fix CVE-2020-12762.Björn Esser2020-05-145-20/+73
|/
* install json_object_iterator.h header fileEric Haszlakiewicz2018-12-111-0/+1
|\
| * install json_object_iterator.h header fileKeith Holman2018-06-071-0/+1
| * Merge pull request #420 from angelskieglazki/masterEric Haszlakiewicz2018-06-022-7/+7
| |\
| | * arraylist: Fix names of parameters for callback functionmax2018-06-012-7/+7
| |/
| * Always create debug info (pdb file) even for release builds.Eric Haszlakiewicz2018-05-271-0/+5
| * Try the appveyor changes again, using %Configuration% instead of "Debug"Eric Haszlakiewicz2018-05-271-1/+1
| * Include the json-c.lib, .pdb and .exp files in the zip file created by the ap...Eric Haszlakiewicz2018-05-271-1/+1
| * Merge pull request #410 from janczer/fix-typosEric Haszlakiewicz2018-04-245-20/+20
| |\
| | * Fixed typosjanczer2018-04-245-20/+20
| |/
| * Issue #407: fix incorrect casts in calls to ctype functions (isdigit and issp...Eric Haszlakiewicz2018-03-253-4/+4
| * Add an parse test for content starting with a UTF8 BOM, which is _not_ a vali...Eric Haszlakiewicz2018-03-252-2/+19
| * Update the change log for the 0.13.1 release.Eric Haszlakiewicz2018-03-051-0/+13
| * Issue #396: check for toolchain compatibilty with _REENTRANT before adding it...Eric Haszlakiewicz2018-03-041-1/+22
| * Merge pull request #402 from derwolfe/fuzzEric Haszlakiewicz2018-02-195-0/+70
| |\
| | * pull in fuzzers, add CI scripts laterChris Wolfe2018-02-055-0/+70
| |/
| * Merge pull request #399 from jonathan-wiens/bugfix/initialize_variableEric Haszlakiewicz2018-01-261-2/+2
| |\
| | * Avoid uninitialized variable warningsJonathan Wiens2018-01-171-2/+2
| |/
| * Bump the major version of the .so library generated up to 4.0 to avoid confli...Eric Haszlakiewicz2018-01-151-1/+1
| * PR#394: fix breakage with VS build.Eric Haszlakiewicz2017-12-241-1/+1
| * PR#394: don't always append the ".0" if the double value rounds to zero becau...Eric Haszlakiewicz2017-12-243-27/+67
| * Remove the TRUE and FALSE defines.Eric Haszlakiewicz2017-12-235-23/+18
| * Merge pull request #393 from besser82/enhancement/unsigned_refcountEric Haszlakiewicz2017-12-172-1/+4
| |\
| | * json_object_private: Use unsigned 32-bit integer type for refcountBjörn Esser2017-12-172-1/+4
| |/
| * Merge pull request #389 from besser82/bugfix/invalid_freeEric Haszlakiewicz2017-12-141-0/+5
| |\
| | * json_object: Avoid invalid free (and thus a segfault) when ref_count gets < 0Björn Esser2017-12-141-0/+5
| |/
| * Merge pull request #386 from besser82/bugfix/aclocal_amflagsEric Haszlakiewicz2017-12-131-0/+2
| |\
| | * Makefile: Add ACLOCAL_AMFLAGSBjörn Esser2017-12-131-0/+2
| * | Merge pull request #391 from rikardfalkeborn/fix-const-function-defineEric Haszlakiewicz2017-12-131-1/+1
| |\ \ | | |/ | |/|
| | * Fix non-GNUC define for JSON_C_CONST_FUNCTIONRikard Falkeborn2017-12-131-1/+1
| |/
| * Apply gcc's "const" attribute to the json_c_object_sizeof() function as an op...Eric Haszlakiewicz2017-12-122-2/+8
| * Merge pull request #388 from besser82/enhancement/json_object_sizeofEric Haszlakiewicz2017-12-122-0/+10
| |\
| | * json_object: Add size_t json_object_sizeof()Björn Esser2017-12-112-0/+10
| * | Merge pull request #387 from LeSpocky/docEric Haszlakiewicz2017-12-122-4/+3
| |\ \ | | |/ | |/|
| | * doc: Use other doxygen feature to specify mainpageAlexander Dahl2017-12-112-4/+3
| |/
| * Remove the previously deprecated lh_table_lookup() function, in favor of lh_t...Eric Haszlakiewicz2017-12-103-17/+1
| * Remove the previously deprecated bits.h and the lh_abort() function.Eric Haszlakiewicz2017-12-105-62/+4
| * Drop mention of README-WIN32.html in the release checklist.Eric Haszlakiewicz2017-12-091-1/+0
| * Update the master branch to version 0.13.99Eric Haszlakiewicz2017-12-097-10/+16
| * Tweak the release checklist slightly to fix problems noticed during this past...Eric Haszlakiewicz2017-12-091-3/+5
* | Update docs for the 0.13.1 release.json-c-0.13.1-20180305Eric Haszlakiewicz2018-03-0577-2185/+2513
* | Bump version to 0.13.1, and re-generate autoconf and automake files.Eric Haszlakiewicz2018-03-057-20/+139
* | Eliminate ACLOCAL_AMFLAGS, since it changes how libtool files are generated t...Eric Haszlakiewicz2018-03-051-1/+1
* | Update the change log for the 0.13.1 release.Eric Haszlakiewicz2018-03-051-0/+13
* | Issue #396: check for toolchain compatibilty with _REENTRANT before adding it...Eric Haszlakiewicz2018-03-041-1/+22
* | pull in fuzzers, add CI scripts laterChris Wolfe2018-03-044-0/+67
* | Avoid uninitialized variable warningsJonathan Wiens2018-03-041-2/+2