]> git.ipfire.org Git - thirdparty/json-c.git/shortlog
thirdparty/json-c.git
2016-09-12  Christopher... Removes me as a maintainer, because I'm not. 267/head
2016-08-25  Eric HaszlakiewiczIssue #263: add const so the prototype for json_object_...
2016-08-25  Randy ArmstrongAdd Cmakefile
2016-08-21  Eric HaszlakiewiczFix memory leak and inconsistent output (due to varying...
2016-08-21  Eric HaszlakiewiczIssue #260: add a check to prevent trivial loops in...
2016-08-21  Eric Haszlakiewiczjson_object_object_add_ex() should have shared code...
2016-08-13  Eric HaszlakiewiczMerge branch 'RyDroid-tests'
2016-08-13  Eric HaszlakiewiczMerge branch 'tests' of https://github.com/RyDroid...
2016-08-13  Eric HaszlakiewiczMerge pull request #251 from RyDroid/editorconfig
2016-08-12  Nicola Spanti... Very minor changes to some tests 254/head
2016-08-12  Nicola Spanti... Adding a file for EditorConfig 251/head
2016-08-11  Eric HaszlakiewiczRevert bogus change to json_object_get() made in f40b08...
2016-08-10  Eric HaszlakiewiczMerge pull request #255 from RyDroid/minor-c2
2016-08-09  Eric HaszlakiewiczMerge pull request #252 from RyDroid/minor-no-c
2016-08-09  Eric HaszlakiewiczMerge branch 'jobol-issue-165'
2016-08-09  Eric HaszlakiewiczMerge branch 'issue-165' of https://github.com/jobol...
2016-08-09  Eric HaszlakiewiczMerge pull request #253 from RyDroid/cppcheck-travis
2016-08-09  Eric HaszlakiewiczMerge pull request #249 from RyDroid/readme
2016-08-09  Eric HaszlakiewiczAdd a brief style guide. Address Issue #257.
2016-08-08  Eric HaszlakiewiczMerge pull request #250 from RyDroid/gitignore
2016-08-08  Nicola Spanti... Improving .gitignore 250/head
2016-08-08  Nicola Spanti... Improving README 249/head
2016-08-08  Nicola Spanti... Adding a test with cppcheck for Travis CI 253/head
2016-08-08  Nicola Spanti... Minor changes in C source code 255/head
2016-08-08  Nicola Spanti... Very minor changes not related to C source code 252/head
2016-08-03  Eric HaszlakiewiczIssue #246: Include xlocale.h too, to get locale_t...
2016-08-01  José Bollotest: add test of 'json_object_to_json_string_length' 243/head
2016-07-31  Eric HaszlakiewiczIssue #195: Actually call uselocale() in the new locale...
2016-07-31  Eric HaszlakiewiczIssue #195: use uselocale() instead of setlocale()...
2016-07-30  Eric HaszlakiewiczLinux's %p format doesn't return "0x0" for NULL pointer...
2016-07-30  Eric HaszlakiewiczIssue #240: add arbitrary use of val's in foreach loops...
2016-07-27  jobolAdd method 'json_object_to_json_string_length'
2016-07-27  José BolloFix a compiling error
2016-07-16  Eric HaszlakiewiczMerge pull request #239 from ploxiln/printbuf_empty
2016-07-16  Pierce Lopezinitialize null terminator of new printbuf 239/head
2016-06-27  Eric HaszlakiewiczFix absolute paths in test_util_file that vary dependin...
2016-06-27  Eric HaszlakiewiczIssue #113: Add more files to EXTRA_DIST and a dist...
2016-06-27  Eric HaszlakiewiczIssue #113: add "new" files to appropriate variables...
2016-06-27  Eric HaszlakiewiczMerge pull request #238 from nagamalli9999/master
2016-06-26  Eric HaszlakiewiczIssue #189: Eliminate use of MC_ERROR from json_util...
2016-06-25  Eswar Yagantilinkhash.h: removed redundant params from comments 238/head
2016-06-25  Eswar Yagantilinkhash.c: optimised the table_free path
2016-06-11  Eric HaszlakiewiczIssue #236: Add -Wcast-qual and fix casts to retain...
2016-06-08  Eric HaszlakiewiczIssue #175: disable the fast-and-loose code in hashlitt...
2016-06-08  Eric HaszlakiewiczMention that we're aiming to follow RFC 7159 now.
2016-06-07  Eric HaszlakiewiczMerge pull request #232 from NeoRaider/size_t2
2016-06-07  Matthias Schiffertests/tests1: fix printf format for size_t arguments 232/head
2016-06-07  Eric HaszlakiewiczCopy over note about the 0.12.1 release to the master...
2016-06-07  Eric HaszlakiewiczCheck the __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{2,4,8}...
2016-06-07  Eric HaszlakiewiczMerge pull request #230 from ebassi/master
2016-06-07  Eric HaszlakiewiczMerge pull request #233 from NeoRaider/size_t3
2016-06-07  Eric HaszlakiewiczMerge pull request #234 from NeoRaider/userdata
2016-06-06  Michael ClarkRemove reference to svn.metaparadigm.com
2016-05-29  Matthias SchifferAdd public API to get and set userdata 234/head
2016-05-29  Matthias SchifferMake default double serializer ignore userdata again
2016-05-29  Matthias SchifferInclude stddef.h in json_object.h 233/head
2016-05-23  Emmanuele BassiUse stdint.h to check for size_t size 230/head
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... 193/head
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... 223/head
2016-01-21  chenha0Fix issue #221: JSON_C_TO_STRING_NOSLASHESCAPE works... 222/head
2016-01-13  Helmut SchaaAdd some basic tests for verifying json_object_equal... 220/head
2016-01-13  Helmut SchaaAdd utility function for comparing json_objects
2016-01-11  Even RouaultFix various potential null ptr deref and int32 overflows 219/head
2016-01-05  Sevan JaniyanUse a macro to indicate C99 to the compiler 218/head
2016-01-01  Jehanconfigure: check realloc with AC_CHECK_FUNCS() to fix... 216/head
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 210/head
2015-11-24  Daniel M. WeeksUse size_t for array list length and size
2015-11-19  Rainer Gerhardsfix regression from 2d549662be832da838aa063da2efa78ee3b... 209/head
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
next