Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | input/TextInputStream: move ReadBufferedLine() to util/TextFile.hxx | Max Kellermann | 2014-08-07 | 1 | -3/+0 |
| | |||||
* | TextInputStream: move code to ReadBufferedLine() | Max Kellermann | 2014-08-07 | 1 | -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 Kellermann | 2014-08-07 | 1 | -6/+2 |
| | | | | | Revert to the old API before commit e9e55b08, removing unnecessary bloat. | ||||
* | util/FifoBuffer: rename to StaticFifoBuffer | Max Kellermann | 2014-08-06 | 1 | -2/+2 |
| | |||||
* | InputStream: convert to class | Max Kellermann | 2014-05-11 | 1 | -1/+1 |
| | |||||
* | Input*: move to input/ | Max Kellermann | 2014-01-24 | 1 | -0/+56 |