summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Update the ChangeLog with the changes for the 0.12 release.Eric Haszlakiewicz2014-04-101-1/+33
* Added a json_object_new_double_s() convenience function to allow an exact str...Eric Haszlakiewicz2013-09-111-1/+4
* Bump the versions for the non-release branch; add a placeholder section to th...Eric Haszlakiewicz2013-04-021-0/+4
* Update the changelog with changes since the 0.10 release.Eric Haszlakiewicz2013-03-311-1/+12
* Make maximum recursion depth a runtime optionRemi Collet2012-11-271-0/+3
* Note the rename in the ChangeLog, and update the instructions in the README f...kdopen-rename_libraryEric Haszlakiewicz2012-07-291-0/+10
* Update the ChangeLog with the rest of the changes that will be included in th...Eric Haszlakiewicz2012-04-291-0/+22
* Note a few recent changes in the ChangeLog.Eric Haszlakiewicz2011-05-031-0/+9
* * Fix file descriptor leak if memory allocation fails in json_utilMichael Clark2010-10-131-0/+2
* * Add int64 support. Two new functions json_object_net_int64 andMichael Clark2010-10-061-0/+4
* * Fix subtle bug in linkhash where lookup could hang after all slotsMichael Clark2009-08-271-0/+6
* * Add handling of surrogate pairsBrent Miller2009-08-201-0/+2
* * Correct comment describing printbuf_memappend in printbuf.hBrent Miller2009-08-201-0/+3
* Add note about autoconf README changes to ChangeLogMichael Clark2009-08-191-0/+2
* Update changelogChristopher Watford2009-07-311-0/+2
* typo fixMichael Clark2009-07-251-1/+1
* * Rename min and max so we can never clash with C or C++ std libraryMichael Clark2009-07-251-0/+2
* Erik Hovland (3):Christopher Watford2009-07-081-0/+4
* Disable REFCOUNT_DEBUG by default in json_object.cChristopher Watford2009-06-301-0/+1
* update changelog for json_object_get_boolean fixMichael Clark2009-04-271-0/+2
* optimizations to json_tokener_parse_ex(), printbuf_memappend()Michael Clark2009-04-271-0/+2
* * Don't use this as a variable, so we can compile with a C++ compilerMichael Clark2009-02-251-0/+3
* * Don't use this as a variable, so we can compile with a C++ compilerMichael Clark2009-02-251-0/+2
* * Null pointer dereference fix. Fix json_object_get_boolean strlen testMichael Clark2009-02-251-0/+3
* * Fixed warning reported by adding -Wstrict-prototypesMichael Clark2009-02-251-0/+3
* Add const correctness to public interfacesMichael Clark2009-01-061-0/+4
* Add va_end for every va_start.Michael Clark2009-01-051-0/+2
* Patch allows for json-c compile with -Werror and not fail due toMichael Clark2007-12-071-0/+3
* * Fix bug with use of capital E in numbers with exponentsMichael Clark2007-12-071-0/+3
* * Add macros to enable compiling out debug codeMichael Clark2007-10-251-0/+4
* * Add escaping of backslash to json outputMichael Clark2007-03-131-0/+6
* * Fix bug in escaping of control charactersMichael Clark2007-03-131-0/+7
* * Make headers C++ compatible by change *this to *objMichael Clark2007-03-131-0/+12
* * Fix additional error case in object parsingMichael Clark2007-03-131-0/+6
* * fix pointer arithmetic bug for error pointer check in is_error() macroMichael Clark2007-03-131-0/+6
* * printbuf.c - C. Watford (christopher dot watford at gmail dot com)Michael Clark2007-03-131-0/+24