summaryrefslogtreecommitdiffstats
path: root/lib/buffer.h
Commit message (Collapse)AuthorAgeFilesLines
* Format JSON ourselves, without json-c.Gergely Nagy2012-04-131-0/+48
To make the library thinner, we now format JSON ourselves: there was so little we used from json-c, that doing it ourselves is lighter and faster. With this commit, we have the architecture in place, with only a few little things remaining to be done, such as escaping string values. Signed-off-by: Gergely Nagy <algernon@balabit.hu>