aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/AsyncInputStream.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-06-17input/curl: hold mutex while writing to postponed_errorMax Kellermann1-0/+10
2014-05-24input/async: add offset/size comparison to IsEOF()Max Kellermann1-1/+2
2014-05-24input/curl: move code to AsyncInputStreamMax Kellermann1-0/+239
New base class for other InputStream implementations that run in the I/O thread.