aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/plugins/CurlInputPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-16CurlInputPlugin: fix crash after second init callThomas Guillem1-0/+1
2014-08-07util/StringUtil: add StripRight() overload with "end" argumentMax Kellermann1-6/+3
2014-07-11input/curl: options "verify_peer" and "verify_host"Max Kellermann1-0/+8
2014-06-17input/curl: hold mutex while writing to postponed_errorMax Kellermann1-3/+4
2014-05-24input/curl: move code to AsyncInputStreamMax Kellermann1-211/+48
2014-05-24input/curl: call SetReady() only if not yet readyMax Kellermann1-1/+2
2014-05-24input/curl: include cleanupMax Kellermann1-7/+0
2014-05-22InputStream: make Seek() always absoluteMax Kellermann1-24/+3
2014-05-21input/curl: relock mutex in error pathsMax Kellermann1-2/+7
2014-05-21input/curl: pass remaining size to CircularBuffer::Append()Max Kellermann1-1/+1
2014-05-21input/curl: move code to IcyInputStreamMax Kellermann1-86/+16
2014-05-11InputStream: remove attribute "plugin"Max Kellermann1-1/+1
2014-05-11InputStream: make various methods abstractMax Kellermann1-71/+19
2014-05-11InputStream: add virtual destructorMax Kellermann1-9/+0
2014-05-11input/plugins: make InputStream the base classMax Kellermann1-51/+49
2014-05-11InputStream: convert to classMax Kellermann1-7/+4
2014-03-16input/curl: use CircularBufferMax Kellermann1-133/+75
2014-03-15input/curl: add method CurlInputStream::Open()Max Kellermann1-12/+17
2014-03-15input/curl: move _seek() into the CurlInputStream classMax Kellermann1-38/+44
2014-03-15input/curl: move _easy_init() into the CurlInputStream classMax Kellermann1-30/+30
2014-03-15input/curl: pass std::string&& to HeaderReceived()Max Kellermann1-25/+8
2014-03-15input/curl: move code to CurlInputStream methodsMax Kellermann1-178/+231
2014-03-15input/curl: rename "error" to "error_buffer"Max Kellermann1-3/+3
2014-03-15input/curl: rename struct input_curl to CurlInputStreamMax Kellermann1-32/+32
2014-03-02InputPlugin: allow init() to soft-failMax Kellermann1-4/+6
2014-02-22input/curl: include cleanupMax Kellermann1-1/+0
2014-01-24Input*: move to input/Max Kellermann1-2/+2
2014-01-24Config*: move to config/Max Kellermann1-2/+2
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-08tag/TagBuilder: overload Commit() returning a Tag objectMax Kellermann1-1/+1
2014-01-08tag/TagBuilder: rename Commit() to CommitNew()Max Kellermann1-1/+1
2014-01-06event/SocketMonitor: don't close the socket automaticallyMax Kellermann1-2/+0
2013-12-03input/curl: use class TagBuilderMax Kellermann1-4/+10
2013-11-23input/curl: work around stream resume bug (fixed in libcurl 7.32.0)Max Kellermann1-0/+17
2013-11-23input/curl: add global variable "curl_version"Max Kellermann1-0/+7
2013-11-23input/curl: dump version numberMax Kellermann1-0/+8
2013-11-07input/curl: unregister removed sockets from epollMax Kellermann1-1/+9
2013-11-06input/curl: fix bug with redirected streamsMax Kellermann1-110/+138
2013-11-06input/curl: move code into class CurlMultiMax Kellermann1-43/+66
2013-11-06input/curl: remove the global list of requestsMax Kellermann1-13/+0
2013-11-06input/curl: don't abort all requests on curl_multi_perform() errorMax Kellermann1-40/+7
2013-11-06input/curl: use CURLOPT_PRIVATEMax Kellermann1-5/+7
2013-10-23input_stream: rename struct to InputStreamMax Kellermann1-10/+10
2013-10-23InputInternal: remove obsolete libraryMax Kellermann1-1/+0
2013-10-21input/curl: don't use GLib's typedef "gushort"Max Kellermann1-1/+2
2013-10-21util/NumberParser: utilities for parsing numbers from ASCII stringsMax Kellermann1-3/+3
2013-10-20Util/ASCII: add function StringEqualsCaseASCII()Max Kellermann1-7/+8
2013-10-19*: use nullptr instead of NULLMax Kellermann1-34/+34
2013-10-19input/curl: use std::string for meta_nameMax Kellermann1-9/+5
2013-10-19decoder/gme,input/curl,...: use static buffers instead of g_strdup_printf()Max Kellermann1-9/+7