Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2015-01-06 | input/async: reset the "open" flag after seeking successfully | Max Kellermann | 1 | -0/+5 |
2014-11-07 | input/AsyncInputStream: set Error when seeking unseekable | Max Kellermann | 1 | -1/+4 |
2014-08-19 | InputStream: make offset_type unsigned | Max Kellermann | 1 | -3/+0 |
2014-06-21 | input/async: use IsEOF() instead of !open for "ready" check | Max Kellermann | 1 | -2/+3 |
2014-06-21 | Revert "AsyncInputStream: fix assertion failure in AppendToBuffer()" | Max Kellermann | 1 | -6/+4 |
2014-06-17 | AsyncInputStream: fix assertion failure in AppendToBuffer() | Max Kellermann | 1 | -4/+6 |
2014-06-17 | AsyncInputStream: reset "paused" when seeking | Max Kellermann | 1 | -0/+1 |
2014-06-17 | input/curl: hold mutex while writing to postponed_error | Max Kellermann | 1 | -0/+10 |
2014-05-24 | input/async: add offset/size comparison to IsEOF() | Max Kellermann | 1 | -1/+2 |
2014-05-24 | input/curl: move code to AsyncInputStream | Max Kellermann | 1 | -0/+239 |