summaryrefslogtreecommitdiffstats
path: root/src/tests/linebuf_test.c
Commit message (Collapse)AuthorAgeFilesLines
* [linebuf] Support buffering of multiple linesMichael Brown2015-07-281-26/+311
| | | | | | | | Allow line buffer to accumulate multiple lines, with buffered_line() returning each freshly-completed line as it is encountered. This allows buffered lines to be subsequently processed as a group. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-1/+1
| | | | | | | | | | | Access to the gpxe.org and etherboot.org domains and associated resources has been revoked by the registrant of the domain. Work around this problem by renaming project from gPXE to iPXE, and updating URLs to match. Also update README, LOG and COPYRIGHTS to remove obsolete information. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* 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