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
/
lua_cjson.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove POSIX locale workaround
Mark Pulford
2011-12-29
1
-72
/
+0
*
Fix typo in lua_cjson.c
Mark Pulford
2011-12-24
1
-1
/
+1
*
Automate package releases with build-packages.sh
Mark Pulford
2011-12-15
1
-1
/
+1
*
Remove external VERSION #define for lua_cjson.c
Mark Pulford
2011-12-13
1
-1
/
+5
*
Add workaround to handle platforms that print -nan
Mark Pulford
2011-11-29
1
-6
/
+11
*
Remove unused escape table init code
Mark Pulford
2011-11-29
1
-26
/
+0
*
Suppress isinf() define when it already exists
Mark Pulford
2011-11-29
1
-2
/
+2
*
Add USE_POSIX_SETLOCALE option
Mark Pulford
2011-10-07
1
-8
/
+30
*
Rename MISSING_ISINF to USE_INTERNAL_ISINF
Mark Pulford
2011-10-07
1
-2
/
+2
*
Support locales which use comma decimal separators
Mark Pulford
2011-10-05
1
-0
/
+51
*
Fix out of date comment (json_config_key)
Mark Pulford
2011-10-05
1
-1
/
+1
*
Update comment to match docs (very -> excessively)
Mark Pulford
2011-09-15
1
-1
/
+1
*
Add work around for missing isinf() on Solaris
Mark Pulford
2011-08-11
1
-0
/
+4
*
Fix detection of objects with numeric string keys
Mark Pulford
2011-08-10
1
-1
/
+1
*
Add support for runtime number precision config
Mark Pulford
2011-05-29
1
-3
/
+40
*
Remove trailing whitespace
1.0.1
Mark Pulford
2011-05-10
1
-9
/
+9
*
Add runtime option for persistent encode buffer
Mark Pulford
2011-05-10
1
-14
/
+47
*
Fix memory leak when throwing stack overflow error
Mark Pulford
2011-05-10
1
-2
/
+11
*
Remove whitespace from generated JSON output
Mark Pulford
2011-05-10
1
-8
/
+8
*
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
[prev]