]> granicus.if.org Git - json-c/shortlog
json-c
2016-01-11 Even RouaultFix various potential null ptr deref and int32 overflows
2015-12-26 Eric HaszlakiewiczAdd const qualifiers to several functions that don...
2015-12-09 Eric HaszlakiewiczIssue #137: remove config.h.in from change control.
2015-12-09 Eric HaszlakiewiczMerge commit '2be921d88376e78f84d79aafa6db2714da804e59'
2015-11-30 Eric HaszlakiewiczMerge pull request #209 from rgerhards/fix-regression
2015-11-29 Eric HaszlakiewiczFix issue #201: add a JSON_C_TO_STRING_NOSLASHESCAPE...
2015-11-28 Eric HaszlakiewiczMerge pull request #198 from unmole/master
2015-11-19 Rainer Gerhardsfix regression from 2d549662be832da838aa063da2efa78ee3b...
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
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
2015-10-01 Anmol SarmaRemove superfluous NULL checks
2015-10-01 Anmol SarmaFix possible memory leak
2015-09-29 Eric HaszlakiewiczMerge pull request #196 from rgerhards/improve-performance
2015-09-23 Rainer Gerhardsmore efficient handling for smalls strings inside json_...
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
2015-05-31 Eric HaszlakiewiczMerge pull request #174 from haata/master
2015-05-28 Jacob AlexanderAdding JSON_C_TO_STRING_PRETTY_TAB flag
2015-05-27 Eric HaszlakiewiczTell the compiler we're intentionally ignoring the...
2015-05-10 Stuart WalshFix uninitialised variable compile warning, and also...
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
2015-04-25 Yegor YefremovEnable silent build by default
2015-03-04 James MyattBuild random_seed.c as well
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
2014-12-05 Christopher... Adds json_config.h.win32 to project. Adds VS2k13 project.
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
2014-08-21 Alexander Dahladd bsearch for arrays
2014-08-18 Alexander Dahlimprove doc for json_object_to_json_string()
2014-08-10 Michael J.... Remove json_type enum trailing comma
2014-08-04 Andrew StubbsFix build using MinGW.
2014-07-28 Christopher... SONAME bump
2014-07-21 Michael HeimpoldIntroduce json_object_from_fd
2014-07-04 Alexandru CostacheRemoved duplicate check in random_seed test - bug #140
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
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'
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...
2014-03-09 Eric HaszlakiewiczIssue#102 - add support for parsing "NaN".
next