platform/upstream/json-c.git
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-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
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.
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
2009-01-10 Michael Clarkfix typo in json_object.h
2009-01-06 Michael ClarkAdd const correctness to public interfaces
2009-01-06 Michael Clarkupdate auto generated files
2009-01-05 Michael ClarkUpdate version to 0.8
2009-01-05 Michael Clarkchanges to make 'make dist' work properly
2009-01-05 Michael ClarkAdd va_end for every va_start.
2008-08-08 Michael Clarkchange version to 0.8
2008-01-26 Michael Clarkfix to allow compile with -Werror
2007-12-07 Michael ClarkPatch allows for json-c compile with -Werror and not...
2007-12-07 Michael Clark* Fix bug with use of capital E in numbers with exponents
2007-10-25 Michael Clark* Add macros to enable compiling out debug code
2007-05-17 Michael ClarkUpdate version number to 0.7
2007-03-13 Michael Clark * Add escaping of backslash to json output
2007-03-13 Michael Clark * Fix bug in escaping of control characters
2007-03-13 Michael Clark * Make headers C++ compatible by change *this to...
2007-03-13 Michael Clark * Fix additional error case in object parsing
2007-03-13 Michael Clark * fix pointer arithmetic bug for error pointer check...
2007-03-13 Michael Clark * printbuf.c - C. Watford (christopher dot watford...
2007-03-13 Michael Clarkimport of version 0.1
next