aboutsummaryrefslogtreecommitdiff
path: root/strbuf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* feature: Lua 5.3 + 5.4 integer support, with CI and conflicts fixed.Hisham Muhammad2024-06-111-3/+3
* Bugfix: Lua cjson integer overflow issues (CVE-2022-24834) (#94)2.1.0.13lijunlong2023-07-201-81/+29
* bugfix: fixed a possible division by zero bugs found by cppcheck. (#75)Johnny Wang2021-10-181-1/+1
* Update copyright date range to include 2012Mark Pulford2012-03-041-2/+2
* Remove strbuf:die() from global symbol tableMark Pulford2011-12-301-1/+1
* Add support for runtime number precision configMark Pulford2011-05-291-12/+15
* Remove trailing whitespace1.0.1Mark Pulford2011-05-101-3/+3
* Add runtime option for persistent encode bufferMark Pulford2011-05-101-1/+5
* Add strbuf_append_number()Mark Pulford2011-05-031-7/+18
* Add MIT license and update lua_cjson.c caveatsMark Pulford2011-05-011-0/+24
* Create "cjson" Lua module, support UCS-2 escapesMark Pulford2011-05-011-3/+4
* Grow decode stack, prealloc strings during encodeMark Pulford2011-04-251-3/+1
* Add support for growing strbufs exponentiallyMark Pulford2011-04-251-11/+69
* Add functions for new strbuf API and tidyMark Pulford2011-04-151-21/+43
* Initial commitMark Pulford2011-04-151-0/+130