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 release date for 2.0.0 to 22 Jan 20122.0.0Mark Pulford
2012-03-04Update NEWS for 2.0.0 releaseMark Pulford
2012-03-04Add changelog extra to RPM spec for 2.0.0Mark Pulford
2012-03-04Remove ENABLE_CJSON_GLOBAL optionMark Pulford
2012-03-04Escape tilde characters in documentationMark Pulford
2012-03-04Update manual for clarity and consistencyMark Pulford
2012-03-04Update performance documentation for clarityMark Pulford
2012-03-04Update LuaRocks/RPM descriptionsMark Pulford
2012-03-04Force binary file mode in util.luaMark Pulford
2012-03-04Reduce length of CMake option descriptionsMark Pulford
2012-03-04Ignore DISABLE_INVALID_NUMBERS with builtin fpconvMark Pulford
2012-03-04Rename USE_INTERNAL_DTOA to USE_INTERNAL_FPCONVMark Pulford
2012-03-04Support building packages with version tags >1.xMark Pulford
2012-03-04Convert perf results to HTML and update for 2.0.0Mark Pulford
2012-03-04Add MULTIPLE_THREADS to Makefile #define listMark Pulford
2012-03-04Bump version to 2.0develMark Pulford
2012-03-04Simplify string.format() callsMark Pulford
2012-03-04Fix runtests.sh after API change and file movesMark Pulford
2012-03-04Create separate tests for numbers w/leading zerosMark Pulford
2012-03-04Fix string length returned by g_fmt.c for |x|<1Mark Pulford
2012-03-04Reserve stack slot for luaL_error() during encodeMark Pulford
2012-03-04Add an RPM %preun script to remove utf8.datMark Pulford
2012-03-04Remove deprecated "refuse_invalid_numbers"Mark Pulford
2012-03-04Bump development version to 1.1develMark Pulford
2012-03-04Disable registration of cjson global variableMark Pulford
2012-03-04Return boolean values from configuration functionsMark Pulford
2012-03-04Add CMake option to toggle DISABLE_CJSON_GLOBALMark Pulford
2012-03-04Add depth/index to decode depth error messageMark Pulford
2012-03-04Fix Lua C function stack overflow during encodingMark Pulford
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