]> git.ipfire.org Git - thirdparty/json-c.git/shortlog
thirdparty/json-c.git
2014-02-12  Andrea FauldsMerge branch 'master' into LowercaseLiterals 121/head
2014-02-12  Andrea FauldsMissing tests
2013-11-14  Andrea FauldsOnly allow lowercase literals in STRICT mode 112/head
2013-09-12  Eric HaszlakiewiczIssue #59: change the floating point output format...
2013-09-12  Eric HaszlakiewiczUse sizeof instead of hard coded values when calling...
2013-09-12  Eric HaszlakiewiczAdded a json_object_new_double_s() convenience function...
2013-09-08  Eric HaszlakiewiczIgnore the test-driver script that is now created,...
2013-09-08  Eric HaszlakiewiczThe updated test driver creates .log and .trs files...
2013-09-08  Eric Haszlakiewiczstrndup is gone, remove it from the README file.
2013-09-08  Eric HaszlakiewiczMerge pull request #97 from pascal-bach/master
2013-09-08  Eric HaszlakiewiczMerge pull request #96 from rouault/remove_strdnup
2013-09-08  Eric HaszlakiewiczMerge pull request #95 from rouault/extern_json_object_...
2013-09-08  Eric HaszlakiewiczMerge pull request #94 from remicollet/issue-strict2
2013-09-08  Eric HaszlakiewiczMerge pull request #93 from tmielika/master
2013-09-08  Eric HaszlakiewiczMerge pull request #104 from rouault/fix_json_tokener_e...
2013-09-08  Even RouaultFix potential out-of-bounds read in json_tokener_error_desc 104/head
2013-08-23  Remi Collettrailing char not allowed in strict mode 94/head
2013-08-21  Remi Colletno comment in strict mode
2013-08-13  Pascal BachUpdate json_util 97/head
2013-08-12  Even RouaultRemove redefinition of strndup() which is no longer... 96/head
2013-08-10  Even RouaultAdd extern to json_object_set_serializer so that it... 95/head
2013-08-06  Remi Colletno single-quote string in strict mode
2013-08-03  Taneli Mielikainenfixing problem that isinf(-Inf) can be 1 or -1 93/head
2013-06-29  Eric HaszlakiewiczEliminate use of MC_ABORT in json-c code, and mark...
2013-06-29  Eric HaszlakiewiczIssue#84: explicitly remove old headers and include...
2013-06-24  Eric HaszlakiewiczFix the _MSC_VER check so it compiles on non-windows...
2013-06-23  Eric HaszlakiewiczMention that libtoolize is needed if you're not using...
2013-06-19  Eric HaszlakiewiczMinor spell check.
2013-06-19  Eric HaszlakiewiczMerge pull request #90 from remicollet/issue-strict
2013-06-19  Eric HaszlakiewiczMerge pull request #89 from ayanes/master
2013-06-19  Eric HaszlakiewiczMerge pull request #88 from weltling/master
2013-06-13  Remi Colletin strick mode, number must not start with 0 90/head
2013-06-13  Adrian YanesFixes for Infinity and NaN 89/head
2013-06-04  Anatol BelskiFix C89 compat needed by MSVC 88/head
2013-06-04  Anatol Belskisnprintf definition is needed here, too
2013-06-04  Anatol Belskifixe int32_t definition for VC11
2013-04-30  Eric HaszlakiewiczIssue #76: use old style comment to allow json_object_i...
2013-04-03  Eric HaszlakiewiczFill in the instructions for update the gh-pages branch.
2013-04-03  Eric HaszlakiewiczBump the versions for the non-release branch; add a...
2013-04-03  Eric HaszlakiewiczFill in a number of missing steps in the release process.
2013-04-01  Eric HaszlakiewiczMerge branch 'master' of https://github.com/json-c...
2013-04-01  Eric HaszlakiewiczBump up the version in the release checklist to 0.11
2013-04-01  Eric HaszlakiewiczUpdate the changelog with changes since the 0.10 release.
2013-04-01  Eric HaszlakiewiczUpdate config.h.in to add the HAVE_SETLOCALE and HAVE_L...
2013-04-01  Eric HaszlakiewiczIssue #15: add a way to set a JSON_TOKENER_STRICT flag...
2013-03-24  Eric HaszlakiewiczMerge pull request #73 from ghazel/master
2013-03-19  Greg Hazelone definition of json_object_object_foreach only works... 73/head
2013-03-16  Eric HaszlakiewiczMerge pull request #71 from WillDignazio/master
2013-03-07  William DignazioFix broken build by using ADVANCE_CHAR macro return. 71/head
2013-03-06  William DignazioRename misnomer POP_CHAR to PEEK_CHAR.
2013-03-04  Eric HaszlakiewiczMerge pull request #70 from tg--/master
2013-03-04  Eric HaszlakiewiczIssue #68: use -std=gnu99 because some versions of...
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...
next