aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/plugins/CurlInputPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* InputStream: remove attribute "plugin"Max Kellermann2014-05-111-1/+1
|
* InputStream: make various methods abstractMax Kellermann2014-05-111-71/+19
| | | | Replace InputPlugin attributes.
* InputStream: add virtual destructorMax Kellermann2014-05-111-9/+0
| | | Replaces the method Close().
* input/plugins: make InputStream the base classMax Kellermann2014-05-111-51/+49
| | | | Prepare for adding virtual methods.
* InputStream: convert to classMax Kellermann2014-05-111-7/+4
|
* input/curl: use CircularBufferMax Kellermann2014-03-161-133/+75
| | | | Replaces its own weird buffering code.
* input/curl: add method CurlInputStream::Open()Max Kellermann2014-03-151-12/+17
|
* input/curl: move _seek() into the CurlInputStream classMax Kellermann2014-03-151-38/+44
|
* input/curl: move _easy_init() into the CurlInputStream classMax Kellermann2014-03-151-30/+30
|
* input/curl: pass std::string&& to HeaderReceived()Max Kellermann2014-03-151-25/+8
| | | | Code simplification.
* input/curl: move code to CurlInputStream methodsMax Kellermann2014-03-151-178/+231
|
* input/curl: rename "error" to "error_buffer"Max Kellermann2014-03-151-3/+3
|
* input/curl: rename struct input_curl to CurlInputStreamMax Kellermann2014-03-151-32/+32
|
* InputPlugin: allow init() to soft-failMax Kellermann2014-03-021-4/+6
| | | | | Add enum InputResult which is a tri-state. Input plugins may now fail and just become unavailable.
* input/curl: include cleanupMax Kellermann2014-02-221-1/+0
|
* Input*: move to input/Max Kellermann2014-01-241-0/+1170