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
2011-05-10Remove trailing whitespace1.0.1Mark Pulford
2011-05-10Add stack overflow fix to NEWSMark Pulford
2011-05-10run_test_group(): Change helper functions to localMark Pulford
2011-05-10Add runtime option for persistent encode bufferMark Pulford
2011-05-10Suspend the garbage collector during benchmarksMark Pulford
2011-05-10Fix memory leak when throwing stack overflow errorMark Pulford
2011-05-10Remove whitespace from generated JSON outputMark Pulford
2011-05-10Add extra encoding/nesting testsMark Pulford
2011-05-10Add support for perl installs outside of /usr/binMark Pulford
2011-05-10Update version to 1.0.1Mark Pulford
2011-05-10Add build support for Mac OSXMark Pulford
2011-05-08Add TODO file1.0Mark Pulford
2011-05-08Tidy and reformat lua_cjson.c (minor)Mark Pulford
2011-05-08Add changelog (NEWS)Mark Pulford
2011-05-08Add documentation (README)Mark Pulford
2011-05-08Add test for excessive nesting during encodeMark Pulford
2011-05-08Add NaN/Inf encoding tests, rearrange test orderMark Pulford
2011-05-08Generate error when attempting to decode UTF-16/32Mark Pulford
2011-05-08Add UTF-16 surrogate pair decode supportMark Pulford
2011-05-07Test octect encode/decode separatelyMark Pulford
2011-05-07Convert tests to automatically verify outputMark Pulford
2011-05-07Implement data driven test frameworkMark Pulford
2011-05-07Rework runtime config optionsMark Pulford
2011-05-06Add test to compare objects after decode/encodeMark Pulford
2011-05-06Escape forward slash when encodingMark Pulford
2011-05-04Fix strbuf_t leak on lua_close()Mark Pulford
2011-05-04Add tests directory to RPM %doc installMark Pulford
2011-05-04Add benchmark results (performance.txt)Mark Pulford
2011-05-04Document permission received to use examplesMark Pulford
2011-05-03Add basic JSON tests and benchmarkMark Pulford
2011-05-03Generate parse error for invalid leading zerosMark Pulford
2011-05-03Preallocate temporary decode string bufferMark Pulford
2011-05-03Add strbuf_reset() to reset string lengthMark Pulford
2011-05-02Escape all unprintable ASCII when encodingMark Pulford
2011-05-02Implement minor performance improvementsMark Pulford
2011-05-02Add strbuf_append_number()Mark Pulford
2011-05-01Add build and package supportMark Pulford
2011-05-01Update lua_cjson.c with minor fixesMark Pulford
2011-05-01Support optionally parsing Inf/NaN/Hex numbersMark Pulford
2011-05-01Add MIT license and update lua_cjson.c caveatsMark Pulford
2011-05-01Detect and throw error when parsing hexadecimalMark Pulford
2011-05-01Simplify generating parse error tokensMark Pulford
2011-05-01Throw error on Inf/NaN by default when encodingMark Pulford
2011-05-01Improve encoding exception error formatMark Pulford
2011-05-01Add detailed parse error reportingMark Pulford
2011-04-30Move static configuration into runtime userdataMark Pulford
2011-04-30Encode very sparse arrays as objectsMark Pulford
2011-04-30Create "cjson" Lua module, support UCS-2 escapesMark Pulford
2011-04-26Update lua_json pcall API naming conventionMark Pulford
2011-04-26Move verify_arg_count() into lua_json.cMark Pulford