]> granicus.if.org Git - json-c/shortlog
json-c
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
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...
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...
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.
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
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
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...
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
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.
2012-04-06 Keith DerrickIgnoring additional build products
2012-04-06 Keith DerrickModify install names for library and include files
2012-04-06 Keith DerrickAdded explanatory notes to documentation.
2012-04-05 Eric HaszlakiewiczFix some bugs with how buffer sizes were being calcuate...
2012-04-05 Eric HaszlakiewiczRemove the "#undef PRINTBUF_DEBUG" from printbuf.h...
2012-04-05 Eric HaszlakiewiczAdd a printbuf_memset() function to provide an effecien...
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-02 Eric HaszlakiewiczDirect people to send bug reports to the json-c google...
2012-04-02 Eric HaszlakiewiczRemove a few more things in the distclean target to...
2012-04-02 Eric HaszlakiewiczFix a bug in json_tokener_parse_ex when re-using the...
2012-04-02 Eric HaszlakiewiczSplit the json_tokener_parse tests off from test1 into...
2012-04-02 Eric HaszlakiewiczFor the prototype for json_tokener_error_desc().
2012-04-02 Eric HaszlakiewiczMention json_type_to_name() in the docs for json_object...
2012-04-02 Eric HaszlakiewiczDefine a LH_LOAD_FACTOR constant and note the range...
2012-04-02 Eric HaszlakiewiczAdjust json_object_is_type and json_object_get_type...
2012-04-02 Eric HaszlakiewiczIgnore several more files, include .o's, .lo's, etc...
2012-04-02 Eric HaszlakiewiczPerform better error checking in json_tokener_parse_ver...
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
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...
2012-01-29 Eric HaszlakiewiczMerge pull request #11 from deweerdt/master
2012-01-19 Frederik Deweerdt json_tokener_parse(): avoid possible NULL deref
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
2011-10-30 Federico CullocaAdded capitalized charaters to json_hex_chars
2011-10-13 Eric HaszlakiewiczMerge pull request #4 from deweerdt/master
2011-10-07 Frederik DeweerdtAdd new json_object_array_sort function
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.
next