]> granicus.if.org Git - json-c/shortlog
json-c
2016-05-29 Matthias SchifferMake default double serializer ignore userdata again
2016-05-23 Eric HaszlakiewiczIssue #142: un-deprecate json_object_object_get(),...
2016-05-23 Eric HaszlakiewiczIssue #205: use _strdup instead of strdup on Windows.
2016-05-23 Eric HaszlakiewiczMerge branch 'doctaweeks-fixes-for-upstream'
2016-05-23 Eric HaszlakiewiczFix a few places that needed adjustment for the size_t...
2016-05-23 Eric HaszlakiewiczMerge branch 'fixes-for-upstream' of https://github...
2016-05-18 Eric HaszlakiewiczMerge pull request #193 from jplitza/master
2016-05-06 Jan-Philipp... Export json_object_double_to_json_string() and use...
2016-05-06 Jan-Philipp... Fix code in docs for json_object_new_double_s()
2016-04-30 Eric HaszlakiewiczAdd tests for the json_object_array_del_idx() function.
2016-04-30 Eric HaszlakiewiczMerge branch 'Protovision-master'
2016-04-30 Eric HaszlakiewiczMerge branch 'master' of https://github.com/Protovision...
2016-04-30 Eric HaszlakiewiczMerge pull request #216 from Jehan/master
2016-04-30 Eric HaszlakiewiczMerge pull request #218 from sevan/patch-1
2016-04-30 Eric HaszlakiewiczMerge pull request #219 from rouault/low_heap_robustnes...
2016-04-30 Eric HaszlakiewiczMerge pull request #220 from hschaa/master
2016-04-30 Eric HaszlakiewiczMerge pull request #222 from chenha0/master
2016-04-30 Eric HaszlakiewiczMerge pull request #223 from minaguib/master
2016-02-08 Mina NaguibClarify json_object_get_string documentation of NULL...
2016-01-21 chenha0Fix issue #221: JSON_C_TO_STRING_NOSLASHESCAPE works...
2016-01-13 Helmut SchaaAdd some basic tests for verifying json_object_equal...
2016-01-13 Helmut SchaaAdd utility function for comparing json_objects
2016-01-11 Even RouaultFix various potential null ptr deref and int32 overflows
2016-01-05 Sevan JaniyanUse a macro to indicate C99 to the compiler
2016-01-01 Jehanconfigure: check realloc with AC_CHECK_FUNCS() to fix...
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-24 Daniel M. WeeksUse size_t for json object array ops
2015-11-24 Daniel M. WeeksUse size_t for array list length and size
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-04-02 Mark SwoopeAdded array_list_del_idx and json_object_array_del_idx
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.
next