]> git.ipfire.org Git - thirdparty/json-c.git/shortlog
thirdparty/json-c.git
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: 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_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
2021-12-22  Eric HaszlakiewiczCause the cmake include dirs to also have ${CMAKE_INSTA...
2021-11-30  Eric HaszlakiewiczAdd linkhash accessor functions (lh_table_head(), lh_en...
2021-11-30  Eric HaszlakiewiczDrop the REFCOUNT_DEBUG code, it hasn't been used in...
2021-11-29  Eric HawiczMerge pull request #734 from json-c/newer-appveyor
2021-11-29  Eric HaszlakiewiczPut the most recent image first in appveyor builds. 734/head
2021-11-29  Eric HaszlakiewiczSkip most "Release" builds. s/b_config/CONFIGURATION...
2021-11-27  Eric HaszlakiewiczThere doesn't seem to be a way to extend the appveyor...
2021-11-27  Eric HaszlakiewiczUse the newer appveyor images to build for VS2017 and...
2021-11-26  Eric HaszlakiewiczNote the need to also set CTEST_OUTPUT_ON_FAILURE to...
2021-11-12  Eric HawiczMerge pull request #732 from DiracResearch/fix/static_i...
2021-11-11  Robert BielikFix uninitialized value error for clang-8 msan 732/head
2021-11-11  Robert BielikFix for clang ub sanitizer
2021-11-11  Robert BielikAdd target include dirs for static library as well
next