Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpx/lua-cjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-04Update archive download URLMark Pulford
2012-03-04Recommend genutf8.pl when utf8.dat is missingMark Pulford
2012-03-04Add "throw error" to test descriptionsMark Pulford
2012-03-04Test config API errors and setting configurationMark Pulford
2012-03-04Tidy tests and improve coverageMark Pulford
2012-03-04Place nested data structure inline with testsMark Pulford
2012-03-04Gather all test data into a tableMark Pulford
2012-03-04Add descriptions to all testsMark Pulford
2012-03-04Simplify configuration function codeMark Pulford
2012-03-04Merge lua_json_decode() into json_decode()Mark Pulford
2012-03-04Add tests for decode_max_depth()Mark Pulford
2012-03-04Use Lua CJSON instead of CJSON in documentationMark Pulford
2012-03-04Update copyright date range to include 2012Mark Pulford
2012-03-04Change default nesting limits to 1000Mark Pulford
2012-03-04Improve benchmark stabilityMark Pulford
2012-03-04Use static strtod() buffer where possibleMark Pulford
2012-03-04Add option to encode invalid numbers as "null"Mark Pulford
2012-03-04Add configurable decode nesting limitMark Pulford
2012-03-04Update rockspec to install lua2json/json2luaMark Pulford
2012-03-04Update RPM to install extra scripts via makeMark Pulford
2012-03-04Add make target for cjson.util and scriptsMark Pulford
2012-03-04Rename "cjson-misc" module to "cjson.util"Mark Pulford
2012-03-04Move cjson-misc and scripts to "lua" directoryMark Pulford
2012-03-04Use DISABLE_INVALID_NUMBERS on WIN32 CMake buildsMark Pulford
2012-03-04Fix typo in manualMark Pulford
2012-03-04Update cjson-misc.lua file descriptionMark Pulford
2012-03-04Improve performance by tracking decode ptrMark Pulford
2012-03-04Update bench.lua to support different JSON modulesMark Pulford
2012-03-04Add support to USE_INTERNAL_DTOA to CMake buildMark Pulford
2012-03-04Limit significant digits in numbers.json to 14Mark Pulford
2012-03-04Add error checking to dtoa locking primitivesMark Pulford
2012-03-04Document dtoa build optionsMark Pulford
2012-03-04Use internal dtoa/strtod for double conversionMark Pulford
2012-03-04Merge branch 'vendor-netlib-dtoa'Mark Pulford
2012-01-03Add support for Lua 5.2 environments to lua2jsonMark Pulford
2012-01-03Rename encode/decode scripts to lua2json/json2luaMark Pulford
2012-01-03Convert common.lua into cjson-misc moduleMark Pulford
2012-01-02Tidy Makefile sections and commentsMark Pulford
2012-01-02Fix Windows TARGET modificationsMark Pulford
2012-01-02Fix typos (lists, hexadecimal)Mark Pulford
2012-01-02Update all package descriptions for consistencyMark Pulford
2012-01-01Add build option to disable invalid numbersMark Pulford
2012-01-01Sanitise locale code, comments and documentationMark Pulford
2012-01-01Add Windows MinGW target to MakefileMark Pulford
2011-12-31Add NDEBUG to performance CFLAGSMark Pulford
2011-12-31Remove redundant comment from test.luaMark Pulford
2011-12-31Update NEWS for 1.0.5Mark Pulford
2011-12-31Minor code cleanupMark Pulford
2011-12-31Remove "update_locale" Lua functionMark Pulford
2011-12-31Add option for private bufferMark Pulford