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