]> granicus.if.org Git - json-c/shortlog
json-c
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...
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-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.
2014-07-04 Alexandru CostacheRemoved duplicate check in random_seed test - bug #140
2014-05-05 Eric HaszlakiewiczMove the json_min() and json_max() macros to json_util...
2014-05-04 Eric HaszlakiewiczFix the definition of the error_description() macro...
2014-04-20 Eric HaszlakiewiczCheck for failures when allocating memory; return NULL...
2014-04-20 Eric HaszlakiewiczReformat some code in json_object.c
2014-04-20 Eric HaszlakiewiczAdd an empty README file to placate autoconf.
2014-04-20 Eric HaszlakiewiczFix minor typo in README file.
2014-04-20 Eric HaszlakiewiczMerge pull request #133 from haneefmubarak/patch-1
2014-04-20 Eric HaszlakiewiczMerge pull request #132 from pkoretic/master
2014-04-12 Haneef MubarakUpdate README.md
2014-04-12 Haneef MubarakUpdate and rename README to README.md
2014-04-12 Eric HaszlakiewiczUpdate the release checklist to include calculating...
2014-04-11 Petar KoretićRemove unused variable 'size'
2014-04-11 Eric HaszlakiewiczBump versions up to 0.12.99 since a 0.12 release was...
2014-04-11 Eric HaszlakiewiczUpdate the ChangeLog with the changes for the 0.12...
2014-04-09 Michael ClarkPatch to address the following issues:
2014-03-23 Eric HaszlakiewiczEliminate the deprecated mc_abort() function and MC_ABO...
2014-03-23 Eric HaszlakiewiczMake the json_tokener_errors array local. It has been...
2014-03-23 Eric HaszlakiewiczSimplify the tests Makefile to avoid repeating the...
2014-03-23 Eric HaszlakiewiczRename the "test_case" test to "test_charcase" to make...
2014-03-22 Eric HaszlakiewiczFix warnings from autoconf about "...no AC_LANG_SOURCE...
2014-03-22 Eric HaszlakiewiczIssue #103: allow Infinity and -Infinity to be parsed.
2014-03-22 Eric HaszlakiewiczMerge pull request #123 from fingon/use-NAN-if-available
2014-03-18 Markus Stenbergnan function requires -lm on some platforms; use of...
2014-03-09 Eric HaszlakiewiczIssue#102 - add support for parsing "NaN".
2014-03-02 Eric HaszlakiewiczIssue#114: check for the presence of isnan and isinf...
2014-02-12 Eric HaszlakiewiczMerge pull request #121 from TazeTSchnitzel/LowercaseLi...
2014-02-12 Andrea FauldsMerge branch 'master' into LowercaseLiterals
2014-02-12 Andrea FauldsMissing tests
2014-02-12 Eric HaszlakiewiczMerge commit '89535bb'
2014-02-12 Eric HaszlakiewiczMerge pull request #112 from TazeTSchnitzel/LowercaseLi...
2014-02-12 Eric HaszlakiewiczFix Issue #111: Fix off-by-one error when range checkin...
2014-02-12 Eric HaszlakiewiczMerge pull request #109 from kdopen/use_strtod
2014-02-12 Eric HaszlakiewiczMerge branch 'ebassi-master'
2014-02-12 Eric HaszlakiewiczMerge branch 'master' of https://github.com/ebassi...
2014-02-12 Eric HaszlakiewiczIgnore and cleanup a few more files that automake creates.
2014-02-12 Eric HaszlakiewiczIssue#105: Rename configure.in to configure.ac
2014-02-12 Eric HaszlakiewiczRemove the old libjson.so name compatibility support...
2013-11-18 Ross Burtonbuild: call AM_PROG_CC_C_O as requested by autoreconf
2013-11-14 Andrea FauldsOnly allow lowercase literals in STRICT mode
2013-10-01 Keith DerrickAvoid potential overflow in json_object_get_double
2013-09-17 Emmanuele BassiAdd a check for the -Bsymbolic-functions linker flag
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
2013-08-23 Remi Collettrailing char not allowed in strict mode
2013-08-21 Remi Colletno comment in strict mode
2013-08-13 Pascal BachUpdate json_util
2013-08-12 Even RouaultRemove redefinition of strndup() which is no longer...
2013-08-10 Even RouaultAdd extern to json_object_set_serializer so that it...
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
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
2013-06-13 Adrian YanesFixes for Infinity and NaN
2013-06-04 Anatol BelskiFix C89 compat needed by MSVC
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...
2013-03-16 Eric HaszlakiewiczMerge pull request #71 from WillDignazio/master
2013-03-07 William DignazioFix broken build by using ADVANCE_CHAR macro return.
2013-03-06 William DignazioRename misnomer POP_CHAR to PEEK_CHAR.
next