]> git.ipfire.org Git - thirdparty/json-c.git/shortlog
thirdparty/json-c.git
2017-11-26  Brent Cookadd/remove missing distribution files 381/head
2017-11-26  Brent Cookignore more autoconf goo
2017-10-23  Eric HaszlakiewiczRemove out of date win32 build information, and mention...
2017-10-23  Eric HaszlakiewiczFix definition of NELEM in the tests.
2017-10-23  Eric HaszlakiewiczIssue #370: work around Clang-on-windows oddities by...
2017-10-20  Eric HaszlakiewiczIssue #369: note some useful settings when building...
2017-10-09  Eric HaszlakiewiczUse cmake to create the json-c.pc file, as suggested...
2017-10-04  Eric HaszlakiewiczIssue #173, follow up to using strtoll to allow this...
2017-09-18  Eric HaszlakiewiczThe new cmake-generated VS builds now generate a dynami...
2017-09-18  Eric HaszlakiewiczFor appveyor builds, json_config.h is actually generate...
2017-09-18  Eric HaszlakiewiczSplit the list of cmake headers into public and private...
2017-09-18  Eric HaszlakiewiczAdd a "cmake ." line to the appveyor build file to...
2017-09-12  Eric HaszlakiewiczMerge pull request #361 from schwehr/int64
2017-09-11  Kurt SchwehrFix double to int cast overflow in json_object_get_int64. 361/head
2017-09-08  Eric HaszlakiewiczMerge pull request #360 from jasonbking/master
2017-09-08  Eric HaszlakiewiczIssue#353: attempt to fix or ignore a few -Wdocumentati...
2017-09-08  Eric HaszlakiewiczIssue#353: mark lh_abort as actually deprecated, not...
2017-09-08  Jason KingAdd long long 64-bit check 360/head
2017-09-07  Jason KingUse strtoll to parse ints
2017-09-07  Eric HaszlakiewiczRemove the Visual Studio project files as they were...
2017-09-07  Eric HaszlakiewiczIssue #359: Use consistent spacing in CMakeLists.txt
2017-09-07  Eric HaszlakiewiczIssue #359: Don't duplicate lh_get_hash, just omit...
2017-09-07  Eric HaszlakiewiczMerge pull request #359 from Haffon/api-0.12
2017-09-07  Haffonset JSON_C_HEADERS full file name 359/head
2017-09-07  Haffonif compile with vs2015, enable the "static inline"...
2017-09-07  Haffonrollback api to 0.12
2017-09-07  HaffonMerge pull request #2 from json-c/master
2017-09-05  Eric HaszlakiewiczUndo a bit of 2d1da5ab: handle per-thread formats for...
2017-09-05  Eric HaszlakiewiczIssue #173: since some sscanf implementations return...
2017-09-04  Eric HaszlakiewiczAdd a --enable-threading configure option, and only...
2017-09-04  Eric HaszlakiewiczUse AC_CONFIG_MACRO_DIRS to specify path to the ax...
2017-09-02  Eric HaszlakiewiczExplicitly check for GCC's atomic functions instead...
2017-09-02  Eric HaszlakiewiczMerge branch 'pull-211'
2017-08-31  Eric HaszlakiewiczIssue #351: don't redefine SIZE_T_MAX if it's already...
2017-08-31  Eric HaszlakiewiczIssue #349: none of automake's clean targets are suite...
2017-08-29  HaffonMerge pull request #1 from json-c/master
2017-08-25  Eric HaszlakiewiczPR#331: for Visual Studio, use a snprintf/vsnprintf...
2017-08-22  Haffon1.make it can been compiled with Visual Studio 2010 355/head
2017-08-22  Eric HaszlakiewiczMerge pull request #346 from schwehr/get_int
2017-08-22  Eric HaszlakiewiczMerge pull request #345 from MrAnno/fix-make-dist
2017-08-22  Eric HaszlakiewiczMerge pull request #344 from fastogt/master
2017-08-08  Kurt SchwehrClamp double to int32 when narrowing in json_object_get... 346/head
2017-08-04  László VáradyFix 'make distcheck' 345/head
2017-08-04  László VáradyFix 'make dist'
2017-07-30  topilskiFix Mingw build 344/head
2017-07-30  topilskiFix parsing doubles for mingw
2017-07-28  Eric HaszlakiewiczPR #336: fix to previous change, be sure to include...
2017-07-28  Eric HaszlakiewiczPR #336: Fix typo in defining STRERROR_OVERRIDE_IMPL
2017-07-28  Eric HaszlakiewiczMerge pull request #340 from commodo/fix-appveyor-build
2017-07-19  Alexandru Ardeleanbuild,travis: drop `-enable-strerror-override` argument... 340/head
2017-07-19  Alexandru Ardeleanstrerror_override: add extern "C" and JSON_EXPORT speci...
2017-07-15  Eric HaszlakiewiczPR #336: since we can't use function overriding (due...
2017-07-15  Eric HaszlakiewiczPR #336: since we can't use function overriding (due...
2017-07-15  Eric HaszlakiewiczAllow USE_VALGRIND to be set to anything starting with...
2017-07-14  Eric HaszlakiewiczMerge pull request #336 from commodo/fix-tests
2017-07-13  Alexandru Ardeleanbuild,travis: enable strerror override option in build 336/head
2017-07-13  Alexandru Ardeleanbuild: make `strerror()` override-able
2017-07-13  Alexandru Ardeleanconfigure.ac: check for `uselocale` function only on...
2017-07-13  Alexandru Ardeleantests: fix leak in `test_util_file` ; found by cppcheck
2017-07-13  Alexandru Ardeleantravis,tests: run cppcheck only if it exists
2017-07-11  Alexandru Ardeleantests: compress test_utile_file with test_basic
2017-07-11  Alexandru Ardeleantests: add `set -e` specifier to bail early on build run
2017-07-11  Eric HaszlakiewiczMerge pull request #335 from commodo/build_status_travis
2017-07-10  Alexandru ArdeleanREADME.md: show build status tag from travis & appveyor. 335/head
2017-07-09  Eric HaszlakiewiczMove a variable declaration to the start of the block...
2017-07-09  Eric HaszlakiewiczRemove a spurious comma in configure.ac
2017-07-09  Eric HaszlakiewiczUpdated expected test1 output which should have been...
2017-07-09  Eric HaszlakiewiczComment out the warning about racy random seed initiali...
2017-07-09  Eric HaszlakiewiczAdd extra casts to void * to squash some warning on...
2017-07-09  Eric HaszlakiewiczFix bad usage of strncat introduces in 1a94c70. Pointe...
2017-07-09  Eric HaszlakiewiczEliminate static qualifiers on a couple local variables...
2017-07-09  Eric HaszlakiewiczReformat json_object_double_to_json_string_format(...
2017-07-09  Eric HaszlakiewiczIssue #308: improve the build instructions in README...
2017-07-09  Eric HaszlakiewiczIssue #332: fix a long-standing bug in array_list_put_i...
2017-07-09  Eric HaszlakiewiczMerge pull request #312 from Tailmon/master
2017-07-09  Eric HaszlakiewiczMerge pull request #319 from Dashlane/visual-studio...
2017-07-08  Eric HaszlakiewiczMerge pull request #329 from commodo/rename-static-lib
2017-07-08  Eric HaszlakiewiczMerge pull request #330 from commodo/symlink_some_tests
2017-07-08  Eric HaszlakiewiczMerge pull request #333 from besser82/bugfix/obsolete_m...
2017-07-04  Björn EsserReplace obsolete AM_PROG_LIBTOOL 333/head
2017-06-22  Alexandru Ardeleantests: symlink basic tests to a single file that has... 330/head
2017-06-19  Alexandru Ardeleanbuild,cmake: set C_STANDARD 99 property to libjson... 329/head
2017-06-19  Alexandru Ardeleanbuild,cmake: rename libjson-c-static.a to libjson-c.a
2017-06-19  Eric HaszlakiewiczMerge pull request #321 from commodo/fix-cmake-vasprintf
2017-06-18  Eric HaszlakiewiczIssue #161: add a json_object_to_fd() function.
2017-06-18  Eric HaszlakiewiczFix test_double_serializer expected output.
2017-06-18  Eric HaszlakiewiczAdd a json_c_set_serialization_double_format() function...
2017-06-18  Eric HaszlakiewiczMake _set_last_err() non-static so it can be used outsi...
2017-05-22  Eric HaszlakiewiczMerge pull request #325 from rouault/fix_stack_overflow...
2017-05-18  Even RouaultFix stack buffer overflow in json_object_double_to_json... 325/head
2017-05-03  Alexandru Ardelean.gitignore: add cmake generated files 321/head
2017-05-03  Alexandru Ardeleanbuild,cmake: generate both static and shared libjson
2017-05-03  Alexandru Ardeleanbuild,cmake: add _GNU_SOURCE to CFLAGS
2017-04-26  David HenotFix library build with Visual Studio 319/head
2017-03-27  Pablo SanabriaFixed linkhash.c for MinGW 312/head
2017-03-27  Pablo SanabriaFix CMake Build process for MinGW and MSYS2
2017-03-26  Eric HaszlakiewiczMerge pull request #311 from jj1118/master
2017-03-24  Jason LiFix error C3688 when compiling on Visual Studio 2015... 311/head
2017-03-23  Eric HaszlakiewiczMerge pull request #310 from marxin/fix-gcc7-warnings
2017-03-21  marxinAdd FALLTHRU comment to handle GCC7 warnings. 310/head
next