summaryrefslogtreecommitdiff
path: root/NEWS (unfollow)
Commit message (Expand)AuthorFilesLines
2011-05-09Tidy and reformat lua_cjson.c (minor)Mark Pulford1-12/+9
2011-05-08Add changelog (NEWS)Mark Pulford2-1/+3
2011-05-08Add documentation (README)Mark Pulford2-1/+212
2011-05-08Add test for excessive nesting during encodeMark Pulford2-6/+16
2011-05-08Add NaN/Inf encoding tests, rearrange test orderMark Pulford1-71/+74
2011-05-08Generate error when attempting to decode UTF-16/32Mark Pulford2-0/+12
2011-05-08Add UTF-16 surrogate pair decode supportMark Pulford5-11/+149
2011-05-08Test octect encode/decode separatelyMark Pulford2-24/+9
2011-05-08Convert tests to automatically verify outputMark Pulford1-106/+107
2011-05-08Implement data driven test frameworkMark Pulford3-29/+158
2011-05-07Rework runtime config optionsMark Pulford1-56/+118
2011-05-07Add test to compare objects after decode/encodeMark Pulford2-3/+40
2011-05-07Escape forward slash when encodingMark Pulford1-1/+1
2011-05-05Fix strbuf_t leak on lua_close()Mark Pulford1-3/+20
2011-05-05Add tests directory to RPM %doc installMark Pulford1-1/+1
2011-05-04Add benchmark results (performance.txt)Mark Pulford2-1/+43
2011-05-04Document permission received to use examplesMark Pulford1-0/+2
2011-05-03Add basic JSON tests and benchmarkMark Pulford11-0/+465
2011-05-03Generate parse error for invalid leading zerosMark Pulford1-8/+17
2011-05-03Preallocate temporary decode string bufferMark Pulford2-11/+20
2011-05-03Add strbuf_reset() to reset string lengthMark Pulford2-2/+8
2011-05-03Escape all unprintable ASCII when encodingMark Pulford1-47/+94
2011-05-03Implement minor performance improvementsMark Pulford1-42/+50
2011-05-03Add strbuf_append_number()Mark Pulford2-8/+27
2011-05-01Add build and package supportMark Pulford3-0/+83
2011-05-01Update lua_cjson.c with minor fixesMark Pulford1-6/+3
2011-05-01Support optionally parsing Inf/NaN/Hex numbersMark Pulford1-31/+73
2011-05-01Add MIT license and update lua_cjson.c caveatsMark Pulford4-18/+102
2011-05-01Detect and throw error when parsing hexadecimalMark Pulford1-10/+20
2011-05-01Simplify generating parse error tokensMark Pulford1-28/+29
2011-05-01Throw error on Inf/NaN by default when encodingMark Pulford1-16/+49
2011-05-01Improve encoding exception error formatMark Pulford1-6/+7
2011-05-01Add detailed parse error reportingMark Pulford1-19/+45
2011-05-01Move static configuration into runtime userdataMark Pulford1-137/+230
2011-05-01Encode very sparse arrays as objectsMark Pulford1-1/+14
2011-05-01Create "cjson" Lua module, support UCS-2 escapesMark Pulford2-99/+154
2011-04-26Update lua_json pcall API naming conventionMark Pulford1-5/+8
2011-04-26Move verify_arg_count() into lua_json.cMark Pulford1-4/+9
2011-04-25Grow decode stack, prealloc strings during encodeMark Pulford3-18/+34
2011-04-25Move global table init into lua_jsonMark Pulford1-2/+9
2011-04-25Tidy Lua arg count verificationMark Pulford1-3/+3
2011-04-25Add support for growing strbufs exponentiallyMark Pulford3-18/+79
2011-04-16Initialise lua_json lookup tables once (globally)Mark Pulford1-3/+1
2011-04-16Improve exception handling in lua_jsonMark Pulford1-21/+60
2011-04-15Merge lua_json_encode/decode.c into lua_json.cMark Pulford2-275/+282
2011-04-15Add functions for new strbuf API and tidyMark Pulford2-34/+86
2011-04-15Initial commitMark Pulford5-0/+1402