summaryrefslogtreecommitdiffstats
path: root/lib/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce the number of memory allocationsGergely Nagy2012-04-291-14/+32
* Improve string escape performance a littleGergely Nagy2012-04-161-6/+5
* Correctly NULL-terminate the JSON buffer in all cases.Gergely Nagy2012-04-131-1/+1
* Implement string escaping.Gergely Nagy2012-04-131-7/+132
* Fix ul_buffer_finalize().Gergely Nagy2012-04-131-2/+3
* Format JSON ourselves, without json-c.Gergely Nagy2012-04-131-0/+94