Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | InputStream: convert to class | Max Kellermann | 2014-05-11 | 1 | -7/+4 |
| | |||||
* | input/curl: use CircularBuffer | Max Kellermann | 2014-03-16 | 1 | -133/+75 |
| | | | | Replaces its own weird buffering code. | ||||
* | input/curl: add method CurlInputStream::Open() | Max Kellermann | 2014-03-15 | 1 | -12/+17 |
| | |||||
* | input/curl: move _seek() into the CurlInputStream class | Max Kellermann | 2014-03-15 | 1 | -38/+44 |
| | |||||
* | input/curl: move _easy_init() into the CurlInputStream class | Max Kellermann | 2014-03-15 | 1 | -30/+30 |
| | |||||
* | input/curl: pass std::string&& to HeaderReceived() | Max Kellermann | 2014-03-15 | 1 | -25/+8 |
| | | | | Code simplification. | ||||
* | input/curl: move code to CurlInputStream methods | Max Kellermann | 2014-03-15 | 1 | -178/+231 |
| | |||||
* | input/curl: rename "error" to "error_buffer" | Max Kellermann | 2014-03-15 | 1 | -3/+3 |
| | |||||
* | input/curl: rename struct input_curl to CurlInputStream | Max Kellermann | 2014-03-15 | 1 | -32/+32 |
| | |||||
* | InputPlugin: allow init() to soft-fail | Max Kellermann | 2014-03-02 | 1 | -4/+6 |
| | | | | | Add enum InputResult which is a tri-state. Input plugins may now fail and just become unavailable. | ||||
* | input/curl: include cleanup | Max Kellermann | 2014-02-22 | 1 | -1/+0 |
| | |||||
* | Input*: move to input/ | Max Kellermann | 2014-01-24 | 1 | -0/+1170 |