| Commit message (Expand) | Author | Age | Files | Lines |
* | Ignore DISABLE_INVALID_NUMBERS with builtin fpconv | Mark Pulford | 2012-03-04 | 1 | -12/+14 |
* | Bump version to 2.0devel | Mark Pulford | 2012-03-04 | 1 | -1/+1 |
* | Reserve stack slot for luaL_error() during encode | Mark Pulford | 2012-03-04 | 1 | -4/+11 |
* | Remove deprecated "refuse_invalid_numbers" | Mark Pulford | 2012-03-04 | 1 | -38/+0 |
* | Bump development version to 1.1devel | Mark Pulford | 2012-03-04 | 1 | -1/+1 |
* | Disable registration of cjson global variable | Mark Pulford | 2012-03-04 | 1 | -7/+2 |
* | Return boolean values from configuration functions | Mark Pulford | 2012-03-04 | 1 | -5/+8 |
* | Add depth/index to decode depth error message | Mark Pulford | 2012-03-04 | 1 | -2/+3 |
* | Fix Lua C function stack overflow during encoding | Mark Pulford | 2012-03-04 | 1 | -7/+12 |
* | Simplify configuration function code | Mark Pulford | 2012-03-04 | 1 | -60/+47 |
* | Merge lua_json_decode() into json_decode() | Mark Pulford | 2012-03-04 | 1 | -28/+14 |
* | Update copyright date range to include 2012 | Mark Pulford | 2012-03-04 | 1 | -2/+2 |
* | Change default nesting limits to 1000 | Mark Pulford | 2012-03-04 | 1 | -2/+2 |
* | Add option to encode invalid numbers as "null" | Mark Pulford | 2012-03-04 | 1 | -65/+109 |
* | Add configurable decode nesting limit | Mark Pulford | 2012-03-04 | 1 | -35/+63 |
* | Improve performance by tracking decode ptr | Mark Pulford | 2012-03-04 | 1 | -46/+49 |
* | Fix typos (lists, hexadecimal) | Mark Pulford | 2012-01-02 | 1 | -2/+2 |
* | Add build option to disable invalid numbers | Mark Pulford | 2012-01-01 | 1 | -0/+15 |
* | Sanitise locale code, comments and documentation | Mark Pulford | 2012-01-01 | 1 | -5/+2 |
* | Minor code cleanup | Mark Pulford | 2011-12-31 | 1 | -10/+12 |
* | Remove "update_locale" Lua function | Mark Pulford | 2011-12-31 | 1 | -8/+0 |
* | Add option for private buffer | Mark Pulford | 2011-12-31 | 1 | -26/+44 |
* | Remove shared current_depth var from cfg struct | Mark Pulford | 2011-12-31 | 1 | -25/+17 |
* | Add support for Lua 5.2 and cjson.new | Mark Pulford | 2011-12-30 | 1 | -16/+57 |
* | Add fpconv to work around comma decimal points | Mark Pulford | 2011-12-30 | 1 | -15/+21 |
* | Remove POSIX locale workaround | Mark Pulford | 2011-12-29 | 1 | -72/+0 |
* | Fix typo in lua_cjson.c | Mark Pulford | 2011-12-24 | 1 | -1/+1 |
* | Automate package releases with build-packages.sh | Mark Pulford | 2011-12-15 | 1 | -1/+1 |
* | Remove external VERSION #define for lua_cjson.c | Mark Pulford | 2011-12-13 | 1 | -1/+5 |
* | Add workaround to handle platforms that print -nan | Mark Pulford | 2011-11-29 | 1 | -6/+11 |
* | Remove unused escape table init code | Mark Pulford | 2011-11-29 | 1 | -26/+0 |
* | Suppress isinf() define when it already exists | Mark Pulford | 2011-11-29 | 1 | -2/+2 |
* | Add USE_POSIX_SETLOCALE option | Mark Pulford | 2011-10-07 | 1 | -8/+30 |
* | Rename MISSING_ISINF to USE_INTERNAL_ISINF | Mark Pulford | 2011-10-07 | 1 | -2/+2 |
* | Support locales which use comma decimal separators | Mark Pulford | 2011-10-05 | 1 | -0/+51 |
* | Fix out of date comment (json_config_key) | Mark Pulford | 2011-10-05 | 1 | -1/+1 |
* | Update comment to match docs (very -> excessively) | Mark Pulford | 2011-09-15 | 1 | -1/+1 |
* | Add work around for missing isinf() on Solaris | Mark Pulford | 2011-08-11 | 1 | -0/+4 |
* | Fix detection of objects with numeric string keys | Mark Pulford | 2011-08-10 | 1 | -1/+1 |
* | Add support for runtime number precision config | Mark Pulford | 2011-05-29 | 1 | -3/+40 |
* | Remove trailing whitespace1.0.1 | Mark Pulford | 2011-05-10 | 1 | -9/+9 |
* | Add runtime option for persistent encode buffer | Mark Pulford | 2011-05-10 | 1 | -14/+47 |
* | Fix memory leak when throwing stack overflow error | Mark Pulford | 2011-05-10 | 1 | -2/+11 |
* | Remove whitespace from generated JSON output | Mark Pulford | 2011-05-10 | 1 | -8/+8 |
* | Tidy and reformat lua_cjson.c (minor) | Mark Pulford | 2011-05-09 | 1 | -12/+9 |
* | Generate error when attempting to decode UTF-16/32 | Mark Pulford | 2011-05-08 | 1 | -0/+8 |
* | Add UTF-16 surrogate pair decode support | Mark Pulford | 2011-05-08 | 1 | -9/+56 |
* | Rework runtime config options | Mark Pulford | 2011-05-07 | 1 | -56/+118 |
* | Escape forward slash when encoding | Mark Pulford | 2011-05-07 | 1 | -1/+1 |
* | Fix strbuf_t leak on lua_close() | Mark Pulford | 2011-05-05 | 1 | -3/+20 |