summaryrefslogtreecommitdiffstats
path: root/src/tests/linebuf_test.c
Commit message (Collapse)AuthorAgeFilesLines
* Line buffer API changed a while agoMichael Brown2007-07-031-3/+6
|
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-191-1/+1
|
* Damn it; my lovely resilient scheme falls down when you have a protocolMichael Brown2007-01-121-7/+12
| | | | | that switches from line-oriented to byte-oriented partway through, such as HTTP.
* Added generic line-buffering code (a la stdio)Michael Brown2007-01-121-0/+27