]> git.ipfire.org Git - thirdparty/json-c.git/shortlog
thirdparty/json-c.git
2013-03-02  Thomas Gstädtnerconfigure.in: mv AM_CONFIG_HEADER to AC_CONFIG_HEADER 70/head
2013-02-27  Eric HaszlakiewiczInclude the test_locale test in the tests that run.
2013-02-27  Eric HaszlakiewiczMerge branch 'remicollet-issue-float'
2013-02-21  Eric HaszlakiewiczMark the "val" variable in json_object_object_foreach...
2013-02-09  Eric HaszlakiewiczAdd a runtime check to see if parse_int64 needs to...
2013-02-09  Eric HaszlakiewiczEnable -Werror and fix a number of minor warnings that...
2013-02-09  Eric HaszlakiewiczAdd a comment briefly describing json_object_object_len...
2013-02-09  Eric HaszlakiewiczMerge pull request #62 from ghazel/master
2013-02-09  Eric HaszlakiewiczMerge pull request #66 from ichernev/fix-test-parse
2013-01-29  Iskren ChernevFixed test_parse for \f 66/head
2013-01-11  Greg Hazeladd json_object_object_length 62/head
2013-01-09  Eric HaszlakiewiczMerge pull request #60 from ghazel/master
2013-01-04  Greg Hazelrename _errno 60/head
2013-01-02  Eric HaszlakiewiczMerge pull request #58 from Abioy/master
2012-12-24  Abioyescape '\f' in json_escape_str 58/head
2012-12-23  Eric HaszlakiewiczBump the version up to 0.10.99 to make it clear that...
2012-12-23  Eric HaszlakiewiczMerge branch 'master' of https://github.com/json-c...
2012-12-23  Eric HaszlakiewiczAdd a json_c_version.h header (included from json.h...
2012-12-23  Eric HaszlakiewiczMerge pull request #51 from remicollet/issue-dyndepth
2012-12-23  Eric HaszlakiewiczUpdate the release checklist to include the INSTALL...
2012-12-23  Eric HaszlakiewiczRevert the test_null test back to emitted to stdout...
2012-12-23  Eric HaszlakiewiczMerge pull request #56 from TheCount/develop
2012-12-19  Alexander KlauerMore warnings, fewer errors, C99 56/head
2012-12-19  Alexander KlauerPrepend DESTDIR to paths for staged installs
2012-12-19  Alexander KlauerWrite additional test info to stderr instead of stdout...
2012-12-19  Alexander KlauerFixed memory leak in testReplaceExisting
2012-12-19  Alexander KlauerMake macro json_object_object_foreach multiple-use...
2012-12-19  Alexander KlauerRemove and ignore autogenerated installation instructions
2012-12-19  Alexander KlauerIgnore editor swap files
2012-12-18  Alexander KlauerIgnore doc dir for now
2012-12-18  Alexander KlauerLibrary is now called libjson-c
2012-12-18  Alexander KlauerNeed to explicitly remove include/json-c directory
2012-12-18  Alexander Klauer-d test is useless as symlinks are dereferenced
2012-12-18  Alexander KlauerIgnore valgrind output files
2012-12-13  Remi Colletprobably worth an option for this 52/head
2012-12-13  Remi ColletSave space, drop unuseful trailing zeroes
2012-12-13  Remi ColletSimple fix to double encode
2012-12-13  Remi Colletmove locale change to be global for perf
2012-12-09  Eric HaszlakiewiczFix issue #53 - ensure explicit length string are still...
2012-12-09  Eric HaszlakiewiczRemove configure as part of maintainer-clean instead...
2012-12-09  Eric HaszlakiewiczAdd PACKAGE_URL to config.h.in
2012-11-29  Eric HaszlakiewiczAdd a missing json_object_get() so we don't try to...
2012-11-29  Eric HaszlakiewiczFix a memory leak in the test_printbuf test.
2012-11-29  Eric HaszlakiewiczInclude json_object_iterator.c in the list of sources.
2012-11-27  Remi Colletfloat parsing must be locale independent
2012-11-27  Remi ColletMake maximum recursion depth a runtime option 51/head
2012-10-21  Eric HaszlakiewiczMake it safe to delete keys while iterating with the...
2012-10-21  Eric HaszlakiewiczReformat the json_object_object_foreach macro so it...
2012-10-18  Eric HaszlakiewiczReformat json_object_object_get() and json_object_objec...
2012-10-18  Eric HaszlakiewiczFix json_object_object_get() so it returns NULL if...
2012-10-18  Eric HaszlakiewiczChange json_object_put to return 1 if the object passed...
2012-09-17  Eric HaszlakiewiczFix a memory leak in test1 with respect to how json_obj...
2012-09-17  Eric HaszlakiewiczReformat the test sources. No functional change.
2012-09-10  Eric HaszlakiewiczFix the home page in the README, and add a list of...
2012-09-10  Eric HaszlakiewiczMerge pull request #44 from lastquestion/fix_gnu_macosx
2012-09-10  Lin XuAdd an autoconf test to test whether the .section ... 44/head
2012-09-09  Eric HaszlakiewiczUpdate the set_serializer test to match the actual...
2012-09-02  Eric HaszlakiewiczAdd a json_set_serializer() function to allow the strin...
2012-07-30  Eric HaszlakiewiczAdd my copyright.
2012-07-30  Eric HaszlakiewiczIgnore the tests/testReplaceExisting binary.
2012-07-29  Eric HaszlakiewiczNote the rename in the ChangeLog, and update the instru... 493/head
2012-07-29  Eric HaszlakiewiczTake a guess as to the rename changes changes needed...
2012-07-29  Eric HaszlakiewiczRe-add the "json" pkg-config file as a compatibility...
2012-07-29  Eric HaszlakiewiczBump the version of the new library since programs...
2012-07-29  Eric HaszlakiewiczAdd a compatibility symlink json->json-c in the include...
2012-07-29  Eric HaszlakiewiczAdd a --disable-oldname-compat option to configure...
2012-07-29  Eric HaszlakiewiczIgnore a couple more generated files.
2012-07-29  Eric HaszlakiewiczFix the Libs line in json-uninstalled.pc to use -ljson-c
2012-07-29  Eric HaszlakiewiczCreate an additional libjson.so library that simply...
2012-07-29  Eric HaszlakiewiczCheck for the sys/cdefs.h header which on some systems...
2012-07-29  Eric HaszlakiewiczRemove test_parse from the top level directory. (accid...
2012-07-29  Eric HaszlakiewiczMerge branch 'rename_library' of https://github.com...
2012-07-29  Eric HaszlakiewiczHandle the \f escape sequence (the two characters:...
2012-07-29  Eric HaszlakiewiczDefault autogen.sh to not running configure, unless...
2012-07-29  Eric HaszlakiewiczInitialize errno before calling sscanf in json_parse_in...
2012-07-29  Eric HaszlakiewiczMerge pull request #37 from cgwalters/master
2012-07-25  Eric HaszlakiewiczRewrite json_object_object_add to replace just the...
2012-07-11  Colin Waltersautogen.sh: Add /bin/sh interpreter, honor NOCONFIGURE=1 37/head
2012-07-09  Eric HaszlakiewiczMerge pull request #26 from ford-prefect/master
2012-07-09  Eric HaszlakiewiczAdd json_object_iterator.h to installed headers.
2012-07-09  Eric HaszlakiewiczFix git commands for tagging a release.
2012-07-09  Eric HaszlakiewiczRemove unnecessary comment from json_util.c
2012-07-09  Eric HaszlakiewiczMerge pull request #33 from mloskot/master
2012-06-19  Mateusz LoskotAdded a bunch of missing HAVE_* defines tested with... 33/head
2012-05-31  Eric HaszlakiewiczMerge pull request #27 from OBI-1/master
2012-05-31  Eric HaszlakiewiczMerge pull request #29 from mloskot/msvc-port
2012-05-31  Eric HaszlakiewiczUse "nodoc", not "doc", for the name of the tarball...
2012-05-22  Mateusz LoskotMissing explicit casts from void* to specific pointers... 29/head
2012-05-21  Mateusz LoskotReplaced #if HAVE_X with #ifdef HAVE_X as the former...
2012-05-09  OBI-1array_list_expand_internal needs length, not index. 27/head
2012-04-29  Eric HaszlakiewiczUpdate the ChangeLog with the rest of the changes that...
2012-04-29  Eric HaszlakiewiczFill in the missing pieces of the release checklist.
2012-04-29  Eric HaszlakiewiczChange the format used for sprintbuf (but not scanf...
2012-04-28  Eric HaszlakiewiczIgnore the new test1Formatted and test2Formatted execut...
2012-04-28  Eric HaszlakiewiczExtend test1 and test2 to run using json_object_to_json...
2012-04-28  Eric HaszlakiewiczAdd a json_object_to_json_string_ext() function to...
2012-04-26  Arun RaghavanAdd an Android-friendly build system 26/head
2012-04-26  Arun RaghavanRun configure in the autogen.sh script
2012-04-26  Arun RaghavanAdd a pkgconfig file for uninstalled builds
2012-04-25  Eric HaszlakiewiczFixed parsing numbers in E notation. `
next