]> granicus.if.org Git - json-c/shortlog
json-c
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
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
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
2021-03-02 ssrliveTo avoid target exe file export JSON functions.
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
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
2020-10-07 Pierce Lopezrandom_seed: on error, continue to next method
2020-09-12 Eric HawiczMerge pull request #667 from stoeckmann/regression
2020-09-11 Tobias StoeckmannFixed test1 regression.
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.
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
2020-08-22 Tobias StoeckmannHandle allocation failure in json_tokener_new_ex
2020-08-22 Tobias StoeckmannCap string length at INT_MAX.
2020-08-22 Tobias StoeckmannAligned comment in _json_object_new_string
2020-08-22 Tobias StoeckmannProperly format errnos in _json_c_strerror
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.
2020-08-14 Eric HawiczMerge pull request #656 from pogaram/fix-warnings
2020-08-14 Aram PoghosyanFixed warnings
2020-08-07 Eric HawiczMerge pull request #655 from MarcT512/issue654
2020-08-07 MarcFix read past end of buffer
2020-08-02 Eric HawiczMerge pull request #653 from lamby/966657-json-c-please...
2020-08-01 Chris LambMake the documentation build reproducibly
2020-08-01 Eric HawiczMerge pull request #651 from alanc/getrandom
2020-07-31 Alan CoopersmithUse getrandom() if available in json_c_get_random_seed
2020-07-28 Eric HaszlakiewiczIssue #649: Drop the generated doc/Doxyfile when creati...
2020-07-27 Eric HawiczMerge pull request #650 from sartura/readme-update
2020-07-27 Jakov SmolicREADME: fix spelling errors
2020-07-26 Eric HaszlakiewiczInclude updating the json-c-current-releaes gh-pages...
2020-07-26 Eric HaszlakiewiczUpdate the master branch to version 0.15.99
2020-07-24 Eric HaszlakiewiczUpdate AUTHORS, add issues_closed_for_0.15.md, tweak...
2020-07-24 Eric HawiczMerge pull request #648 from MarcT512/rbf
2020-07-23 MarcFix "may be used uninitialized" Release build failure
2020-07-22 Eric HaszlakiewiczIssue #594 - provide an OVERRIDE_GET_RANDOM_SEED cmake...
2020-07-22 Eric HawiczMerge pull request #646 from pascal-cuoq/fix_645
2020-07-21 Pascal CuoqFixes #645
2020-07-20 Eric HaszlakiewiczUpdate the ChangeLog with recent changes, in preparatio...
2020-07-17 Eric HaszlakiewiczRemove the obsolete config.h.win32
2020-07-17 Eric HaszlakiewiczFix a number of things with the generated docs, includi...
2020-07-17 Eric HaszlakiewiczAdd some more detail about how to use json-c in README.md.
2020-07-17 Eric HaszlakiewiczRemove the THIS_FUNCTION_IS_DEPRECATED define, we stopp...
2020-07-12 Eric HaszlakiewiczRemove the obsolete README.json_object-split.md, and...
2020-07-12 Eric HaszlakiewiczIssue #642: improve the docs for json_object_put()...
2020-07-12 Eric HaszlakiewiczExpand the doc for json_object_array_get_idx() to expla...
2020-07-11 Eric HaszlakiewiczIssue #641: Add a cast to void * to address some theore...
2020-07-11 Eric HaszlakiewiczIssue #642: improve docs for json_tokener.h and json_ob...
2020-07-04 Eric HaszlakiewiczDon't export json-c symbols starting with an underscore...
2020-07-04 Eric HaszlakiewiczChange the strerror_override handling to check $_JSON_C...
2020-07-04 Eric HawiczMerge pull request #639 from smcv/symbol-versions
2020-07-01 Simon McVittiebuild: Add symbol versions to all exported symbols
2020-07-01 Eric HaszlakiewiczUse constants referring to the signed integer types...
2020-06-29 Eric HaszlakiewiczReplace one call to json_object_new_array() with json_o...
2020-06-29 Eric HaszlakiewiczAdd doc comment for json_object_new_array_ext().
2020-06-29 Eric HaszlakiewiczFix code formatting
2020-06-29 Eric HaszlakiewiczMake sure TEST_PARSE_CHUNKSIZE is valid if it's set.
2020-06-29 Eric HaszlakiewiczIn the json_tokener_state_number case, explicitly adjus...
2020-06-27 Eric HaszlakiewiczFix incremental parsing of invalid numbers with exponen...
2020-06-23 Eric HaszlakiewiczIssue #635: Fix "expression has no effect" warning...
2020-06-22 Eric HaszlakiewiczFix memory leak in test_parse's single_incremental_parse().
2020-06-21 Eric HaszlakiewiczDrop extra blank lines from arraylist.h
2020-06-21 Eric HaszlakiewiczIssue #616: Change the parsing of surrogate pairs in...
2020-06-21 Eric HaszlakiewiczIn test_parse, fix lengths passed during a couple of...
2020-06-21 Eric HaszlakiewiczRearrange the json_tokener_state_escape_unicode case...
2020-06-21 Eric HaszlakiewiczUpdate the json_tokener_parse_ex() docs to clarify...
2020-06-21 Eric HawiczMerge pull request #633 from dota17/issue616
2020-06-20 Eric HaszlakiewiczAdd json_object_array_shrink() (and array_list_shrink...
2020-06-20 Eric HawiczMerge pull request #632 from json-c/json_object-split
2020-06-16 Eric HaszlakiewiczReformat the json_object-split branch with clang-format json_object-split
2020-06-14 Eric HawiczMerge pull request #634 from micahsnyder/json-c-fPIC
2020-06-14 Micah SnyderIssue #508: `-fPIC` to link libjson-c.a with libs
2020-06-14 Eric HaszlakiewiczInclude unistd.h to fix the build on OSX
2020-06-13 Eric HaszlakiewiczDrop the _delete field from struct json_object and...
2020-06-13 Eric HaszlakiewiczDrop the useless "char data[1]" from struct json_object...
2020-06-08 dota17fix issue 616: support the surrogate pair in split...
2020-06-07 Eric HaszlakiewiczEliminate unnecessary cast that was added to test_doubl...
2020-06-07 Eric HaszlakiewiczSummarize the changes from the json_object-split branch...
2020-06-07 Eric HaszlakiewiczMove the ssize_t typedef from json_inttypes.h to json_o...
2020-06-07 Eric HaszlakiewiczThe split of json_object into type-specific sub-structu...
2020-06-07 Eric HaszlakiewiczMore fixes for old MSVC builds.
next