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