Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | input/async: add API documentation | Max Kellermann | 2014-12-14 | 1 | -0/+4 |
| | |||||
* | AsyncInputStream: add method ClearTag() | Max Kellermann | 2014-11-02 | 1 | -0/+4 |
| | |||||
* | input/async: add method IsPaused() | Max Kellermann | 2014-09-02 | 1 | -0/+4 |
| | |||||
* | input/async: more API documentation | Max Kellermann | 2014-07-10 | 1 | -0/+26 |
| | |||||
* | input/curl: hold mutex while writing to postponed_error | Max Kellermann | 2014-06-17 | 1 | -0/+2 |
| | |||||
* | input/AsyncInputStream: add method IsBufferFull() | Max Kellermann | 2014-06-17 | 1 | -0/+4 |
| | |||||
* | input/curl: move code to AsyncInputStream | Max Kellermann | 2014-05-24 | 1 | -0/+122 |
New base class for other InputStream implementations that run in the I/O thread. |