summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Explicitly check for integer overflow/underflow when parsing integers with JS...Eric Haszlakiewicz2022-10-301-0/+3
* Issue #705: disable locale handling when building for a uClibc system because...Eric Haszlakiewicz2022-07-301-0/+2
* When serializing with JSON_C_TO_STRING_PRETTY set, keep the opening and closi...Eric Haszlakiewicz2022-07-301-0/+17
* Update the ChangeLog with recent changes, in preparation for a 0.16 release.Eric Haszlakiewicz2022-04-141-7/+47
* Fix typos in code comments and ChangeLogEven Rouault2022-02-251-4/+4
* Add linkhash accessor functions (lh_table_head(), lh_entry_next(), etc...) to...Eric Haszlakiewicz2021-11-301-1/+3
* Drop the REFCOUNT_DEBUG code, it hasn't been used in ages.Eric Haszlakiewicz2021-11-301-0/+1
* Really use prefix JSON_C_OBJECT_ADD_*José Bollo2021-10-191-2/+5
* Update the master branch to version 0.15.99Eric Haszlakiewicz2020-07-261-1/+9
* Update the ChangeLog with recent changes, in preparation for a 0.15 release.Eric Haszlakiewicz2020-07-201-10/+40
* In the json_tokener_state_number case, explicitly adjust what "number" charac...Eric Haszlakiewicz2020-06-291-0/+3
* Fix incremental parsing of invalid numbers with exponents, such as "0e+-" and...Eric Haszlakiewicz2020-06-271-0/+3
* Issue #616: Change the parsing of surrogate pairs in unicode escapes so it us...Eric Haszlakiewicz2020-06-211-0/+2
* Add json_object_array_shrink() (and array_list_shrink()) and use it in json_t...Eric Haszlakiewicz2020-06-201-1/+7
* Summarize the changes from the json_object-split branch in the ChangeLog.Eric Haszlakiewicz2020-06-071-0/+7
* Add an apps directory, and a json_parse program to parse an input file and re...Eric Haszlakiewicz2020-04-211-0/+2
* Add a JSON_TOKENER_ALLOW_TRAILING_CHARS flag for json_tokener_set_flags() to ...Eric Haszlakiewicz2020-04-211-1/+3
* Update the master branch to version 0.0.14.99Eric Haszlakiewicz2020-04-191-0/+12
* Fill in the ChangeLog for the upcoming 0.14 release.Eric Haszlakiewicz2020-04-191-3/+68
* Fill in a few more pre-release steps to match what we've done for the 0.14 re...Eric Haszlakiewicz2020-04-191-30/+0
* List the set of contributors since the 0.13 branchEric Haszlakiewicz2020-04-101-0/+31
* Clean trailing white-spaces in ChangeLog.Björn Esser2019-01-221-8/+8
* Convert ChangeLog to valid UTF-8 encoding.Björn Esser2019-01-221-2/+2
* Update the change log for the 0.13.1 release.Eric Haszlakiewicz2018-03-051-0/+13
* pull in fuzzers, add CI scripts laterChris Wolfe2018-02-051-0/+3
* Remove the TRUE and FALSE defines.Eric Haszlakiewicz2017-12-231-0/+1
* Remove the previously deprecated lh_table_lookup() function, in favor of lh_t...Eric Haszlakiewicz2017-12-101-0/+1
* Remove the previously deprecated bits.h and the lh_abort() function.Eric Haszlakiewicz2017-12-101-1/+4
* Update the master branch to version 0.13.99Eric Haszlakiewicz2017-12-091-0/+6
* Add a change log entry for the upcoming 0.13 release.Eric Haszlakiewicz2017-12-021-2/+149
* Copy over note about the 0.12.1 release to the master branch.Eric Haszlakiewicz2016-06-071-0/+4
* Bump versions up to 0.12.99 since a 0.12 release was just created.Eric Haszlakiewicz2014-04-101-0/+4
* 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