| Commit message (Expand) | Author | Age | Files | Lines |
| * | Stop linking a copy of _json_c_strerror() (strerror_override.c) into the tests.HEADmaster | Eric Haszlakiewicz | 2023-03-28 | 3 | -6/+0 |
| * | Fixed `test_int_get` expected output | Federico Francescon | 2022-11-16 | 1 | -1/+2 |
| * | Added basic tests for `json_object_get_int`, `json_object_get_int64`, `json_o... | Federico Francescon | 2022-11-16 | 4 | -0/+71 |
| * | Update expected output for test_parse, missed in the previous commit. | Eric Haszlakiewicz | 2022-10-30 | 1 | -1/+14 |
| * | Explicitly check for integer overflow/underflow when parsing integers with JS... | Eric Haszlakiewicz | 2022-10-30 | 1 | -0/+32 |
| * | Fix build with clang-15+ | Khem Raj | 2022-08-13 | 7 | -15/+15 |
| * | Fix typos found by codespell | Dimitri Papadopoulos | 2022-08-13 | 2 | -6/+6 |
| * | Apply some of the fixes from PR #740, although by using size_t instead of cas... | Eric Haszlakiewicz | 2022-07-31 | 1 | -2/+2 |
| * | Issue #705: disable locale handling when building for a uClibc system because... | Eric Haszlakiewicz | 2022-07-30 | 1 | -2/+0 |
| * | When serializing with JSON_C_TO_STRING_PRETTY set, keep the opening and closi... | Eric Haszlakiewicz | 2022-07-30 | 7 | -6/+17 |
| * | Entirely drop mode bits from open(O_RDONLY) to avoid warnings on certain plat... | Eric Haszlakiewicz | 2022-07-26 | 1 | -5/+5 |
| * | Fix the expected output for test_set_serializer. | Eric Haszlakiewicz | 2022-07-24 | 1 | -1/+1 |
| * | Add test to check for the memory leak mentioned in issue #781 | Eric Haszlakiewicz | 2022-07-24 | 1 | -0/+8 |
| * | Unset NDEBUG so assert() is enabled in all tests. One more fix there when bu... | Eric Haszlakiewicz | 2022-05-30 | 22 | -0/+67 |
| * | Include the tests and apps directories at the _end_, since order in the | Eric Haszlakiewicz | 2022-05-30 | 5 | -160/+161 |
| * | Fix issue #764: adjust test_util_file to match new output (changed in 6e53347) | Eric Haszlakiewicz | 2022-04-08 | 1 | -1/+1 |
| * | Fix typos | Tobias Stoeckmann | 2022-03-06 | 1 | -1/+1 |
| * | fix cmake version for tests | Leon Gross | 2021-10-06 | 1 | -1/+1 |
| * | json_pointer: allow the feature to be disabled | Alexandru Ardelean | 2021-04-16 | 1 | -1/+4 |
| * | tests: CMakeLists.txt: move test names to variable | Alexandru Ardelean | 2021-04-16 | 1 | -24/+26 |
| * | Fixed test1 regression. | Tobias Stoeckmann | 2020-09-11 | 1 | -0/+2 |
| * | Merge pull request #660 from stoeckmann/arraylist | Eric Hawicz | 2020-08-24 | 1 | -0/+22 |
| |\ |
|
| | * | Validate size arguments in arraylist functions. | Tobias Stoeckmann | 2020-08-24 | 1 | -0/+22 |
| * | | Properly format errnos in _json_c_strerror | Tobias Stoeckmann | 2020-08-22 | 4 | -1/+16 |
| |/ |
|
| * | Fix json_object_get_boolean() doc for the object and array cases (always retu... | Eric Haszlakiewicz | 2020-08-17 | 2 | -0/+45 |
| * | Change the strerror_override handling to check $_JSON_C_STRERROR_OVERRIDE ins... | Eric Haszlakiewicz | 2020-07-04 | 4 | -6/+7 |
| * | Replace one call to json_object_new_array() with json_object_new_array_ext() ... | Eric Haszlakiewicz | 2020-06-29 | 1 | -1/+1 |
| * | Fix code formatting | Eric Haszlakiewicz | 2020-06-29 | 1 | -2/+2 |
| * | Make sure TEST_PARSE_CHUNKSIZE is valid if it's set. | Eric Haszlakiewicz | 2020-06-29 | 1 | -0/+1 |
| * | In the json_tokener_state_number case, explicitly adjust what "number" charac... | Eric Haszlakiewicz | 2020-06-29 | 2 | -17/+43 |
| * | Fix incremental parsing of invalid numbers with exponents, such as "0e+-" and... | Eric Haszlakiewicz | 2020-06-27 | 2 | -2/+46 |
| * | Fix memory leak in test_parse's single_incremental_parse(). | Eric Haszlakiewicz | 2020-06-22 | 1 | -0/+4 |
| * | Issue #616: Change the parsing of surrogate pairs in unicode escapes so it us... | Eric Haszlakiewicz | 2020-06-21 | 2 | -7/+27 |
| * | In test_parse, fix lengths passed during a couple of incremental tests. | Eric Haszlakiewicz | 2020-06-21 | 2 | -5/+52 |
| * | Merge pull request #633 from dota17/issue616 | Eric Hawicz | 2020-06-20 | 2 | -27/+94 |
| |\ |
|
| | * | fix issue 616: support the surrogate pair in split file. | dota17 | 2020-06-08 | 2 | -27/+94 |
| * | | Eliminate unnecessary cast that was added to test_double_serializer. | Eric Haszlakiewicz | 2020-06-07 | 1 | -1/+1 |
| * | | The split of json_object into type-specific sub-structures is now functionall... | Eric Haszlakiewicz | 2020-06-07 | 2 | -5/+5 |
| * | | Kick json_type_string out of struct json_object. | Eric Haszlakiewicz | 2020-06-07 | 1 | -0/+4 |
| * | | Kick json_type_int and json_type_double out of struct json_object. | Eric Haszlakiewicz | 2020-05-26 | 1 | -1/+1 |
| * | | Kick json_type_array out of struct json_object; re-enable the test_deep_copy ... | Eric Haszlakiewicz | 2020-05-25 | 1 | -2/+1 |
| * | | Start splitting struct json_object into multiple sub-types, as descibed at ht... | Eric Haszlakiewicz | 2020-05-25 | 1 | -1/+2 |
| |/ |
|
| * | test_deep_copy: Fix assertion value. | Björn Esser | 2020-05-18 | 1 | -1/+1 |
| * | tests: Fix test_double_serializer without thread-local storage. | Björn Esser | 2020-05-18 | 1 | -0/+1 |
| * | Prevent truncation on custom double formatters. | Tobias Stoeckmann | 2020-05-16 | 2 | -1/+15 |
| * | Improved support for IBM operating systems | David McCann | 2020-05-14 | 3 | -10/+10 |
| * | fix json_parse_uint64() usage of errno | Pierce Lopez | 2020-05-10 | 1 | -4/+4 |
| * | Fix snprintf on windows problem for test4. | Eric Haszlakiewicz | 2020-05-10 | 1 | -0/+1 |
| * | Re-format after recent change to fix linkhash. | Eric Haszlakiewicz | 2020-05-10 | 1 | -2/+1 |
| * | Issue #599: Fix the backwards check in lh_table_insert_w_hash() that was prev... | Eric Haszlakiewicz | 2020-05-10 | 2 | -0/+30 |