index
:
lua-cjson
int-overflow
master
A mirror of https://github.com/openresty/lua-cjson
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
NEWS
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-03-04
Bump version to 2.0devel
Mark Pulford
8
-14
/
+14
2012-03-04
Simplify string.format() calls
Mark Pulford
3
-15
/
+14
2012-03-04
Fix runtests.sh after API change and file moves
Mark Pulford
1
-5
/
+5
2012-03-04
Create separate tests for numbers w/leading zeros
Mark Pulford
1
-3
/
+8
2012-03-04
Fix string length returned by g_fmt.c for |x|<1
Mark Pulford
1
-0
/
+1
2012-03-04
Reserve stack slot for luaL_error() during encode
Mark Pulford
1
-4
/
+11
2012-03-04
Add an RPM %preun script to remove utf8.dat
Mark Pulford
1
-0
/
+4
2012-03-04
Remove deprecated "refuse_invalid_numbers"
Mark Pulford
2
-40
/
+2
2012-03-04
Bump development version to 1.1devel
Mark Pulford
7
-13
/
+13
2012-03-04
Disable registration of cjson global variable
Mark Pulford
5
-14
/
+9
2012-03-04
Return boolean values from configuration functions
Mark Pulford
2
-16
/
+19
2012-03-04
Add CMake option to toggle DISABLE_CJSON_GLOBAL
Mark Pulford
1
-0
/
+5
2012-03-04
Add depth/index to decode depth error message
Mark Pulford
2
-4
/
+8
2012-03-04
Fix Lua C function stack overflow during encoding
Mark Pulford
2
-7
/
+21
2012-03-04
Update archive download URL
Mark Pulford
2
-2
/
+2
2012-03-04
Recommend genutf8.pl when utf8.dat is missing
Mark Pulford
1
-1
/
+1
2012-03-04
Add "throw error" to test descriptions
Mark Pulford
1
-41
/
+41
2012-03-04
Test config API errors and setting configuration
Mark Pulford
1
-28
/
+66
2012-03-04
Tidy tests and improve coverage
Mark Pulford
2
-85
/
+113
2012-03-04
Place nested data structure inline with tests
Mark Pulford
1
-4
/
+2
2012-03-04
Gather all test data into a table
Mark Pulford
1
-20
/
+32
2012-03-04
Add descriptions to all tests
Mark Pulford
2
-160
/
+204
2012-03-04
Simplify configuration function code
Mark Pulford
1
-60
/
+47
2012-03-04
Merge lua_json_decode() into json_decode()
Mark Pulford
1
-28
/
+14
2012-03-04
Add tests for decode_max_depth()
Mark Pulford
1
-5
/
+13
2012-03-04
Use Lua CJSON instead of CJSON in documentation
Mark Pulford
1
-3
/
+3
2012-03-04
Update copyright date range to include 2012
Mark Pulford
5
-6
/
+30
2012-03-04
Change default nesting limits to 1000
Mark Pulford
2
-5
/
+5
2012-03-04
Improve benchmark stability
Mark Pulford
1
-7
/
+36
2012-03-04
Use static strtod() buffer where possible
Mark Pulford
1
-5
/
+13
2012-03-04
Add option to encode invalid numbers as "null"
Mark Pulford
3
-111
/
+180
2012-03-04
Add configurable decode nesting limit
Mark Pulford
2
-35
/
+89
2012-03-04
Update rockspec to install lua2json/json2lua
Mark Pulford
1
-0
/
+9
2012-03-04
Update RPM to install extra scripts via make
Mark Pulford
1
-2
/
+8
2012-03-04
Add make target for cjson.util and scripts
Mark Pulford
1
-5
/
+27
2012-03-04
Rename "cjson-misc" module to "cjson.util"
Mark Pulford
5
-24
/
+24
2012-03-04
Move cjson-misc and scripts to "lua" directory
Mark Pulford
3
-0
/
+0
2012-03-04
Use DISABLE_INVALID_NUMBERS on WIN32 CMake builds
Mark Pulford
1
-7
/
+7
2012-03-04
Fix typo in manual
Mark Pulford
1
-2
/
+2
2012-03-04
Update cjson-misc.lua file description
Mark Pulford
1
-1
/
+1
2012-03-04
Improve performance by tracking decode ptr
Mark Pulford
1
-46
/
+49
2012-03-04
Update bench.lua to support different JSON modules
Mark Pulford
3
-41
/
+62
2012-03-04
Add support to USE_INTERNAL_DTOA to CMake build
Mark Pulford
1
-7
/
+41
2012-03-04
Limit significant digits in numbers.json to 14
Mark Pulford
1
-6
/
+6
2012-03-04
Add error checking to dtoa locking primitives
Mark Pulford
1
-4
/
+12
2012-03-04
Document dtoa build options
Mark Pulford
1
-0
/
+16
2012-03-04
Use internal dtoa/strtod for double conversion
Mark Pulford
6
-16
/
+123
2012-01-03
Add support for Lua 5.2 environments to lua2json
Mark Pulford
1
-9
/
+23
2012-01-03
Rename encode/decode scripts to lua2json/json2lua
Mark Pulford
2
-6
/
+6
2012-01-03
Convert common.lua into cjson-misc module
Mark Pulford
5
-35
/
+43
[next]