aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/TextInputStream.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input/TextInputStream: move ReadBufferedLine() to util/TextFile.hxxMax Kellermann2014-08-071-3/+0
|
* TextInputStream: move code to ReadBufferedLine()Max Kellermann2014-08-071-0/+3
| | | | | Look at the buffer first, before trying to read from the file. This reduces overhead because we don't refill the buffer after every line.
* input/TextInputStream: return char*Max Kellermann2014-08-071-6/+2
| | | | | Revert to the old API before commit e9e55b08, removing unnecessary bloat.
* util/FifoBuffer: rename to StaticFifoBufferMax Kellermann2014-08-061-2/+2
|
* InputStream: convert to classMax Kellermann2014-05-111-1/+1
|
* Input*: move to input/Max Kellermann2014-01-241-0/+56