aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/AsyncInputStream.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v0.19.x'Max Kellermann2015-01-061-0/+5
|\
| * input/async: reset the "open" flag after seeking successfullyMax Kellermann2015-01-061-0/+5
* | Copyright year 2015Max Kellermann2015-01-011-1/+1
|/
* input/AsyncInputStream: set Error when seeking unseekableMax Kellermann2014-11-071-1/+4
* InputStream: make offset_type unsignedMax Kellermann2014-08-191-3/+0
* input/async: use IsEOF() instead of !open for "ready" checkMax Kellermann2014-06-211-2/+3
* Revert "AsyncInputStream: fix assertion failure in AppendToBuffer()"Max Kellermann2014-06-211-6/+4
* AsyncInputStream: fix assertion failure in AppendToBuffer()Max Kellermann2014-06-171-4/+6
* AsyncInputStream: reset "paused" when seekingMax Kellermann2014-06-171-0/+1
* input/curl: hold mutex while writing to postponed_errorMax Kellermann2014-06-171-0/+10
* 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