summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge pull request #597 from ploxiln/json_parse_usageEric Hawicz2020-05-081-7/+6
| |\
| | * json_parse demo: fix and use usage() functionPierce Lopez2020-05-081-7/+6
| |/
| * Merge pull request #595 from dota17/static_sharedEric Hawicz2020-05-073-5/+23
| |\
| | * cmake-configure: fix enable-static optionhofnarr2020-05-081-1/+1
| | * cmake: change variable namehofnarr2020-05-081-3/+3
| | * cmake: add list for build targetshofnarr2020-05-081-2/+3
| | * updatedota172020-05-072-15/+4
| | * support to build both static and shared librariesdota172020-05-062-1/+29
| * | Merge pull request #592 from stoeckmann/oobEric Hawicz2020-05-063-5/+27
| |\ \ | | |/ | |/|
| | * Fix integer overflows.Tobias Stoeckmann2020-05-062-5/+21
| | * Prevent division by zero in linkhash.Tobias Stoeckmann2020-05-041-0/+3
| | * Protect array_list_del_idx against size_t overflow.Tobias Stoeckmann2020-05-041-0/+3
| * | Make the benchmark work with pre-cmake versions of json-c. Fetch a few more ...Eric Haszlakiewicz2020-05-041-5/+18
| * | In jc-bench.sh, decode the --before and --after args. Use a separate data di...Eric Haszlakiewicz2020-05-041-17/+57
| * | Issue #589: drop the rdrand test loops to just 3, tweak comments and add some...Eric Haszlakiewicz2020-05-041-25/+39
| * | Merge pull request #589 from Xyene/detect-broken-rdrandEric Hawicz2020-05-031-4/+33
| |\ \
| | * | Detect broken RDRAND during initializationTudor Brindus2020-05-031-4/+33
| |/ /
* | | Fix printf format issues in apps/json_parse, and actually call the usage() fu...Eric Hawicz2020-05-031-6/+7
|/ /
* | Merge pull request #590 from Xyene/fix-cpuid-segfaultEric Hawicz2020-05-031-13/+2
|\ \
| * | Fix segmentation fault in CPUID checkTudor Brindus2020-05-031-13/+2
| |/
* | Fix cmake-configure to accept "--prefix=<foo>" in addition to "--prefix <foo>...Eric Haszlakiewicz2020-05-031-0/+3
|/
* Add an initial version of a benchmarking harness for json-c, to be able to mo...Eric Haszlakiewicz2020-04-272-0/+300
* Extend the CMakeLists.txt in the apps directory to be usable as a standalone ...Eric Haszlakiewicz2020-04-264-9/+139
* The json_parse command line app doesn't build on Windows, disable it.Eric Haszlakiewicz2020-04-211-0/+2
* Add an apps directory, and a json_parse program to parse an input file and re...Eric Haszlakiewicz2020-04-215-0/+200
* Add a JSON_TOKENER_ALLOW_TRAILING_CHARS flag for json_tokener_set_flags() to ...Eric Haszlakiewicz2020-04-215-4/+28
* Add an tok_flags field to explicitly specify tokener flags in test_parse and ...Eric Haszlakiewicz2020-04-211-38/+26
* Issue #471: always create directories with mode 0755, regardless of umask.Eric Haszlakiewicz2020-04-211-0/+11
* Issue #585: don't install config.hEric Haszlakiewicz2020-04-211-1/+1
* Add a few missing git commands to the release checklist, and change the S3 st...Eric Haszlakiewicz2020-04-191-3/+6
* Update the master branch to version 0.0.14.99Eric Haszlakiewicz2020-04-196-10/+22
* Fill in the ChangeLog for the upcoming 0.14 release.Eric Haszlakiewicz2020-04-191-3/+68
* Fill in a few more pre-release steps to match what we've done for the 0.14 re...Eric Haszlakiewicz2020-04-193-50/+57
* Rewrite the issued_closed_for_* files so they display a bit nicer.Eric Haszlakiewicz2020-04-182-450/+450
* Explicitly mark several things in json_tokener deprecated.Eric Haszlakiewicz2020-04-181-1/+13
* Re-do clang-format.Eric Haszlakiewicz2020-04-183-3/+0
* Make json_abort() internal to json_object.cEric Haszlakiewicz2020-04-183-23/+25
* Make json_tokener_validate_utf8() internal to json_tokener.c, and improve the...Eric Haszlakiewicz2020-04-182-9/+12
* Merge pull request #582 from dota17/list_closed_issue_prEric Haszlakiewicz2020-04-171-0/+206
|\
| * updatedota172020-04-171-6/+23
| * manual adjustmentdota172020-04-161-175/+171
| * add the list of issues& prs closeddota172020-04-161-0/+193
|/
* Merge pull request #524 from dota17/addTestCase_obj_tokenEric Haszlakiewicz2020-04-156-3/+90
|\
| * remove unsuitable casedota172020-04-151-17/+0
| * clang-format two test_util_file.c and test_object_iterator.cdota172020-04-142-16/+17
| * Increased the test coverage of json_util.c from 76% to 90.3%.chenguoping2020-04-142-0/+47
| * Increased the test coverage of json_object_iterator.c from 0% to 100%chenguoping2020-04-144-1/+57
* | Merge pull request #581 from Jehan/wip/Jehan/no-strict-prototypes-windowsEric Haszlakiewicz2020-04-151-1/+3
|\ \
| * | CMakeLists: do not enforce strict prototypes on Windows.Jehan2020-04-151-1/+3
|/ /
* | Merge pull request #580 from besser82/topic/besser82/fix_cmake_testsEric Haszlakiewicz2020-04-141-2/+2
|\ \