]> git.ipfire.org Git - thirdparty/json-c.git/shortlog
thirdparty/json-c.git
2015-11-24  Daniel M. WeeksUse size_t for json object array ops 210/head
2015-11-24  Daniel M. WeeksUse size_t for array list length and size
2015-11-15  Eric HaszlakiewiczMerge pull request #199 from Nzbuu/fix_vs_build
2015-11-15  Eric HaszlakiewiczMerge pull request #200 from Nzbuu/ci_build
2015-11-05  James MyattAppveyor: Visual Studio v140 no longer fails 200/head
2015-11-05  James MyattAppveyor: Create artefact with library and include...
2015-10-23  Eric HaszlakiewiczUse AX_APPEND_COMPILE_FLAGS() to check the various...
2015-10-22  Eric HaszlakiewiczRemove the AC_FUNC_MALLOC check, since we don't depend...
2015-10-09  James MyattTravis: add osx and clang builds
2015-10-09  James MyattTravis: skip install step
2015-10-09  James MyattAdd Travis build script
2015-10-09  James MyattAppveyor: Allow failing builds against newest toolset
2015-10-09  James MyattAdd initial version of Appveyor build script
2015-10-09  James MyattFix build in Visual Studio 199/head
2015-09-29  Eric HaszlakiewiczMerge pull request #196 from rgerhards/improve-performance
2015-09-23  Rainer Gerhardsmore efficient handling for smalls strings inside json_... 196/head
2015-09-23  Rainer Gerhardsremove unneeded data items from hashtable code
2015-09-23  Rainer Gerhardsadd perllike hash function for strings
2015-09-23  Rainer Gerhardsadd json_object_object_add_ex() API
2015-09-22  Rainer Gerhardsreduce duplicate hash computation in json_object_object...
2015-08-23  Eric HaszlakiewiczFix doc for json_object_new_boolean() to indicate the...
2015-08-23  Eric HaszlakiewiczSquash deprecated function warning by replacing json_ob...
2015-08-23  Eric HaszlakiewiczAdd back in the __attribute__((__unused__)) that was...
2015-08-22  Eric HaszlakiewiczMerge pull request #183 from cryogen/master
2015-08-06  Eric HaszlakiewiczMerge pull request #186 from Virtual-Instruments/master
2015-06-02  Jacob AlexanderSyntax error 186/head
2015-05-31  Eric HaszlakiewiczMerge pull request #174 from haata/master
2015-05-28  Jacob AlexanderAdding JSON_C_TO_STRING_PRETTY_TAB flag 174/head
2015-05-27  Eric HaszlakiewiczTell the compiler we're intentionally ignoring the...
2015-05-10  Stuart WalshFix uninitialised variable compile warning, and also... 183/head
2015-05-10  Eric HaszlakiewiczMerge pull request #149 from cicku/patch-2
2015-05-09  Eric HaszlakiewiczMerge pull request #171 from Nzbuu/vs2010_build
2015-05-09  Eric HaszlakiewiczMerge pull request #182 from tpetazzoni/libm-fix
2015-05-09  Eric HaszlakiewiczMerge pull request #180 from yegorich/silent
2015-05-01  Thomas PetazzoniLink against libm when needed 182/head
2015-04-25  Yegor YefremovEnable silent build by default 180/head
2015-03-04  James MyattBuild random_seed.c as well 171/head
2015-03-04  James MyattAdd x64 build configurations
2015-03-04  James MyattSet CompileAsCpp flag (Required for vs2010/winsdk71)
2015-03-04  James MyattUpdate VS project to include current source files
2015-03-04  James MyattUse more appropriate casts
2015-03-04  James MyattAdd missing include file to random_seed
2015-03-04  James MyattDefine macros from inttypes.h when not available
2015-03-04  James Myattjson_tokener requires INF and NAN
2015-03-04  James MyattDefine INFINITY and NAN when missing
2015-03-04  James MyattInclude config.h in linkhash so that HAVE_ENDIAN_H...
2015-03-04  James MyattUpdated config for vs2010/winsdk71 as well as vs2013
2015-03-04  Eric HaszlakiewiczMerge pull request #168 from bugness-chl/master
2015-03-04  Eric HaszlakiewiczMerge pull request #163 from sixlettervariables/fix...
2015-03-04  Eric HaszlakiewiczMerge pull request #144 from mhei/master
2015-03-04  Eric HaszlakiewiczSlight style tweaks to the bsearch changest.
2015-03-04  Eric HaszlakiewiczMerge pull request #155 from LeSpocky/bsearch
2015-03-04  Eric HaszlakiewiczMerge pull request #156 from jubalh/master
2015-02-05  chlTightening the number parsing algorithm 168/head
2014-12-05  Christopher... Adds json_config.h.win32 to project. Adds VS2k13 project. 163/head
2014-12-05  Christopher... Fixes #160 'missing header file on windows'
2014-09-14  Eric HaszlakiewiczMerge pull request #153 from LeSpocky/doc
2014-09-14  Eric HaszlakiewiczMerge pull request #151 from mjchinn/json_type-comma
2014-09-14  Eric HaszlakiewiczMerge pull request #150 from ams-cs/master
2014-09-14  Eric HaszlakiewiczMerge pull request #141 from AlexandruCostache/master
2014-08-26  Michael VetterRemove trailing whitespace 156/head
2014-08-21  Alexander Dahladd bsearch for arrays 155/head
2014-08-18  Alexander Dahlimprove doc for json_object_to_json_string() 153/head
2014-08-10  Michael J.... Remove json_type enum trailing comma 151/head
2014-08-04  Andrew StubbsFix build using MinGW. 150/head
2014-07-28  Christopher... SONAME bump 149/head
2014-07-21  Michael HeimpoldIntroduce json_object_from_fd 144/head
2014-07-04  Alexandru CostacheRemoved duplicate check in random_seed test - bug #140 141/head
2014-05-05  Eric HaszlakiewiczMove the json_min() and json_max() macros to json_util...
2014-05-04  Eric HaszlakiewiczFix the definition of the error_description() macro...
2014-04-20  Eric HaszlakiewiczCheck for failures when allocating memory; return NULL...
2014-04-20  Eric HaszlakiewiczReformat some code in json_object.c
2014-04-20  Eric HaszlakiewiczAdd an empty README file to placate autoconf.
2014-04-20  Eric HaszlakiewiczFix minor typo in README file.
2014-04-20  Eric HaszlakiewiczMerge pull request #133 from haneefmubarak/patch-1
2014-04-20  Eric HaszlakiewiczMerge pull request #132 from pkoretic/master
2014-04-12  Haneef MubarakUpdate README.md 133/head
2014-04-12  Haneef MubarakUpdate and rename README to README.md
2014-04-12  Eric HaszlakiewiczUpdate the release checklist to include calculating...
2014-04-11  Petar KoretićRemove unused variable 'size' 132/head
2014-04-11  Eric HaszlakiewiczBump versions up to 0.12.99 since a 0.12 release was...
2014-04-11  Eric HaszlakiewiczUpdate the ChangeLog with the changes for the 0.12...
2014-04-09  Michael ClarkPatch to address the following issues:
2014-03-23  Eric HaszlakiewiczEliminate the deprecated mc_abort() function and MC_ABO...
2014-03-23  Eric HaszlakiewiczMake the json_tokener_errors array local. It has been...
2014-03-23  Eric HaszlakiewiczSimplify the tests Makefile to avoid repeating the...
2014-03-23  Eric HaszlakiewiczRename the "test_case" test to "test_charcase" to make...
2014-03-22  Eric HaszlakiewiczFix warnings from autoconf about "...no AC_LANG_SOURCE...
2014-03-22  Eric HaszlakiewiczIssue #103: allow Infinity and -Infinity to be parsed.
2014-03-22  Eric HaszlakiewiczMerge pull request #123 from fingon/use-NAN-if-available
2014-03-18  Markus Stenbergnan function requires -lm on some platforms; use of... 123/head
2014-03-09  Eric HaszlakiewiczIssue#102 - add support for parsing "NaN".
2014-03-02  Eric HaszlakiewiczIssue#114: check for the presence of isnan and isinf...
2014-02-12  Eric HaszlakiewiczMerge pull request #121 from TazeTSchnitzel/LowercaseLi...
2014-02-12  Andrea FauldsMerge branch 'master' into LowercaseLiterals 121/head
2014-02-12  Andrea FauldsMissing tests
2014-02-12  Eric HaszlakiewiczMerge commit '89535bb'
2014-02-12  Eric HaszlakiewiczMerge pull request #112 from TazeTSchnitzel/LowercaseLi...
2014-02-12  Eric HaszlakiewiczFix Issue #111: Fix off-by-one error when range checkin...
2014-02-12  Eric HaszlakiewiczMerge pull request #109 from kdopen/use_strtod
next