]> git.ipfire.org Git - thirdparty/json-c.git/shortlog
thirdparty/json-c.git
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. `
2012-04-25  Eric HaszlakiewiczSince we already use a local json_bool type, replace...
2012-04-24  Eric HaszlakiewiczMerge pull request #25 from kdopen/doc_cleanup
2012-04-23  Keith DerrickClean up documentation and correct sample code 25/head
2012-04-23  Eric HaszlakiewiczMerge pull request #23 from mloskot/mloskot-msvc-fixes
2012-04-23  Mateusz LoskotFix missing inttypes.h definitions for Visual Studio... 23/head
2012-04-23  Eric HaszlakiewiczMerge pull request #21 from kdopen/add_iterator
2012-04-22  Eric HaszlakiewiczMerge branch 'master' of https://github.com/json-c...
2012-04-22  Eric HaszlakiewiczActually save the expected output for the test_printbuf...
2012-04-22  Eric HaszlakiewiczUpdate the list of files to ignore.
2012-04-22  Eric HaszlakiewiczAdd a test for the printbuf functions.
2012-04-22  Eric HaszlakiewiczUse a different variable when referring to the json...
2012-04-22  Eric HaszlakiewiczMove the rest of the tests into the tests subdirectory.
2012-04-22  Eric HaszlakiewiczCreate a tests subdirectory and move one of the test...
2012-04-20  Eric HaszlakiewiczMerge pull request #20 from kdopen/master
2012-04-12  Keith DerrickAdd alternative iterator implementation 21/head
2012-04-12  Keith DerrickAdd NULL-safe get object method
2012-04-12  Keith DerrickAdd NULL-safe lookup function
2012-04-12  Keith DerrickAdd JASSERT macro to guarantee aborts
2012-04-06  Keith DerrickAdded explanatory notes to documentation. 20/head
2012-04-03  Eric HaszlakiewiczFix some bugs with how buffer sizes were being calcuate...
2012-04-03  Eric HaszlakiewiczRemove the "#undef PRINTBUF_DEBUG" from printbuf.h...
2012-04-02  Eric HaszlakiewiczAdd a printbuf_memset() function to provide an effecien...
2012-04-01  Eric HaszlakiewiczDirect people to send bug reports to the json-c google...
2012-04-01  Eric HaszlakiewiczRemove a few more things in the distclean target to...
2012-04-01  Eric HaszlakiewiczFix a bug in json_tokener_parse_ex when re-using the...
2012-04-01  Eric HaszlakiewiczSplit the json_tokener_parse tests off from test1 into...
2012-04-01  Eric HaszlakiewiczFor the prototype for json_tokener_error_desc().
2012-04-01  Eric HaszlakiewiczMention json_type_to_name() in the docs for json_object...
2012-03-31  Eric HaszlakiewiczDefine a LH_LOAD_FACTOR constant and note the range...
2012-03-31  Eric HaszlakiewiczAdjust json_object_is_type and json_object_get_type...
2012-03-31  Eric HaszlakiewiczMerge pull request #16 from kdopen/master
2012-03-31  Eric HaszlakiewiczIgnore several more files, include .o's, .lo's, etc...
2012-03-31  Eric HaszlakiewiczPerform better error checking in json_tokener_parse_ver...
2012-03-26  Keith DerrickRename boolean type to json_bool 16/head
2012-02-22  Eric HaszlakiewiczAdd json_tokener_get_error() and json_tokener_error_des...
2012-02-16  Eric HaszlakiewiczInclude json_inttypes.h in json_object.h since we use...
2012-02-16  Eric HaszlakiewiczMerge branch 'master' of https://github.com/json-c...
2012-02-16  Eric HaszlakiewiczIssue#10: add some const qualifiers so test1 compiles...
2012-02-16  Eric HaszlakiewiczMerge pull request #12 from jameinel/win32-project
2012-02-01  John Arbash... Some updates to make the code compatible with VC 9... 12/head
2012-01-29  Eric HaszlakiewiczMerge pull request #11 from deweerdt/master
2012-01-19  Frederik Deweerdt json_tokener_parse(): avoid possible NULL deref 11/head
2011-12-09  Eric HaszlakiewiczMerge pull request #7 from federicoculloca/master
2011-12-09  Eric HaszlakiewiczMerge pull request #8 from mstorsjo/mingw
2011-11-25  Martin StorsjoAdd -no-undefined to the libtool flags 8/head
2011-10-30  Federico CullocaAdded capitalized charaters to json_hex_chars 7/head
2011-10-13  Eric HaszlakiewiczMerge pull request #4 from deweerdt/master
2011-10-07  Frederik DeweerdtAdd new json_object_array_sort function 4/head
2011-06-14  Eric HaszlakiewiczAdd an initial (incomplete) release checklist.
2011-06-14  Eric HaszlakiewiczAdd Jehiah and myself to the list of authors.
2011-06-14  Michael ClarkUpdate README files with pointers to new github repo...
2011-05-26  Jehiah Czebotarhandle NULL passed to json_objct_object_get
2011-05-25  Jehiah Czebotarmove definition of json_object_iter to public header...
2011-05-03  Eric HaszlakiewiczSet the svn:executable property so running the test_nul...
2011-05-03  Eric HaszlakiewiczNote the json-c home page in the README file.
2011-05-03  Eric HaszlakiewiczNote a few recent changes in the ChangeLog.
2011-05-03  Eric HaszlakiewiczBump up the libtool library version to "1:0:1" (aka...
2011-05-03  Eric HaszlakiewiczBump the version to 0.10, since that's what we were at.
2011-05-03  Eric HaszlakiewiczAdd a test_cast test case. This checks that the castin...
2011-05-03  Eric HaszlakiewiczAdd a json_type_to_name() function which returns a...
2011-05-03  Eric HaszlakiewiczFix a bug in json_object_get_int() where calling it...
2011-05-03  Eric HaszlakiewiczAdd a dummy "NEWS" file to automake doesn't complain.
2011-01-14  Jehiah Czebotarreadme updates
2011-01-14  Jehiah Czebotarupdate json_object_new_string_len, json_escape_str...
2010-12-08  Jehiah Czebotaradd json_tokener_parse_verbose, and return NULL on...
2010-12-07  Jehiah Czebotarset svn:ignore and .gitignore to skip intermediate...
2010-12-07  ehaszlaSimplify things by storing integer values only as int64...
2010-10-13  Michael Clark * Fix file descriptor leak if memory allocation fails...
2010-10-13  Michael Clark * Fix file descriptor leak if memory allocation fails...
2010-10-07  Michael ClarkUpdate executable properties
2010-10-06  Michael Clark * Add int64 support. Two new functions json_object_ne...
2009-08-27  Michael Clark * Make json_object_from_file take const char *filename
2009-08-27  Michael Clark * Fix subtle bug in linkhash where lookup could hang...
2009-08-20  Brent Miller * Add handling of surrogate pairs
2009-08-20  Brent Miller * Correct comment describing printbuf_memappend in...
2009-08-19  Michael ClarkAdd json-c.vcproj to EXTRA_DIST
2009-08-19  Michael ClarkAdd mailing lists to README.html
2009-08-19  Michael ClarkAdd note about autoconf README changes to ChangeLog
2009-07-31  Christopher... Add README.html, README-WIN32.html and config.h.win32...
2009-07-31  Christopher... Update version to 0.9
2009-07-31  Christopher... Update changelog
2009-07-25  Michael Clarktypo fix
2009-07-25  Michael Clark * Rename min and max so we can never clash with C...
2009-07-08  Christopher... Add const qualifier to the json_tokener_parse functions
2009-07-08  Christopher... Erik Hovland (3):
2009-06-30  Christopher... Disable REFCOUNT_DEBUG by default in json_object.c
2009-05-12  Christopher... Ooops. remove literal ^M (copy and paste problem)
2009-05-12  Christopher... Change note about CVS repository to point to subversion...
2009-04-27  Michael Clarkupdate changelog for json_object_get_boolean fix
2009-04-27  Michael ClarkFix json_object_get_boolean to return false for empty...
2009-04-27  Michael Clarkoptimizations to json_tokener_parse_ex(), printbuf_mema...
2009-02-25  Michael Clark * Don't use this as a variable, so we can compile...
2009-02-25  Michael Clark * Don't use this as a variable, so we can compile...
2009-02-25  Michael Clark * Null pointer dereference fix. Fix json_object_get_b...
2009-02-25  Michael Clark * Fixed warning reported by adding -Wstrict-prototypes
2009-01-10  Michael Clarkfix typo
next