]> git.ipfire.org Git - thirdparty/json-c.git/shortlog
thirdparty/json-c.git
2018-07-25  Jose BolloImprove pkgconfig setting 436/head
2018-07-13  Eric HaszlakiewiczMerge pull request #431 from LeSpocky/cmake
2018-07-12  Alexander Dahlcmake: Bump required version 431/head
2018-06-24  Eric HaszlakiewiczExplain why we're not setting the output name for stati...
2018-06-24  Eric HaszlakiewiczMerge pull request #415 from sgbihu/master
2018-06-15  Eric HaszlakiewiczIssue #418: Fix docs for json_util_from_fd and json_uti...
2018-06-13  Eric HaszlakiewiczIssue #419: document that NULL may be passed to json_ob...
2018-06-09  Eric HaszlakiewiczMerge pull request #421 from lt-holman/install_header_file
2018-06-07  Keith Holmaninstall json_object_iterator.h header file 421/head
2018-06-03  Eric HaszlakiewiczMerge pull request #420 from angelskieglazki/master
2018-06-01  maxarraylist: Fix names of parameters for callback function 420/head
2018-05-28  Eric HaszlakiewiczAlways create debug info (pdb file) even for release...
2018-05-27  Eric HaszlakiewiczTry the appveyor changes again, using %Configuration...
2018-05-27  Eric HaszlakiewiczInclude the json-c.lib, .pdb and .exp files in the...
2018-05-21  Liang, GaoResolve windows name conflict 415/head
2018-04-25  Eric HaszlakiewiczMerge pull request #410 from janczer/fix-typos
2018-04-24  janczerFixed typos 410/head
2018-03-25  Eric HaszlakiewiczIssue #407: fix incorrect casts in calls to ctype funct...
2018-03-25  Eric HaszlakiewiczAdd an parse test for content starting with a UTF8...
2018-03-06  Eric HaszlakiewiczUpdate the change log for the 0.13.1 release.
2018-03-05  Eric HaszlakiewiczIssue #396: check for toolchain compatibilty with _REEN...
2018-02-19  Eric HaszlakiewiczMerge pull request #402 from derwolfe/fuzz
2018-02-06  Chris Wolfepull in fuzzers, add CI scripts later 402/head
2018-01-27  Eric HaszlakiewiczMerge pull request #399 from jonathan-wiens/bugfix...
2018-01-17  Jonathan WiensAvoid uninitialized variable warnings 399/head
2018-01-16  Eric HaszlakiewiczBump the major version of the .so library generated...
2017-12-24  Eric HaszlakiewiczPR#394: fix breakage with VS build.
2017-12-24  Eric HaszlakiewiczPR#394: don't always append the ".0" if the double...
2017-12-23  Eric HaszlakiewiczRemove the TRUE and FALSE defines.
2017-12-17  Eric HaszlakiewiczMerge pull request #393 from besser82/enhancement/unsig...
2017-12-17  Björn Esserjson_object_private: Use unsigned 32-bit integer type... 393/head
2017-12-14  Eric HaszlakiewiczMerge pull request #389 from besser82/bugfix/invalid_free
2017-12-14  Björn Esserjson_object: Avoid invalid free (and thus a segfault... 389/head
2017-12-14  Eric HaszlakiewiczMerge pull request #386 from besser82/bugfix/aclocal_am...
2017-12-14  Eric HaszlakiewiczMerge pull request #391 from rikardfalkeborn/fix-const...
2017-12-13  Rikard FalkebornFix non-GNUC define for JSON_C_CONST_FUNCTION 391/head
2017-12-13  Björn EsserMakefile: Add ACLOCAL_AMFLAGS 386/head
2017-12-12  Eric HaszlakiewiczApply gcc's "const" attribute to the json_c_object_size...
2017-12-12  Eric HaszlakiewiczMerge pull request #388 from besser82/enhancement/json_...
2017-12-12  Eric HaszlakiewiczMerge pull request #387 from LeSpocky/doc
2017-12-11  Björn Esserjson_object: Add size_t json_object_sizeof() 388/head
2017-12-11  Alexander Dahldoc: Use other doxygen feature to specify mainpage 387/head
2017-12-10  Eric HaszlakiewiczRemove the previously deprecated lh_table_lookup()...
2017-12-10  Eric HaszlakiewiczRemove the previously deprecated bits.h and the lh_abor...
2017-12-09  Eric HaszlakiewiczDrop mention of README-WIN32.html in the release checklist.
2017-12-09  Eric HaszlakiewiczUpdate the master branch to version 0.13.99
2017-12-09  Eric HaszlakiewiczTweak the release checklist slightly to fix problems...
2017-12-07  Eric HaszlakiewiczDon't include private headers when installing.
2017-12-07  Eric HaszlakiewiczUndeprecate the array_list, lh_table and printbuf typed...
2017-12-07  Eric HaszlakiewiczSquash doxygen warnings, and make a few slight improvem...
2017-12-06  Eric HaszlakiewiczUpgrade doxygen's Doxyfile to version 1.8.8
2017-12-06  Eric HaszlakiewiczAdd a brief overview of each file to the docs.
2017-12-05  Eric HaszlakiewiczAdjust the description of json_object_iterator a bit.
2017-12-05  Eric HaszlakiewiczRearrange README.md a bit and make it work better in...
2017-12-05  Eric HaszlakiewiczAdd a couple more issues to the list of those closed...
2017-12-05  Eric HaszlakiewiczDeprecated a few typedefs, add docs on json_object_iter...
2017-12-05  Eric HaszlakiewiczCast to int64_t instead of long in test_int_add to...
2017-12-05  Eric HaszlakiewiczAdd cast to int on tolower() to fix warnings about...
2017-12-04  Eric HaszlakiewiczMake sure to include the "*" on function pointer argume...
2017-12-04  Eric HaszlakiewiczMerge pull request #384 from ssrlive/patch-1
2017-12-04  ssrliveUpdate json_object.c 384/head
2017-12-04  ssrliveFix a VS 2015 compiler warning.
2017-12-03  Eric HaszlakiewiczAdd a change log entry for the upcoming 0.13 release.
2017-11-30  Eric HaszlakiewiczClean up *.vg.out files too to "make distcheck" works.
2017-11-30  Eric HaszlakiewiczIn json_object_deep_copy(), copy over _userdata, at...
2017-11-29  Eric HaszlakiewiczAlways build the json_object_deep_copy() code, but...
2017-11-29  Eric HaszlakiewiczRename _set_last_err() to _json_c_set_last_err().
2017-11-29  Eric HaszlakiewiczMerge branch 'commodo-json_deep_copy'
2017-11-29  Eric HaszlakiewiczMerge branch 'json_deep_copy' of https://github.com...
2017-11-27  Eric HaszlakiewiczRename json_object_add_int() to json_object_int_inc...
2017-11-27  Alexandru Ardeleantests: add test_deep_copy test 328/head
2017-11-27  Alexandru Ardeleanjson_object: implement json_object_deep_copy()
2017-11-27  Eric HaszlakiewiczMerge pull request #363 from jvijtiuk/integer_addition
2017-11-27  Eric HaszlakiewiczUpdate test_parse.expected to match the code.
2017-11-27  Eric HaszlakiewiczRewrite the json_tokener_state_inf handling in json_tok...
2017-11-27  Eric HaszlakiewiczAdd a few more tests to the partial parse to cover...
2017-11-27  Eric HaszlakiewiczSave proper expected output for test_parse from the...
2017-11-27  Eric HaszlakiewiczFix parsing of "-Infinity" when the "-" and "Infinity...
2017-11-27  Eric HaszlakiewiczIssue #371: fix parsing of "-Infinity" (although in...
2017-11-27  Eric HaszlakiewiczAdd a few extra cases to test_parse to show how trailin...
2017-11-27  Eric HaszlakiewiczRewrite test_basic_parse() to factor out a single_basic...
2017-11-26  Eric HaszlakiewiczOn VS 2013 and newer, actually use strtoll instead...
2017-11-26  Eric HaszlakiewiczMerge pull request #373 from commodo/fix-appveyor-build
2017-11-26  Eric HaszlakiewiczMerge pull request #381 from busterb/fix-makedist
2017-11-26  Brent Cookadd/remove missing distribution files 381/head
2017-11-26  Brent Cookignore more autoconf goo
2017-11-07  Alexandru Ardeleanjson_util: define `strtoll` as _strtoi64 for MSVC 373/head
2017-11-07  Alexandru Ardeleanstrerror_override: re-organize strerror_override.h
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-14  Juraj VijtiukAdd json_object_add_int functions 363/head
2017-09-12  Eric HaszlakiewiczMerge pull request #361 from schwehr/int64
next