aboutsummaryrefslogtreecommitdiff
path: root/strbuf.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: Lua cjson integer overflow issues (CVE-2022-24834) (#94)2.1.0.13lijunlong2023-07-201-27/+19
* feature: Add option to skip invalid value types. lijunlong2023-02-221-0/+6
* feature: supports MS C compiler older than VC2012.spacewander2017-01-311-0/+5
* Update copyright date range to include 2012Mark Pulford2012-03-041-1/+1
* Add fpconv to work around comma decimal pointsMark Pulford2011-12-301-1/+13
* Add support for runtime number precision configMark Pulford2011-05-291-2/+2
* Remove trailing whitespace1.0.1Mark Pulford2011-05-101-3/+3
* Add runtime option for persistent encode bufferMark Pulford2011-05-101-0/+5
* Preallocate temporary decode string bufferMark Pulford2011-05-031-0/+6
* Add strbuf_reset() to reset string lengthMark Pulford2011-05-031-0/+6
* Add strbuf_append_number()Mark Pulford2011-05-031-1/+9
* Add MIT license and update lua_cjson.c caveatsMark Pulford2011-05-011-0/+24
* Grow decode stack, prealloc strings during encodeMark Pulford2011-04-251-2/+12
* Add support for growing strbufs exponentiallyMark Pulford2011-04-251-3/+8
* Add functions for new strbuf API and tidyMark Pulford2011-04-151-13/+43
* Initial commitMark Pulford2011-04-151-0/+48