]> granicus.if.org Git - json-c/shortlog
json-c
2020-07-26 Eric HaszlakiewiczGenerate docs for the 0.15 release json-c-0.15 json-c-0.15-20200726
2020-07-26 Eric HaszlakiewiczBump version to 0.15
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.
2020-06-07 Eric HaszlakiewiczFix typo in previous commit to check for SSIZE_T on...
2020-06-07 Eric HaszlakiewiczChange CMakeLists.txt to look for SSIZE_T on MSVC too.
2020-06-07 Eric HaszlakiewiczOn MSVC, add a ssize_t typedef using SSIZE_T from BaseTsd.h
2020-06-07 Eric HaszlakiewiczKick json_type_string out of struct json_object.
2020-06-04 Eric HawiczMerge pull request #628 from clamwin/compat-fixes-master
2020-06-03 Gianluigi Tiesiget_cryptgenrandom_seed: compat with old windows +...
2020-05-31 Eric HaszlakiewiczApply the fix from @pointbre in issue #626 to skip...
2020-05-30 Eric HaszlakiewiczIssue #626: Restore compatibility with cmake 2.8 by...
2020-05-26 Eric HaszlakiewiczKick json_type_int and json_type_double out of struct...
2020-05-25 Eric HaszlakiewiczDeclare variables earlier, to appease Visual Studio...
2020-05-25 Eric HaszlakiewiczKick json_type_boolean out of struct json_object.
2020-05-25 Eric HaszlakiewiczAdd some backwards compat for Visual Studio 2013.
2020-05-25 Eric HaszlakiewiczKick json_type_array out of struct json_object; re...
2020-05-25 Eric HaszlakiewiczStart splitting struct json_object into multiple sub...
2020-05-24 Eric HaszlakiewiczIn arraylist, use malloc instead of calloc, avoid clear...
2020-05-18 Eric HawiczMerge pull request #622 from besser82/topic/besser82...
2020-05-18 Björn EsserCMake: Fix grammar: written -> wrote.
2020-05-18 Björn Esserdoc: Move Doxyfile into doc subdir
2020-05-18 Eric HaszlakiewiczWith the change in cc80203, Doxyfile no longer needs...
2020-05-18 Eric HawiczMerge pull request #619 from besser82/topic/besser82...
2020-05-18 Eric HawiczMerge pull request #618 from besser82/topic/besser82...
2020-05-18 Björn EsserCMake: Fix out-of-tree build for Doxygen documentation.
2020-05-18 Björn Essertest_deep_copy: Fix assertion value.
2020-05-18 Eric HawiczMerge pull request #617 from besser82/topic/besser82...
2020-05-18 Björn EsserREADME: Update configuration options for CMake.
2020-05-18 Björn EsserCMake: Re-format config-option block and re-order it...
2020-05-18 Björn EsserCMake: Add an option to disable the use of thread-local...
2020-05-18 Björn Essertests: Fix test_double_serializer without thread-local...
2020-05-17 Eric HawiczMerge pull request #614 from stoeckmann/format
2020-05-17 Eric HawiczUpdate issue templates
2020-05-16 Tobias StoeckmannPrevent truncation on custom double formatters.
2020-05-16 Eric HaszlakiewiczRevert part of PR#606 and use isnan/isinf again, but...
2020-05-16 Eric HawiczMerge pull request #606 from davidjmccann/master
2020-05-14 David McCannImproved support for IBM operating systems
2020-05-13 Eric HaszlakiewiczIssue #604: add check for __MINGW32__ in snprintf_compat.h
2020-05-11 Eric HaszlakiewiczDisplay a bit of info about what exactly we're benchmar...
2020-05-11 Eric HaszlakiewiczIgnore the bench/work and bench/data directories.
2020-05-11 Eric HawiczMerge pull request #602 from ploxiln/parse_uint64_errno
2020-05-10 Pierce Lopezfix json_parse_uint64() usage of errno
2020-05-10 Eric HaszlakiewiczFix snprintf on windows problem for test4.
2020-05-10 Eric HaszlakiewiczIssue #600: don't rename the static library on Windows...
2020-05-10 Eric HaszlakiewiczRe-format after recent change to fix linkhash.
2020-05-10 Eric HaszlakiewiczIssue #598: avoid building static libraries twice.
2020-05-10 Eric HaszlakiewiczIssue #599: Fix the backwards check in lh_table_insert_...
2020-05-09 Eric HawiczMerge branch 'master' of https://github.com/json-c...
2020-05-09 Eric HawiczMerge pull request #597 from ploxiln/json_parse_usage
2020-05-08 Pierce Lopezjson_parse demo: fix and use usage() function
2020-05-08 Eric HawiczMerge pull request #595 from dota17/static_shared
2020-05-07 hofnarrcmake-configure: fix enable-static option
2020-05-07 hofnarrcmake: change variable name
next