aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/AsyncInputStream.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input/async: add offset/size comparison to IsEOF()Max Kellermann2014-05-241-1/+2
|
* input/curl: move code to AsyncInputStreamMax Kellermann2014-05-241-0/+239
New base class for other InputStream implementations that run in the I/O thread.