]> git.ipfire.org Git - thirdparty/json-c.git/shortlog
thirdparty/json-c.git
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
2021-10-22  Eric HawiczMerge pull request #727 from jobol/propo2
2021-10-19  José BolloReally use prefix JSON_C_OBJECT_ADD_* 727/head
2021-10-17  Eric HawiczMerge pull request #729 from DeX77/patch-1
2021-10-15  DeX77* don't assume includedir 729/head
2021-10-09  Eric HawiczMerge pull request #726 from leongross/fix/test-cmake3.1
2021-10-06  Leon Grossfix cmake version for tests 726/head
2021-09-05  Eric HawiczMerge pull request #722 from imaami/fix-json_tokener_ne...
2021-09-04  Juuso AlasuutariFix use-after-free in json_tokener_new_ex() 722/head
2021-08-01  Eric HawiczMerge pull request #718 from Pawday/master
2021-07-26  PawdaySetted cmake "uninstall" target to exist in unix like... 718/head
2021-07-25  Eric HaszlakiewiczAdd workaround for Visual Studio not knowing about...
2021-07-25  Eric HaszlakiewiczSwitch the Travis build to use osx_image: xcode12.5...
2021-07-25  Eric HaszlakiewiczMerge some old work to include (some of) PR #464 into...
2021-07-25  Eric HaszlakiewiczOnly define an "uninstall" target if it's not already...
2021-07-05  Eric HawiczMerge pull request #714 from Hex052/clang-format_AfterC...
2021-07-05  Hex052Add AfterCaseLabel to .clang-format 714/head
2021-06-13  Eric HaszlakiewiczIf inttypes.h is present, use it, even on Windows.
2021-06-02  Eric HaszlakiewiczIssue #709: adjust some include guards to be a bit...
2021-05-15  Eric HawiczMerge pull request #706 from davidjmccann/master
2021-05-13  David McCannMerge branch 'json-c:master' into master 706/head
2021-05-13  David McCannCheck __STDC_VERSION__ is defined before checking its...
2021-05-01  Eric HawiczMerge pull request #696 from ssrlive/master
2021-04-17  Eric HawiczMerge pull request #701 from commodo/configurable-opts
2021-04-16  Alexandru Ardeleanjson_pointer: allow the feature to be disabled 701/head
2021-04-16  Alexandru Ardeleantests: CMakeLists.txt: move test names to variable
2021-04-15  Eric HawiczMerge pull request #700 from Philosoph228/werror-fix
2021-04-13  Philosoph228random_seed: fix unused variable for win32 build 700/head
2021-03-02  ssrliveTo avoid target exe file export JSON functions. 696/head
2021-02-15  Eric HaszlakiewiczAdd a DISABLE_EXTRA_LIBS option to skip using libbsd...
2021-02-13  Eric HaszlakiewiczIf arc4random is used, don't bother compiling in the...
2021-02-06  Eric HawiczMerge pull request #694 from ihsinme/patch-1
2021-02-05  ihsinmeUpdate json_object.c 694/head
2021-01-13  Eric HaszlakiewiczIesue #692: use arc4random() if it's available (in...
2021-01-13  Eric HaszlakiewiczKeep the doc directory in the nodoc release tarball...
2021-01-13  Eric HawiczMerge pull request #674 from ploxiln/random_seed_err_co...
2020-12-19  Eric HawiczMerge pull request #689 from neheb/patch-1
2020-12-18  Rosen Penevfix compilation with clang 689/head
2020-10-07  Pierce Lopezrandom_seed: on error, continue to next method 674/head
2020-09-12  Eric HawiczMerge pull request #667 from stoeckmann/regression
2020-09-11  Tobias StoeckmannFixed test1 regression. 667/head
2020-08-24  Eric HawiczMerge pull request #665 from stoeckmann/tokener
2020-08-24  Eric HawiczMerge pull request #660 from stoeckmann/arraylist
2020-08-24  Tobias StoeckmannValidate size arguments in arraylist functions. 660/head
2020-08-23  Eric HawiczMerge pull request #664 from stoeckmann/string
2020-08-23  Eric HawiczMerge pull request #663 from stoeckmann/strerror
2020-08-23  Eric HawiczMerge pull request #662 from stoeckmann/random
2020-08-22  Tobias StoeckmannPrevent signed overflow in get_time_seed 662/head
2020-08-22  Tobias StoeckmannHandle allocation failure in json_tokener_new_ex 665/head
2020-08-22  Tobias StoeckmannCap string length at INT_MAX. 664/head
2020-08-22  Tobias StoeckmannAligned comment in _json_object_new_string
2020-08-22  Tobias StoeckmannProperly format errnos in _json_c_strerror 663/head
2020-08-17  Eric HaszlakiewiczFix json_object_get_boolean() doc for the object and...
2020-08-15  Eric HawiczMerge pull request #657 from stoeckmann/getrandom
2020-08-15  Tobias StoeckmannUse GRND_NONBLOCK with getrandom. 657/head
2020-08-14  Eric HawiczMerge pull request #656 from pogaram/fix-warnings
2020-08-14  Aram PoghosyanFixed warnings 656/head
2020-08-07  Eric HawiczMerge pull request #655 from MarcT512/issue654
2020-08-07  MarcFix read past end of buffer 655/head
2020-08-02  Eric HaszlakiewiczEliminate use of ctype.h and replace isdigit() and...
2020-08-02  Eric HaszlakiewiczNeither vertical tab nor formfeed are considered whites...
2020-08-02  Eric HaszlakiewiczMerge the is_ws_char() and is_hex_char() changes to...
next