summaryrefslogtreecommitdiff
path: root/src/input/BufferingInputStream.hxx
AgeCommit message (Expand)Author
2021-01-01copyright year 2021Max Kellermann
2020-01-18copyright year 2020Max Kellermann
2019-07-05include cleanups (powered by iwyu)Max Kellermann
2019-05-29input/buffering: make "mutex" publicMax Kellermann
2019-05-29input/InputStream: make IsEOF() and IsAvailable() constMax Kellermann
2019-05-22input/buffering: add API documentationMax Kellermann
2019-05-17input/buffering: pass offset to Read() and eliminate Seek()Max Kellermann
2019-05-17input/buffering: rename "read_error" to "error"Max Kellermann
2019-05-17input/buffering: merge multiple exception handlers into RunThread()Max Kellermann
2019-05-17input/buffering: move code to RunThreadLocked()Max Kellermann
2019-05-16input/buffering: eliminate "idle" flag, automatically seek to next holeMax Kellermann
2019-05-16input/buffering: at end of input, seek to first holeMax Kellermann
2019-05-16input/buffered: move basic buffering code to class BufferingInputStreamMax Kellermann