summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Stop linking a copy of _json_c_strerror() (strerror_override.c) into the tests.HEADmasterEric Haszlakiewicz2023-03-286-21/+2
* Merge pull request #810 from dijonkitchen/patch-1Eric Hawicz2023-03-101-1/+1
|\
| * docs: update to Internet Standard referenceJC (Jonathan Chen)2023-03-101-1/+1
|/
* Bump up the minimum cmake version to 3.9.Eric Haszlakiewicz2023-02-231-32/+18
* Issue #570: note brief instructions for building on Android.Eric Haszlakiewicz2023-01-051-0/+24
* Merge pull request #804 from yrashk/cmp-0042Eric Hawicz2022-12-271-1/+8
|\
| * Problem: cmake 3.25.1 warns about CMP0042 not being setYurii Rashkovskii2022-12-231-1/+8
* | Merge pull request #803 from yrashk/patch-2Eric Hawicz2022-12-271-1/+1
|\ \
| * | Problem: confusing error message in snprintf_compat.hYurii Rashkovskii2022-12-231-1/+1
| |/
* | Merge pull request #802 from yrashk/patch-1Eric Hawicz2022-12-271-2/+5
|\ \ | |/ |/|
| * Problem: modern CMake warns about version 2.8Yurii Rashkovskii2022-12-231-2/+5
|/
* Merge pull request #796 from fedefrancescon/test-add-int-getEric Hawicz2022-11-165-0/+73
|\
| * Fixed `test_int_get` expected outputFederico Francescon2022-11-161-1/+2
| * Added basic tests for `json_object_get_int`, `json_object_get_int64`, `json_o...Federico Francescon2022-11-165-0/+72
|/
* Update expected output for test_parse, missed in the previous commit.Eric Haszlakiewicz2022-10-301-1/+14
* Explicitly check for integer overflow/underflow when parsing integers with JS...Eric Haszlakiewicz2022-10-303-0/+46
* Apply same EINVAL handling to json_parse_uint64() as was done for json_parse_...Eric Haszlakiewicz2022-10-302-2/+16
* Issue #792 - set errno=EINVAL if parsing the string in json_parse_int64 fails...Eric Haszlakiewicz2022-10-261-1/+6
* Merge pull request #790 from Sarcares/patch-1Eric Hawicz2022-09-131-1/+1
|\
| * Small update to README fileLuca Mannella2022-09-121-1/+1
|/
* Merge pull request #784 from rouault/get_time_seed_coverity_scan_silenceEric Hawicz2022-08-161-0/+1
|\
| * get_time_seed(): silence warning emitted by Coverity Scan static analyzerEven Rouault2022-08-161-0/+1
|/
* Merge pull request #783 from kraj/masterEric Hawicz2022-08-1410-17/+23
|\
| * json_pointer.c: Move idx_val declaration to top of functionKhem Raj2022-08-141-1/+2
| * json_inttypes.h: Define ssize_t on windows platformsKhem Raj2022-08-131-0/+5
| * Fix build with clang-15+Khem Raj2022-08-138-16/+16
|/
* Merge pull request #782 from DimitriPapadopoulos/codespellEric Hawicz2022-08-133-7/+7
|\
| * Fix typos found by codespellDimitri Papadopoulos2022-08-133-7/+7
|/
* Apply some of the fixes from PR #740, although by using size_t instead of cas...Eric Haszlakiewicz2022-07-314-28/+33
* Merge pull request #757 from c3h2-ctf/bigEric Hawicz2022-07-312-4/+23
|\
| * json_object_from_fd_ex: fail if file is too largeTobias Stoeckmann2022-03-203-5/+24
* | Issue #705: disable locale handling when building for a uClibc system because...Eric Haszlakiewicz2022-07-303-2/+14
* | When serializing with JSON_C_TO_STRING_PRETTY set, keep the opening and closi...Eric Haszlakiewicz2022-07-309-20/+42
* | Update Travis links to point at travis-ci.com instead of travis-ci.orgEric Haszlakiewicz2022-07-261-1/+1
* | Entirely drop mode bits from open(O_RDONLY) to avoid warnings on certain plat...Eric Haszlakiewicz2022-07-261-5/+5
* | Trim a few travis builds, update others to more recent toolchains.Eric Haszlakiewicz2022-07-241-31/+25
* | Fix the expected output for test_set_serializer.Eric Haszlakiewicz2022-07-241-1/+1
* | Add test to check for the memory leak mentioned in issue #781Eric Haszlakiewicz2022-07-241-0/+8
* | Merge pull request #781 from dddaniel/masterEric Hawicz2022-07-241-3/+10
|\ \
| * | Fix memory leak with emtpy strings in json_object_set_stringDaniel Danzberger2022-07-241-3/+10
|/ /
* | Fix issue #775 - use a loop instead of list(TRANSFORM ...) to support cmake <...Eric Haszlakiewicz2022-06-271-1/+11
* | Merge pull request #776 from stoeckmann/typoEric Hawicz2022-06-211-1/+1
|\ \
| * | Fix typoTobias Stoeckmann2022-06-211-1/+1
|/ /
* | Fix #771/#768 by marking usage() as "noreturn" instead of using "FALLTHRU" in...Eric Haszlakiewicz2022-06-131-2/+15
* | Merge pull request #769 from An7ar35/issue-768Eric Hawicz2022-06-031-1/+1
|\ \
| * | missing 'FALLTHRU' added to sort out error messages when using "-Werror=impli...An7ar352022-06-011-1/+1
|/ /
* | Unset NDEBUG so assert() is enabled in all tests. One more fix there when bu...Eric Haszlakiewicz2022-05-3022-0/+67
* | Specify dependent libraries, including -lbsd, in a more consistent way so lin...Eric Haszlakiewicz2022-05-301-2/+15
* | Include the tests and apps directories at the _end_, since order in theEric Haszlakiewicz2022-05-307-172/+172
* | Add --disable-static and --disable-dynamic options to the cmake-configure scr...Eric Haszlakiewicz2022-05-301-0/+6