summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #696 from ssrlive/masterEric Hawicz2021-05-015-4/+8
|\
| * To avoid target exe file export JSON functions.ssrlive2021-03-025-4/+8
* | Merge pull request #701 from commodo/configurable-optsEric Hawicz2021-04-174-28/+43
|\ \
| * | json_pointer: allow the feature to be disabledAlexandru Ardelean2021-04-164-5/+18
| * | tests: CMakeLists.txt: move test names to variableAlexandru Ardelean2021-04-161-24/+26
|/ /
* | Merge pull request #700 from Philosoph228/werror-fixEric Hawicz2021-04-141-1/+0
|\ \ | |/ |/|
| * random_seed: fix unused variable for win32 buildPhilosoph2282021-04-131-1/+0
|/
* Add a DISABLE_EXTRA_LIBS option to skip using libbsd, per @neheb's request on...Eric Haszlakiewicz2021-02-152-1/+6
* If arc4random is used, don't bother compiling in the other fallback methods s...Eric Haszlakiewicz2021-02-131-11/+30
* Merge pull request #694 from ihsinme/patch-1Eric Hawicz2021-02-061-3/+3
|\
| * Update json_object.cihsinme2021-02-051-3/+3
|/
* Iesue #692: use arc4random() if it's available (in libc on BSD systems, and l...Eric Haszlakiewicz2021-01-133-2/+28
* Keep the doc directory in the nodoc release tarball, just exclude its contents.Eric Haszlakiewicz2021-01-131-1/+1
* Merge pull request #674 from ploxiln/random_seed_err_continueEric Hawicz2021-01-121-40/+29
|\
| * random_seed: on error, continue to next methodPierce Lopez2020-10-071-40/+29
* | Merge pull request #689 from neheb/patch-1Eric Hawicz2020-12-181-1/+1
|\ \ | |/ |/|
| * fix compilation with clangRosen Penev2020-12-171-1/+1
|/
* Merge pull request #667 from stoeckmann/regressionEric Hawicz2020-09-111-0/+2
|\
| * Fixed test1 regression.Tobias Stoeckmann2020-09-111-0/+2
|/
* Merge pull request #665 from stoeckmann/tokenerEric Hawicz2020-08-241-0/+6
|\
| * Handle allocation failure in json_tokener_new_exTobias Stoeckmann2020-08-221-0/+6
* | Merge pull request #660 from stoeckmann/arraylistEric Hawicz2020-08-242-0/+26
|\ \
| * | Validate size arguments in arraylist functions.Tobias Stoeckmann2020-08-242-0/+26
| |/
* | Merge pull request #664 from stoeckmann/stringEric Hawicz2020-08-231-8/+9
|\ \
| * | Cap string length at INT_MAX.Tobias Stoeckmann2020-08-221-3/+4
| * | Aligned comment in _json_object_new_stringTobias Stoeckmann2020-08-221-5/+5
| |/
* | Merge pull request #663 from stoeckmann/strerrorEric Hawicz2020-08-235-2/+18
|\ \
| * | Properly format errnos in _json_c_strerrorTobias Stoeckmann2020-08-225-2/+18
| |/
* | Merge pull request #662 from stoeckmann/randomEric Hawicz2020-08-231-1/+1
|\ \ | |/ |/|
| * Prevent signed overflow in get_time_seedTobias Stoeckmann2020-08-221-1/+1
|/
* Fix json_object_get_boolean() doc for the object and array cases (always retu...Eric Haszlakiewicz2020-08-173-2/+48
* Merge pull request #657 from stoeckmann/getrandomEric Hawicz2020-08-151-2/+4
|\
| * Use GRND_NONBLOCK with getrandom.Tobias Stoeckmann2020-08-151-2/+4
|/
* Merge pull request #656 from pogaram/fix-warningsEric Hawicz2020-08-141-2/+2
|\
| * Fixed warningsAram Poghosyan2020-08-141-2/+2
|/
* Merge pull request #655 from MarcT512/issue654Eric Hawicz2020-08-071-1/+2
|\
| * Fix read past end of bufferMarc2020-08-071-1/+2
* | Merge pull request #653 from lamby/966657-json-c-please-make-the-build-reprod...Eric Hawicz2020-08-011-1/+1
|\ \
| * | Make the documentation build reproduciblyChris Lamb2020-08-011-1/+1
|/ /
* | Merge pull request #651 from alanc/getrandomEric Hawicz2020-07-313-0/+51
|\ \
| * | Use getrandom() if available in json_c_get_random_seedAlan Coopersmith2020-07-313-0/+51
|/ /
* | Issue #649: Drop the generated doc/Doxyfile when creating a release.Eric Haszlakiewicz2020-07-281-0/+1
* | Merge pull request #650 from sartura/readme-updateEric Hawicz2020-07-271-5/+5
|\ \
| * | README: fix spelling errorsJakov Smolic2020-07-271-5/+5
|/ /
* | Include updating the json-c-current-releaes gh-pages symlink as part of the r...Eric Haszlakiewicz2020-07-261-0/+2
* | Update the master branch to version 0.15.99Eric Haszlakiewicz2020-07-265-11/+29
* | Update AUTHORS, add issues_closed_for_0.15.md, tweak the release checklist sl...Eric Haszlakiewicz2020-07-243-3/+101
* | Merge pull request #648 from MarcT512/rbfEric Hawicz2020-07-231-1/+1
|\ \ | |/ |/|
| * Fix "may be used uninitialized" Release build failureMarc2020-07-231-1/+1
|/
* Issue #594 - provide an OVERRIDE_GET_RANDOM_SEED cmake variable to override j...Eric Haszlakiewicz2020-07-224-0/+9