| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | added one passing test. | Yichun Zhang (agentzh) | 2014-03-31 | 1 | -0/+11 |
* | feature: applied Jiale Zhi's patch to add the new config function encode_empt...2.1.0.1 | Yichun Zhang (agentzh) | 2014-02-18 | 3 | -1/+124 |
* | updated .gitignore to make it vim friendly. | Yichun Zhang (agentzh) | 2014-02-18 | 1 | -0/+3 |
* | Add commented PREFIX for Solaris make builds | Mark Pulford | 2012-03-04 | 1 | -1/+2 |
* | Use Javascript compat values for Infinity/NaN | Mark Pulford | 2012-03-04 | 4 | -15/+26 |
* | Add release notes for 2.1.0 release2.1.0 | Mark Pulford | 2012-03-04 | 3 | -1/+8 |
* | Bump version to 2.1devel | Mark Pulford | 2012-03-04 | 7 | -13/+13 |
* | Work around Solaris make limitations | Mark Pulford | 2012-03-04 | 1 | -5/+8 |
* | Work around Solaris awk limitations | Mark Pulford | 2012-03-04 | 1 | -3/+4 |
* | Add cjson.safe module to suppress exceptions | Mark Pulford | 2012-03-04 | 3 | -12/+94 |
* | Update release date for 2.0.0 to 22 Jan 20122.0.0 | Mark Pulford | 2012-03-04 | 4 | -4/+4 |
* | Update NEWS for 2.0.0 release | Mark Pulford | 2012-03-04 | 1 | -4/+13 |
* | Add changelog extra to RPM spec for 2.0.0 | Mark Pulford | 2012-03-04 | 1 | -4/+8 |
* | Remove ENABLE_CJSON_GLOBAL option | Mark Pulford | 2012-03-04 | 3 | -8/+0 |
* | Escape tilde characters in documentation | Mark Pulford | 2012-03-04 | 2 | -6/+6 |
* | Update manual for clarity and consistency | Mark Pulford | 2012-03-04 | 1 | -189/+234 |
* | Update performance documentation for clarity | Mark Pulford | 2012-03-04 | 1 | -24/+44 |
* | Update LuaRocks/RPM descriptions | Mark Pulford | 2012-03-04 | 2 | -8/+8 |
* | Force binary file mode in util.lua | Mark Pulford | 2012-03-04 | 1 | -2/+2 |
* | Reduce length of CMake option descriptions | Mark Pulford | 2012-03-04 | 1 | -3/+2 |
* | Ignore DISABLE_INVALID_NUMBERS with builtin fpconv | Mark Pulford | 2012-03-04 | 2 | -13/+16 |
* | Rename USE_INTERNAL_DTOA to USE_INTERNAL_FPCONV | Mark Pulford | 2012-03-04 | 4 | -7/+7 |
* | Support building packages with version tags >1.x | Mark Pulford | 2012-03-04 | 1 | -2/+2 |
* | Convert perf results to HTML and update for 2.0.0 | Mark Pulford | 2012-03-04 | 4 | -53/+74 |
* | Add MULTIPLE_THREADS to Makefile #define list | Mark Pulford | 2012-03-04 | 1 | -1/+3 |
* | Bump version to 2.0devel | Mark Pulford | 2012-03-04 | 8 | -14/+14 |
* | Simplify string.format() calls | Mark Pulford | 2012-03-04 | 3 | -15/+14 |
* | Fix runtests.sh after API change and file moves | Mark Pulford | 2012-03-04 | 1 | -5/+5 |
* | Create separate tests for numbers w/leading zeros | Mark Pulford | 2012-03-04 | 1 | -3/+8 |
* | Fix string length returned by g_fmt.c for |x|<1 | Mark Pulford | 2012-03-04 | 1 | -0/+1 |
* | Reserve stack slot for luaL_error() during encode | Mark Pulford | 2012-03-04 | 1 | -4/+11 |
* | Add an RPM %preun script to remove utf8.dat | Mark Pulford | 2012-03-04 | 1 | -0/+4 |
* | Remove deprecated "refuse_invalid_numbers" | Mark Pulford | 2012-03-04 | 2 | -40/+2 |
* | Bump development version to 1.1devel | Mark Pulford | 2012-03-04 | 7 | -13/+13 |
* | Disable registration of cjson global variable | Mark Pulford | 2012-03-04 | 5 | -14/+9 |
* | Return boolean values from configuration functions | Mark Pulford | 2012-03-04 | 2 | -16/+19 |
* | Add CMake option to toggle DISABLE_CJSON_GLOBAL | Mark Pulford | 2012-03-04 | 1 | -0/+5 |
* | Add depth/index to decode depth error message | Mark Pulford | 2012-03-04 | 2 | -4/+8 |
* | Fix Lua C function stack overflow during encoding | Mark Pulford | 2012-03-04 | 2 | -7/+21 |
* | Update archive download URL | Mark Pulford | 2012-03-04 | 2 | -2/+2 |
* | Recommend genutf8.pl when utf8.dat is missing | Mark Pulford | 2012-03-04 | 1 | -1/+1 |
* | Add "throw error" to test descriptions | Mark Pulford | 2012-03-04 | 1 | -41/+41 |
* | Test config API errors and setting configuration | Mark Pulford | 2012-03-04 | 1 | -28/+66 |
* | Tidy tests and improve coverage | Mark Pulford | 2012-03-04 | 2 | -85/+113 |
* | Place nested data structure inline with tests | Mark Pulford | 2012-03-04 | 1 | -4/+2 |
* | Gather all test data into a table | Mark Pulford | 2012-03-04 | 1 | -20/+32 |
* | Add descriptions to all tests | Mark Pulford | 2012-03-04 | 2 | -160/+204 |
* | Simplify configuration function code | Mark Pulford | 2012-03-04 | 1 | -60/+47 |
* | Merge lua_json_decode() into json_decode() | Mark Pulford | 2012-03-04 | 1 | -28/+14 |
* | Add tests for decode_max_depth() | Mark Pulford | 2012-03-04 | 1 | -5/+13 |