aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Force binary file mode in util.luaMark Pulford2012-03-041-2/+2
* Reduce length of CMake option descriptionsMark Pulford2012-03-041-3/+2
* Ignore DISABLE_INVALID_NUMBERS with builtin fpconvMark Pulford2012-03-042-13/+16
* Rename USE_INTERNAL_DTOA to USE_INTERNAL_FPCONVMark Pulford2012-03-044-7/+7
* Support building packages with version tags >1.xMark Pulford2012-03-041-2/+2
* Convert perf results to HTML and update for 2.0.0Mark Pulford2012-03-044-53/+74
* Add MULTIPLE_THREADS to Makefile #define listMark Pulford2012-03-041-1/+3
* Bump version to 2.0develMark Pulford2012-03-048-14/+14
* Simplify string.format() callsMark Pulford2012-03-043-15/+14
* Fix runtests.sh after API change and file movesMark Pulford2012-03-041-5/+5
* Create separate tests for numbers w/leading zerosMark Pulford2012-03-041-3/+8
* Fix string length returned by g_fmt.c for |x|<1Mark Pulford2012-03-041-0/+1
* Reserve stack slot for luaL_error() during encodeMark Pulford2012-03-041-4/+11
* Add an RPM %preun script to remove utf8.datMark Pulford2012-03-041-0/+4
* Remove deprecated "refuse_invalid_numbers"Mark Pulford2012-03-042-40/+2
* Bump development version to 1.1develMark Pulford2012-03-047-13/+13
* Disable registration of cjson global variableMark Pulford2012-03-045-14/+9
* Return boolean values from configuration functionsMark Pulford2012-03-042-16/+19
* Add CMake option to toggle DISABLE_CJSON_GLOBALMark Pulford2012-03-041-0/+5
* Add depth/index to decode depth error messageMark Pulford2012-03-042-4/+8
* Fix Lua C function stack overflow during encodingMark Pulford2012-03-042-7/+21
* Update archive download URLMark Pulford2012-03-042-2/+2
* Recommend genutf8.pl when utf8.dat is missingMark Pulford2012-03-041-1/+1
* Add "throw error" to test descriptionsMark Pulford2012-03-041-41/+41
* Test config API errors and setting configurationMark Pulford2012-03-041-28/+66
* Tidy tests and improve coverageMark Pulford2012-03-042-85/+113
* Place nested data structure inline with testsMark Pulford2012-03-041-4/+2
* Gather all test data into a tableMark Pulford2012-03-041-20/+32
* Add descriptions to all testsMark Pulford2012-03-042-160/+204
* Simplify configuration function codeMark Pulford2012-03-041-60/+47
* Merge lua_json_decode() into json_decode()Mark Pulford2012-03-041-28/+14
* Add tests for decode_max_depth()Mark Pulford2012-03-041-5/+13
* Use Lua CJSON instead of CJSON in documentationMark Pulford2012-03-041-3/+3
* Update copyright date range to include 2012Mark Pulford2012-03-045-6/+30
* Change default nesting limits to 1000Mark Pulford2012-03-042-5/+5
* Improve benchmark stabilityMark Pulford2012-03-041-7/+36
* Use static strtod() buffer where possibleMark Pulford2012-03-041-5/+13
* Add option to encode invalid numbers as "null"Mark Pulford2012-03-043-111/+180
* Add configurable decode nesting limitMark Pulford2012-03-042-35/+89
* Update rockspec to install lua2json/json2luaMark Pulford2012-03-041-0/+9
* Update RPM to install extra scripts via makeMark Pulford2012-03-041-2/+8
* Add make target for cjson.util and scriptsMark Pulford2012-03-041-5/+27
* Rename "cjson-misc" module to "cjson.util"Mark Pulford2012-03-045-24/+24
* Move cjson-misc and scripts to "lua" directoryMark Pulford2012-03-043-0/+0
* Use DISABLE_INVALID_NUMBERS on WIN32 CMake buildsMark Pulford2012-03-041-7/+7
* Fix typo in manualMark Pulford2012-03-041-2/+2
* Update cjson-misc.lua file descriptionMark Pulford2012-03-041-1/+1
* Improve performance by tracking decode ptrMark Pulford2012-03-041-46/+49
* Update bench.lua to support different JSON modulesMark Pulford2012-03-043-41/+62
* Add support to USE_INTERNAL_DTOA to CMake buildMark Pulford2012-03-041-7/+41