]> git.feebdaed.xyz Git - 0xmirror/cJSON.git/shortlog
0xmirror/cJSON.git
2024-08-30 Nicolas BadouxCJSON_SetValuestring: better test for overlapping string
2024-08-30 Nicolas BadouxCJSON_SetValuestring: add test for overlapping string
2024-08-30 Nicolas Badouxfix #881, check overlap before calling strcpy in cJSON_...
2024-08-30 Nicolas BadouxcJSON_DetachItemViaPointer: added test and fix for...
2024-08-30 Nicolas BadouxCheck for NULL in cJSON_DetachItemViaPointer
2024-06-19 AlanscutRevert "feat: add tests for #842" to fix test failures
2024-05-14 Shaun CaseFix spelling errors found by CodeSpell. See https...
2024-05-14 DL6ERFix indentation (should use spaces)
2024-05-13 Alanscutadd contributors
2024-05-13 AlanscutRelease 1.7.18
2024-05-13 Alanscutfeat: add tests for #842
2024-05-13 maebexSet free'd pointers to NULL whenever they are not reass...
2024-05-09 Alanscutfix: remove misused optimization flag -01
2024-05-06 orriFix heap buffer overflow
2024-05-06 orriAdd test for heap buffer overflow
2024-05-06 orriRemove non-functional list handling of compiler flags
2024-04-29 Alanscutupdate comments and add tests for cJSON_SetValuestring
2024-04-28 Alanscutfix: fix incorrect name in security.md
2024-04-26 Alan WangCreate SECURITY.md
2024-04-26 Up-windAdd NULL check to cJSON_SetValuestring()
2023-12-26 AlanscutRelease 1.7.17
2023-12-20 Leefix error in null checkings (#810)
2023-12-18 Leeadd NULL checkings (#809)
2023-07-05 Alan WangRelease 1.7.16 (#770)
2023-07-04 Alan Wangupgrade clang to fix actions error (#768)
2023-07-03 MaxBrandtnerAdd meson documentation (#761)
2023-07-01 hopper-vulFix a null pointer crash in cJSON_ReplaceItemViaPointer...
2022-03-29 Junbo Zhengfix: add allocate check for replace_item_in_object...
2022-01-26 Stoian Ivanovfeat: add cJSON_SetBoolValue and test (#639)
2022-01-26 mohawk2docs: Fix README typo (#664)
2022-01-20 Randychore: add CIFuzz integration (#437)
2022-01-20 Tony Langhammerchore: ignore all .dylib files (#628)
2022-01-19 10kmfix: 'cjson_utils-static' target not exist(#625)
2022-01-19 Andyadd an option for ENABLE_CJSON_VERSION_SO in CMakeLists...
2022-01-19 AlexanderVasiljevfix: print int without decimal places (#630)
2021-10-22 Alan Wangchore: ignore *.lst/*.lss file (#623)
2021-10-22 Joshua Arulsamybuild: Bump cmake version and use new version syntax...
2021-10-22 Alan Wangdocs: update comment (#622)
2021-10-22 SuperHuanfix: add cmake_policy to CMakeLists.txt (#613)
2021-10-22 Sayan Bandyopadhyayfix: for issue #569, now use the guard to turn it off...
2021-08-26 Alan Wangfix: potential memory leak in merge_patch() (#611)
2021-08-25 Alan Wangchore: update version and changelog (#610)
2021-08-25 Alan Wangfix: remove redundant condition (#605)
2021-08-25 Dimitri Papadopoulos... Typos found by codespell (#607)
2020-12-31 CoffeeTableEspressoUpdate .gitattributes (#544)
2020-12-31 Alan WangFix potential core dumped for strrchr (#546)
2020-12-17 Jordan IMBERTRemove always true condition in cJSON.c (#539)
2020-12-17 Alan WangFix null pointer crash, closes #536 (#538)
2020-11-16 Tim Gatesdocs: fix simple typo, transfering -> transferring...
2020-11-12 mongobabafix several null pointer problems on allocation failure...
2020-10-16 Alan WangMerge pull request #519 from Alanscut/issue-516
2020-10-16 Alanscutfix a possible dereference of null pointer
2020-10-16 Alan WangMerge pull request #518 from fpnuseis/master
2020-10-15 Usefix: windows build failure about defining nan
2020-09-03 Alan WangMerge pull request #505 from Alanscut/release-1.7.14
2020-09-03 AlanscutUpdate changelog and contributors
2020-09-03 AlanscutUpdate version to 1.7.14
2020-09-03 Alan WangMerge pull request #503 from Alanscut/issue499
2020-09-02 Alanscutoptimize the way to find tail node
2020-08-27 Alan WangMerge pull request #502 from Alanscut/nan
2020-08-27 Alanscutremove float-divide-by-zero for supporting NAN
2020-08-27 Alan WangMerge pull request #501 from Alanscut/actions
2020-08-27 Alanscutadd github actions CI
2020-08-21 Alan WangMerge pull request #484 from sappo/master
2020-06-27 Alan WangMerge pull request #485 from HuKeping/fix-git-archive
2020-06-26 h00283522Remove unnecessary files in release tarball
2020-06-23 Kevin SapperProblem: WError error on macosx because NAN is a float
2020-06-22 Alanscutfix #376
2020-05-06 Alan WangMerge pull request #472 from Alanscut/parse-array
2020-05-06 Alanscutarray's item should be in the list
2020-05-06 Alan WangMerge pull request #456 from miaoerduo/master
2020-05-05 Alan WangMerge pull request #469 from moorthy-bs/master
2020-05-05 Alan WangMerge pull request #465 from Summus-git/fix_make_instal...
2020-04-30 Moorthypkgconfig: cjson include dir added
2020-04-17 Romain LestevenFix make.sh install unwanted config files
2020-04-03 miaoerduofix: errors in replacing the first item when array_size...
2020-04-03 miaoerduofix: error list head's prev when detach the last item
2020-04-03 miaoerduofeat: set list head's prev in parse_array and parse_object
2020-04-02 AlanscutUpdate changelog
2020-04-02 AlanscutUpdate version to 1.7.13
2020-04-02 Alanscutfix error C2124 in visual studio
2020-04-02 Alan WangMerge pull request #454 from Alanscut/float-compare
2020-04-02 Alan WangMerge pull request #453 from Alanscut/add-return-value
2020-04-02 Alan WangMerge pull request #451 from Alanscut/20200324
2020-04-02 Sang-Heon JeonAdd getNumberValue function
2020-04-02 caglarivrizAdded cJSON_ParseWithLength (#358)
2020-04-02 Alanscutupdate testcase, fixes #433
2020-04-02 Alanscutcomparing double value with DBL_EPSILON
2020-04-02 Alanscutupdate testcase
2020-04-02 Alanscutadd return value for cJSON_ReplaceItemxxx
2020-04-01 Alanscutfalse has been redefined to cJSON_False
2020-03-26 Alanscutadd return value for cJSON_AddItemTo...
2020-03-25 Alanscutupdate cJSON_SetValuestring and testcase
2020-03-24 Alanscutupdate README
2020-03-24 Alanscutadd testcase for cJSON_SetValuestringToObject
2020-03-24 Alanscutadd new function of setValuestringToObject
2020-03-24 Alan WangImprove performance of adding item to array (#448)
2020-03-19 Alanscutupdate contributors
2020-03-18 Alan WangMerge pull request #447 from Alanscut/fix_encode_string...
2020-03-18 Alanscutfix encode_string_as_pointer
next