summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Generate docs for the 0.15 releasejson-c-0.15-20200726json-c-0.15Eric Haszlakiewicz2020-07-2681-0/+16095
* Bump version to 0.15Eric Haszlakiewicz2020-07-262-8/+8
* 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
* Merge pull request #646 from pascal-cuoq/fix_645Eric Hawicz2020-07-211-1/+1
|\
| * Fixes #645Pascal Cuoq2020-07-211-1/+1
|/
* Update the ChangeLog with recent changes, in preparation for a 0.15 release.Eric Haszlakiewicz2020-07-201-10/+40
* Remove the obsolete config.h.win32Eric Haszlakiewicz2020-07-171-207/+0
* Fix a number of things with the generated docs, including translating triple-...Eric Haszlakiewicz2020-07-174-441/+457
* Add some more detail about how to use json-c in README.md.Eric Haszlakiewicz2020-07-171-1/+31
* Remove the THIS_FUNCTION_IS_DEPRECATED define, we stopped using it long ago.Eric Haszlakiewicz2020-07-171-10/+0
* Remove the obsolete README.json_object-split.md, and mark README.md as being ...Eric Haszlakiewicz2020-07-122-16/+3
* Issue #642: improve the docs for json_object_put() and json_object_get().Eric Haszlakiewicz2020-07-121-5/+27
* Expand the doc for json_object_array_get_idx() to explain that it does not ad...Eric Haszlakiewicz2020-07-121-1/+9
* Issue #641: Add a cast to void * to address some theoretically undefined prin...Eric Haszlakiewicz2020-07-111-1/+1
* Issue #642: improve docs for json_tokener.h and json_object_object_add().Eric Haszlakiewicz2020-07-112-9/+48
* Don't export json-c symbols starting with an underscore, put deprecated expor...Eric Haszlakiewicz2020-07-042-32/+51
* Change the strerror_override handling to check $_JSON_C_STRERROR_OVERRIDE ins...Eric Haszlakiewicz2020-07-045-7/+11
* Merge pull request #639 from smcv/symbol-versionsEric Hawicz2020-07-042-0/+169
|\
| * build: Add symbol versions to all exported symbolsSimon McVittie2020-07-012-0/+169
* | Use constants referring to the signed integer types when setting SSIZE_T_MAX.Eric Haszlakiewicz2020-07-011-3/+3
|/
* Replace one call to json_object_new_array() with json_object_new_array_ext() ...Eric Haszlakiewicz2020-06-291-1/+1
* Add doc comment for json_object_new_array_ext().Eric Haszlakiewicz2020-06-291-0/+7
* Fix code formattingEric Haszlakiewicz2020-06-292-14/+9
* Make sure TEST_PARSE_CHUNKSIZE is valid if it's set.Eric Haszlakiewicz2020-06-291-0/+1
* In the json_tokener_state_number case, explicitly adjust what "number" charac...Eric Haszlakiewicz2020-06-296-50/+92
* Fix incremental parsing of invalid numbers with exponents, such as "0e+-" and...Eric Haszlakiewicz2020-06-276-17/+120
* Issue #635: Fix "expression has no effect" warning in json_tokener.c by casti...Eric Haszlakiewicz2020-06-231-1/+1
* Fix memory leak in test_parse's single_incremental_parse().Eric Haszlakiewicz2020-06-221-0/+4
* Drop extra blank lines from arraylist.hEric Haszlakiewicz2020-06-211-2/+0
* Issue #616: Change the parsing of surrogate pairs in unicode escapes so it us...Eric Haszlakiewicz2020-06-215-172/+172
* In test_parse, fix lengths passed during a couple of incremental tests.Eric Haszlakiewicz2020-06-212-5/+52
* Rearrange the json_tokener_state_escape_unicode case in json_tokener to simpl...Eric Haszlakiewicz2020-06-212-153/+160
* Update the json_tokener_parse_ex() docs to clarify that the final '\0' charac...Eric Haszlakiewicz2020-06-211-4/+11
* Merge pull request #633 from dota17/issue616Eric Hawicz2020-06-204-35/+113
|\
| * fix issue 616: support the surrogate pair in split file.dota172020-06-084-35/+113
* | Add json_object_array_shrink() (and array_list_shrink()) and use it in json_t...Eric Haszlakiewicz2020-06-206-3/+95
* | Merge pull request #632 from json-c/json_object-splitEric Hawicz2020-06-208-263/+457
|\ \
| * | Reformat the json_object-split branch with clang-formatjson_object-splitEric Haszlakiewicz2020-06-162-39/+32
| * | Include unistd.h to fix the build on OSXEric Haszlakiewicz2020-06-142-0/+5
| * | Drop the _delete field from struct json_object and call the type-specific del...Eric Haszlakiewicz2020-06-132-19/+30
| * | Drop the useless "char data[1]" from struct json_object. Fix a typo in a com...Eric Haszlakiewicz2020-06-132-2/+3
| * | Eliminate unnecessary cast that was added to test_double_serializer.Eric Haszlakiewicz2020-06-071-1/+1
| * | Summarize the changes from the json_object-split branch in the ChangeLog.Eric Haszlakiewicz2020-06-071-0/+7
| * | Move the ssize_t typedef from json_inttypes.h to json_object_private.h so as ...Eric Haszlakiewicz2020-06-072-5/+5
| * | The split of json_object into type-specific sub-structures is now functionall...Eric Haszlakiewicz2020-06-075-433/+89
| * | More fixes for old MSVC builds.Eric Haszlakiewicz2020-06-071-5/+5
| * | Fix typo in previous commit to check for SSIZE_T on MSVC.Eric Haszlakiewicz2020-06-071-2/+2
| * | Change CMakeLists.txt to look for SSIZE_T on MSVC too.Eric Haszlakiewicz2020-06-071-0/+5