aboutsummaryrefslogtreecommitdiff
path: root/buffer.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-05buffer: add functions to prepend data to an existing bufferMarc André Tanner1-0/+13
2015-09-15buffer: add buffer_put0 to store a NUL terminated stringMarc André Tanner1-1/+5
2015-09-15buffer: add buffer_append0 to append NUL terminated stringsMarc André Tanner1-0/+6
2015-05-16Cleanup general purpose buffer APIMarc André Tanner1-7/+9
2015-03-31Check return value of reallocMarc André Tanner1-5/+3
2015-01-02Constify buffer APIMarc André Tanner1-2/+2
2014-12-18Macro supportMarc André Tanner1-0/+54