]> git.ipfire.org Git - thirdparty/json-c.git/shortlog
thirdparty/json-c.git
2023-07-10  Matthias Gattoadd JSON_C_TO_STRING_COLOR option 772/head
2023-07-07  Eric HawiczSkip apps when we're included in someone else's build...
2023-07-04  Eric HawiczFix the -f option to apps/json_parse, add a -F <arg...
2023-07-04  Eric HawiczMerge pull request #759 from c3h2-ctf/truncation
2023-07-01  Eric HaszlakiewiczIssue #688: Only exclude generated doc/* files, keep...
2023-03-28  Eric HaszlakiewiczStop linking a copy of _json_c_strerror() (strerror_ove...
2023-03-10  Eric HawiczMerge pull request #810 from dijonkitchen/patch-1
2023-03-10  JC (Jonathan... docs: update to Internet Standard reference 810/head
2023-02-23  Eric HaszlakiewiczBump up the minimum cmake version to 3.9.
2023-01-05  Eric HaszlakiewiczIssue #570: note brief instructions for building on...
2022-12-27  Eric HawiczMerge pull request #804 from yrashk/cmp-0042
2022-12-27  Eric HawiczMerge pull request #803 from yrashk/patch-2
2022-12-27  Eric HawiczMerge pull request #802 from yrashk/patch-1
2022-12-23  Yurii RashkovskiiProblem: cmake 3.25.1 warns about CMP0042 not being set 804/head
2022-12-23  Yurii RashkovskiiProblem: confusing error message in snprintf_compat.h 803/head
2022-12-23  Yurii RashkovskiiProblem: modern CMake warns about version 2.8 802/head
2022-11-17  Eric HawiczMerge pull request #796 from fedefrancescon/test-add...
2022-11-16  Federico FrancesconFixed `test_int_get` expected output 796/head
2022-11-15  Federico FrancesconAdded basic tests for `json_object_get_int`, `json_obje...
2022-10-30  Eric HaszlakiewiczUpdate expected output for test_parse, missed in the...
2022-10-30  Eric HaszlakiewiczExplicitly check for integer overflow/underflow when...
2022-10-30  Eric HaszlakiewiczApply same EINVAL handling to json_parse_uint64() as...
2022-10-26  Eric HaszlakiewiczIssue #792 - set errno=EINVAL if parsing the string...
2022-09-14  Eric HawiczMerge pull request #790 from Sarcares/patch-1
2022-09-12  Luca MannellaSmall update to README file 790/head
2022-08-16  Eric HawiczMerge pull request #784 from rouault/get_time_seed_cove...
2022-08-16  Even Rouaultget_time_seed(): silence warning emitted by Coverity... 784/head
2022-08-14  Eric HawiczMerge pull request #783 from kraj/master
2022-08-14  Khem Rajjson_pointer.c: Move idx_val declaration to top of... 783/head
2022-08-14  Khem Rajjson_inttypes.h: Define ssize_t on windows platforms
2022-08-14  Khem RajFix build with clang-15+
2022-08-13  Eric HawiczMerge pull request #782 from DimitriPapadopoulos/codespell
2022-08-13  Dimitri PapadopoulosFix typos found by codespell 782/head
2022-07-31  Eric HaszlakiewiczApply some of the fixes from PR #740, although by using...
2022-07-31  Eric HawiczMerge pull request #757 from c3h2-ctf/big
2022-07-30  Eric HaszlakiewiczIssue #705: disable locale handling when building for...
2022-07-30  Eric HaszlakiewiczWhen serializing with JSON_C_TO_STRING_PRETTY set,...
2022-07-26  Eric HaszlakiewiczUpdate Travis links to point at travis-ci.com instead...
2022-07-26  Eric HaszlakiewiczEntirely drop mode bits from open(O_RDONLY) to avoid...
2022-07-24  Eric HaszlakiewiczTrim a few travis builds, update others to more recent...
2022-07-24  Eric HaszlakiewiczFix the expected output for test_set_serializer.
2022-07-24  Eric HaszlakiewiczAdd test to check for the memory leak mentioned in...
2022-07-24  Eric HawiczMerge pull request #781 from dddaniel/master
2022-07-24  Daniel DanzbergerFix memory leak with emtpy strings in json_object_set_s... 781/head
2022-06-27  Eric HaszlakiewiczFix issue #775 - use a loop instead of list(TRANSFORM...
2022-06-22  Eric HawiczMerge pull request #776 from stoeckmann/typo
2022-06-21  Tobias StoeckmannFix typo 776/head
2022-06-13  Eric HaszlakiewiczFix #771/#768 by marking usage() as "noreturn" instead...
2022-06-04  Eric HawiczMerge pull request #769 from An7ar35/issue-768
2022-06-01  An7ar35missing 'FALLTHRU' added to sort out error messages... 769/head
2022-05-30  Eric HaszlakiewiczUnset NDEBUG so assert() is enabled in all tests. ...
2022-05-30  Eric HaszlakiewiczSpecify dependent libraries, including -lbsd, in a...
2022-05-30  Eric HaszlakiewiczInclude the tests and apps directories at the _end_...
2022-05-30  Eric HaszlakiewiczAdd --disable-static and --disable-dynamic options...
2022-04-14  Eric HaszlakiewiczNote the DSIABLE_JSON_POINTER and DISABLE_EXTRA_LIBS...
2022-04-14  Eric HaszlakiewiczAdd a "Getting Help" section to the README.
2022-04-14  Eric HaszlakiewiczUpdate the master branch to version 16.99
2022-04-14  Eric HaszlakiewiczClarify how to set the uploaded release tarballs to...
2022-04-14  Eric HaszlakiewiczUpdate the ChangeLog with recent changes, in preparatio...
2022-04-14  Eric HaszlakiewiczAdd new authors since the 0.15 release, tweak instructi...
2022-04-13  Eric HawiczMerge pull request #765 from jvoisin/patch-1
2022-04-13  Julien VoisinImprove a bit the coverage of the fuzzer 765/head
2022-04-08  Eric HaszlakiewiczFix issue #764: adjust test_util_file to match new...
2022-04-04  Eric HawiczMerge pull request #758 from c3h2-ctf/context
2022-04-04  Eric HawiczUpdate issue templates
2022-03-31  Tobias StoeckmannPreserve context if out of memory 758/head
2022-03-25  Eric HaszlakiewiczRemove single quote from #error line. Fixes issue...
2022-03-23  Eric HawiczMerge pull request #760 from BonsaiYi/error
2022-03-21  BonsaYCode style removed unneeded double-quotes 760/head
2022-03-20  Tobias Stoeckmannjson_tokener_parse_ex: handle out of memory errors 759/head
2022-03-20  Tobias Stoeckmannjson_object_from_fd_ex: fail if file is too large 757/head
2022-03-19  Eric HawiczMerge pull request #755 from c3h2-ctf/error
2022-03-19  Eric HawiczMerge pull request #754 from c3h2-ctf/doc
2022-03-19  Tobias StoeckmannFix error messages 755/head
2022-03-19  Tobias StoeckmannFix typos in comments 754/head
2022-03-19  Tobias StoeckmannAdjusted URLs
2022-03-07  Eric HawiczMerge pull request #748 from c3h2-ctf/printbuf
2022-03-07  Eric HawiczMerge pull request #752 from c3h2-ctf/typos
2022-03-06  Tobias StoeckmannFix typos 752/head
2022-03-06  Tobias Stoeckmannsprintbuf(): test for all vsnprintf error values 748/head
2022-03-04  Eric HawiczMerge pull request #749 from c3h2-ctf/sprintbuf
2022-03-04  Eric HawiczMerge pull request #750 from c3h2-ctf/clearmem
2022-03-04  Eric HawiczMerge pull request #751 from c3h2-ctf/arguments
2022-03-03  Tobias Stoeckmannsprintbuf(): handle printbuf_memappend errors 749/head
2022-03-03  Tobias Stoeckmannprintbuf_memset(): set gaps to zero 750/head
2022-03-03  Tobias Stoeckmannprintbuf: do not allow invalid arguments 751/head
2022-02-27  Eric HawiczMerge pull request #745 from c3h2-ctf/vasprintf
2022-02-27  Eric HawiczMerge pull request #746 from rouault/typo_fixes
2022-02-24  Even RouaultFix typos in code comments and ChangeLog 746/head
2022-02-24  Tobias Stoeckmannvasprintf(): avoid out of memory accesses 745/head
2022-02-19  Eric HawiczMerge pull request #739 from rouault/avoid_unsigned_int...
2022-02-19  Eric HawiczMerge pull request #741 from rouault/json_type_to_name_...
2022-02-19  Eric HawiczMerge pull request #742 from rouault/json_object_copy_s...
2022-02-19  Eric HawiczMerge pull request #744 from Kizuna-Meraki/close-random
2022-02-17  Kizuna-MerakiClose file on error path. 744/head
2022-01-30  Even Rouaultjson_type_to_name(): use correct printf() formatter 741/head
2022-01-16  Even Rouaultjson_object_copy_serializer_data(): add assertion 742/head
2022-01-12  Even Rouaultjson_escape_str(): avoid harmless unsigned integer... 739/head
2022-01-12  Eric HawiczMerge pull request #737 from tniessen/patch-1
2022-01-09  Tobias NießenFix typo in README 737/head
next