| Commit message (Expand) | Author | Files | Lines |
2012-03-04 | Update copyright date range to include 2012 | Mark Pulford | 5 | -6/+30 |
2012-03-04 | Change default nesting limits to 1000 | Mark Pulford | 2 | -5/+5 |
2012-03-04 | Improve benchmark stability | Mark Pulford | 1 | -7/+36 |
2012-03-04 | Use static strtod() buffer where possible | Mark Pulford | 1 | -5/+13 |
2012-03-04 | Add option to encode invalid numbers as "null" | Mark Pulford | 3 | -111/+180 |
2012-03-04 | Add configurable decode nesting limit | Mark Pulford | 2 | -35/+89 |
2012-03-04 | Update rockspec to install lua2json/json2lua | Mark Pulford | 1 | -0/+9 |
2012-03-04 | Update RPM to install extra scripts via make | Mark Pulford | 1 | -2/+8 |
2012-03-04 | Add make target for cjson.util and scripts | Mark Pulford | 1 | -5/+27 |
2012-03-04 | Rename "cjson-misc" module to "cjson.util" | Mark Pulford | 5 | -24/+24 |
2012-03-04 | Move cjson-misc and scripts to "lua" directory | Mark Pulford | 3 | -0/+0 |
2012-03-04 | Use DISABLE_INVALID_NUMBERS on WIN32 CMake builds | Mark Pulford | 1 | -7/+7 |
2012-03-04 | Fix typo in manual | Mark Pulford | 1 | -2/+2 |
2012-03-04 | Update cjson-misc.lua file description | Mark Pulford | 1 | -1/+1 |
2012-03-04 | Improve performance by tracking decode ptr | Mark Pulford | 1 | -46/+49 |
2012-03-04 | Update bench.lua to support different JSON modules | Mark Pulford | 3 | -41/+62 |
2012-03-04 | Add support to USE_INTERNAL_DTOA to CMake build | Mark Pulford | 1 | -7/+41 |
2012-03-04 | Limit significant digits in numbers.json to 14 | Mark Pulford | 1 | -6/+6 |
2012-03-04 | Add error checking to dtoa locking primitives | Mark Pulford | 1 | -4/+12 |
2012-03-04 | Document dtoa build options | Mark Pulford | 1 | -0/+16 |
2012-03-04 | Use internal dtoa/strtod for double conversion | Mark Pulford | 6 | -16/+123 |
2012-01-03 | Add support for Lua 5.2 environments to lua2json | Mark Pulford | 1 | -9/+23 |
2012-01-03 | Rename encode/decode scripts to lua2json/json2lua | Mark Pulford | 2 | -6/+6 |
2012-01-03 | Convert common.lua into cjson-misc module | Mark Pulford | 5 | -35/+43 |
2012-01-02 | Tidy Makefile sections and comments | Mark Pulford | 1 | -17/+16 |
2012-01-02 | Fix Windows TARGET modifications | Mark Pulford | 1 | -3/+3 |
2012-01-02 | Fix typos (lists, hexadecimal) | Mark Pulford | 2 | -9/+9 |
2012-01-02 | Update all package descriptions for consistency | Mark Pulford | 3 | -9/+19 |
2012-01-01 | Add build option to disable invalid numbers | Mark Pulford | 4 | -16/+39 |
2012-01-01 | Sanitise locale code, comments and documentation | Mark Pulford | 4 | -41/+71 |
2012-01-01 | Add Windows MinGW target to Makefile | Mark Pulford | 1 | -4/+12 |
2011-12-31 | Add NDEBUG to performance CFLAGS | Mark Pulford | 1 | -1/+1 |
2011-12-31 | Remove redundant comment from test.lua | Mark Pulford | 1 | -7/+0 |
2011-12-31 | Update NEWS for 1.0.5 | Mark Pulford | 1 | -1/+5 |
2011-12-31 | Minor code cleanup | Mark Pulford | 1 | -10/+12 |
2011-12-31 | Remove "update_locale" Lua function | Mark Pulford | 2 | -10/+2 |
2011-12-31 | Add option for private buffer | Mark Pulford | 1 | -26/+44 |
2011-12-31 | Fix minor warning from Clang analyzer | Mark Pulford | 1 | -1/+1 |
2011-12-31 | Remove shared current_depth var from cfg struct | Mark Pulford | 1 | -25/+17 |
2011-12-30 | Remove strbuf:die() from global symbol table | Mark Pulford | 1 | -1/+1 |
2011-12-30 | Add support for Lua 5.2 and cjson.new | Mark Pulford | 8 | -47/+122 |
2011-12-30 | Add fpconv to work around comma decimal points | Mark Pulford | 8 | -20/+206 |
2011-12-29 | Remove POSIX locale workaround | Mark Pulford | 6 | -124/+4 |
2011-12-30 | Display success when all tests pass | Mark Pulford | 1 | -3/+4 |
2011-12-29 | Added Netlib dtoa.c/g_fmt.c routines (20110428) | Mark Pulford | 2 | -0/+4460 |
2011-12-26 | Display failed test count (test.lua) | Mark Pulford | 1 | -1/+1 |
2011-12-26 | Generate git tag based version number for packages | Mark Pulford | 1 | -20/+10 |
2011-12-24 | Fix typo in lua_cjson.c | Mark Pulford | 1 | -1/+1 |
2011-12-20 | Clarify optional args and return values | Mark Pulford | 1 | -0/+15 |