]> git.ipfire.org Git - thirdparty/json-c.git/shortlog
thirdparty/json-c.git
2017-06-19  Alexandru Ardeleanbuild,cmake: set C_STANDARD 99 property to libjson... 329/head
2017-06-19  Alexandru Ardeleanbuild,cmake: rename libjson-c-static.a to libjson-c.a
2017-06-19  Eric HaszlakiewiczMerge pull request #321 from commodo/fix-cmake-vasprintf
2017-06-18  Eric HaszlakiewiczIssue #161: add a json_object_to_fd() function.
2017-06-18  Eric HaszlakiewiczFix test_double_serializer expected output.
2017-06-18  Eric HaszlakiewiczAdd a json_c_set_serialization_double_format() function...
2017-06-18  Eric HaszlakiewiczMake _set_last_err() non-static so it can be used outsi...
2017-05-22  Eric HaszlakiewiczMerge pull request #325 from rouault/fix_stack_overflow...
2017-05-18  Even RouaultFix stack buffer overflow in json_object_double_to_json... 325/head
2017-05-03  Alexandru Ardelean.gitignore: add cmake generated files 321/head
2017-05-03  Alexandru Ardeleanbuild,cmake: generate both static and shared libjson
2017-05-03  Alexandru Ardeleanbuild,cmake: add _GNU_SOURCE to CFLAGS
2017-03-26  Eric HaszlakiewiczMerge pull request #311 from jj1118/master
2017-03-24  Jason LiFix error C3688 when compiling on Visual Studio 2015... 311/head
2017-03-23  Eric HaszlakiewiczMerge pull request #310 from marxin/fix-gcc7-warnings
2017-03-21  marxinAdd FALLTHRU comment to handle GCC7 warnings. 310/head
2017-03-04  Eric HaszlakiewiczMerge pull request #305 from alexanderst/master
2017-03-02  AlexFix compilation without C-99 option 305/head
2017-02-26  Eric HaszlakiewiczAdd a few more cases to test_parse to provide some...
2017-02-25  Eric HaszlakiewiczMerge pull request #303 from yogo1212/tokener_h
2017-02-20  Leon M. Georgefix doc in tokener header file 303/head
2017-02-05  Eric HaszlakiewiczIssue #300: Cast size_t values to int instead of unsign...
2017-02-05  Eric HaszlakiewiczIssue #300: Some platforms, such as MinGW, don't have...
2017-02-05  Eric HaszlakiewiczIssue #300: Use %p instead of %lx in test_util_file...
2017-02-05  Eric HaszlakiewiczAdd cast to int in calls to isdigit() since some platfo...
2017-02-04  Eric HaszlakiewiczMerge pull request #299 from qlyoung/perf-improvements
2017-02-04  Quentin YoungRestore sprintbuf(), add macro for string literals 299/head
2017-02-03  Eric HaszlakiewiczUse strdup instead of strndup in test1.c, there's no...
2017-02-02  Quentin YoungImprove json_object -> string performance
2017-01-08  Eric HaszlakiewiczIssue #295: also check if size_t is the size of long...
2016-12-18  Eric HaszlakiewiczIgnore tests/test_float
2016-12-18  Eric HaszlakiewiczChange a memcpy that should be a memmove within json_po...
2016-12-13  Eric HaszlakiewiczNote some minimum versions needed for autoconf, etc...
2016-12-12  Eric HaszlakiewiczIssue#292: bump the required version of configure liste...
2016-12-05  Eric HaszlakiewiczMerge pull request #289 from jgerhards/i-278
2016-11-27  Jan Gerhardstestbench: add test for floating point representation 289/head
2016-11-27  Jan Gerhardsbugfix: floating point representaion without fractional...
2016-11-24  Eric HaszlakiewiczMerge pull request #287 from commodo/json_pointer_va_args
2016-11-22  Alexandru Ardeleanvasprintf_compat.h: spin-off this compat header ; use... 287/head
2016-11-22  Alexandru Ardeleanstrdup_compat.h: re-spin this compat header ; use math_...
2016-11-22  Alexandru Ardeleantest_json_pointer: update test with a few printf variants
2016-11-22  Alexandru Ardeleanjson_pointer: add json_pointer_getf/setf() function...
2016-11-16  Alexandru Ardeleanjson_pointer.c: fix whitespace
2016-11-09  Eric HaszlakiewiczMerge pull request #285 from ebassi/revert-strdup-compat
2016-11-07  Emmanuele BassiRevert "compat/strdup.h: move common compat check for... 285/head
2016-11-04  Eric HaszlakiewiczMerge pull request #283 from commodo/json_pointer
2016-11-04  Alexandru Ardeleantests: add test_json_pointer test 283/head
2016-11-04  Alexandru Ardeleantests/strerror_override.c: fix compilation error
2016-11-04  Alexandru Ardeleanjson_pointer: add first revision
2016-11-03  Alexandru Ardeleancompat/strdup.h: move common compat check for strdup...
2016-10-29  Eric HaszlakiewiczHandle NULL objects in json_object_get_userdata() by...
2016-10-29  Eric HaszlakiewiczIssue #280: add a few assert() calls to ensure objects...
2016-10-29  Eric HaszlakiewiczUse json_visit() to clear the serializer data set when...
2016-10-29  Eric HaszlakiewiczAdd a json_c_visit() function to provide a way to itera...
2016-10-10  Eric HaszlakiewiczFix broken key-order test in test_compare.
2016-10-08  Eric HaszlakiewiczMerge pull request #272 from sgerbino/master
2016-10-08  Eric HaszlakiewiczMerge pull request #277 from ALLTERCO/json_object_set_xxx
2016-10-07  Stoian Ivanovtry restore windows automated builds 277/head
2016-10-06  Stoian Ivanovfix compiler warning for int sizes
2016-10-06  Stoian Ivanovstring set and tests
2016-10-06  Stoian Ivanovgitignore test; add double value set checks in test
2016-10-06  Stoian Ivanovsome simple tests
2016-10-06  Eric HaszlakiewiczIssue #275: fix out of bounds read when handling unicod...
2016-10-05  Stoian Ivanovsome basic set
2016-09-28  Eric HaszlakiewiczMerge pull request #273 from konoal/master
2016-09-28  Eric HaszlakiewiczMerge pull request #274 from pepevel/master
2016-09-27  pepevelSupport for 64 bit pointers on Windows 274/head
2016-09-27  Alexey Konovalovfixed wrong object name in json_object_all_values_equal 273/head
2016-09-26  Steve GerbinoChanged CMake variables and adding output for debugging 272/head
2016-09-26  Steve GerbinoTarget C99 standards to get rid of warnings
2016-09-26  Steve GerbinoModified the execute_process commands
2016-09-26  Steve GerbinoChanged PROJECT_SOURCE_DIR to CMAKE_CURRENT_SOURCE_DIR...
2016-09-26  Steve GerbinoModified CMakeLists.txt to use autotools to generate...
2016-09-25  Steve GerbinoLowered CMake required version so that Travis CI is...
2016-09-25  Steve GerbinoTrailing slash seems necessary in the install command...
2016-09-25  Steve GerbinoForget DESTINATION in CMake install command
2016-09-25  Steve GerbinoWe need to also install the generated configuration...
2016-09-25  Steve GerbinoFixed typo in CMakeList.txt FILES_MATCHING
2016-09-25  Steve GerbinoAdded install instructions for CMake
2016-09-25  Steve GerbinoResolves json-c/json-c#271 by adding MacOS configuratio...
2016-09-20  Stoian Ivanovjson_object_set_boolean for upstream style check
2016-09-12  Eric HaszlakiewiczMerge pull request #267 from sixlettervariables/patch-1
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
next