index
:
lua-cjson
int-overflow
master
A mirror of https://github.com/openresty/lua-cjson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua_cjson.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tidy and reformat lua_cjson.c (minor)
Mark Pulford
2011-05-09
1
-12
/
+9
*
Generate error when attempting to decode UTF-16/32
Mark Pulford
2011-05-08
1
-0
/
+8
*
Add UTF-16 surrogate pair decode support
Mark Pulford
2011-05-08
1
-9
/
+56
*
Rework runtime config options
Mark Pulford
2011-05-07
1
-56
/
+118
*
Escape forward slash when encoding
Mark Pulford
2011-05-07
1
-1
/
+1
*
Fix strbuf_t leak on lua_close()
Mark Pulford
2011-05-05
1
-3
/
+20
*
Generate parse error for invalid leading zeros
Mark Pulford
2011-05-03
1
-8
/
+17
*
Preallocate temporary decode string buffer
Mark Pulford
2011-05-03
1
-11
/
+14
*
Add strbuf_reset() to reset string length
Mark Pulford
2011-05-03
1
-2
/
+2
*
Escape all unprintable ASCII when encoding
Mark Pulford
2011-05-03
1
-47
/
+94
*
Implement minor performance improvements
Mark Pulford
2011-05-03
1
-42
/
+50
*
Add build and package support
Mark Pulford
2011-05-01
1
-0
/
+4
*
Update lua_cjson.c with minor fixes
Mark Pulford
2011-05-01
1
-6
/
+3
*
Support optionally parsing Inf/NaN/Hex numbers
Mark Pulford
2011-05-01
1
-31
/
+73
*
Add MIT license and update lua_cjson.c caveats
Mark Pulford
2011-05-01
1
-18
/
+34
*
Detect and throw error when parsing hexadecimal
Mark Pulford
2011-05-01
1
-10
/
+20
*
Simplify generating parse error tokens
Mark Pulford
2011-05-01
1
-28
/
+29
*
Throw error on Inf/NaN by default when encoding
Mark Pulford
2011-05-01
1
-16
/
+49
*
Improve encoding exception error format
Mark Pulford
2011-05-01
1
-6
/
+7
*
Add detailed parse error reporting
Mark Pulford
2011-05-01
1
-19
/
+45
*
Move static configuration into runtime userdata
Mark Pulford
2011-05-01
1
-137
/
+230
*
Encode very sparse arrays as objects
Mark Pulford
2011-05-01
1
-1
/
+14
*
Create "cjson" Lua module, support UCS-2 escapes
Mark Pulford
2011-05-01
1
-0
/
+780