aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/curl_input_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* input/curl: per-request mutex/condMax Kellermann2011-09-151-33/+35
* input/curl: move all libCURL calls to the I/O threadMax Kellermann2011-09-151-29/+69
* input/curl: don't set "ready" on _easy_free()Max Kellermann2011-09-151-3/+2
* input/curl: add assertions on io_thread_inside()Max Kellermann2011-09-151-0/+9
* input/curl: merge _request_abort() into _request_done()Max Kellermann2011-09-151-31/+19
* input/curl: API documentation fixMax Kellermann2011-09-151-1/+1
* input_stream: move input_stream_init(), _deinit() to _internal.cMax Kellermann2011-09-141-0/+1
* Merge branch 'v0.16.x'Max Kellermann2011-09-011-0/+3
|\
| * input/curl: implement a hard-coded timeout of 10 secondsMax Kellermann2011-08-261-0/+3
* | input/curl: use the I/O threadMax Kellermann2011-08-251-222/+653
* | input/curl: eliminate attribute "eof"Max Kellermann2011-08-251-11/+4
* | input/curl: release "easy" CURL handle as early as possibleMax Kellermann2011-08-251-9/+10
* | input/curl: move code to input_curl_flush_buffers()Max Kellermann2011-08-251-3/+9
* | input/curl: pass input_curl to fill_buffer()Max Kellermann2011-08-251-4/+3
* | input/curl: set GError when init() failsMax Kellermann2011-08-251-2/+3
* | input/curl: remove obsolete function input_curl_reinit()Max Kellermann2011-08-241-12/+0
* | Merge branch 'v0.16.x'Max Kellermann2011-08-241-0/+30
|\|
| * input/curl: limit the receive buffer sizeMax Kellermann2011-08-231-0/+30
* | copyright year 2011Max Kellermann2011-01-291-1/+1
* | input/curl: enable CURLOPT_NETRCIan Zimmerman2011-01-291-0/+1
|/
* Merge release 0.15.13 from branch 'v0.15.x'Max Kellermann2010-10-111-1/+1
|\
| * input/curl: fix version check for curl_multi_timeout()Max Kellermann2010-09-071-1/+1
* | Merge release 0.15.12 from branch 'v0.15.x'Max Kellermann2010-07-201-2/+17
|\|
| * input/curl: remove assertion after curl_multi_fdset()Max Kellermann2010-07-201-2/+0
| * input/curl: query timeout from CURLMax Kellermann2010-07-201-1/+18
* | input_stream: added attribute "uri"Max Kellermann2010-01-181-1/+1
* | input_stream: added function input_stream_deinit()Max Kellermann2010-01-181-0/+1
* | input_stream: return allocated input_stream objectsMax Kellermann2010-01-011-50/+47
* | Update copyright notices.Avuton Olrich2009-12-311-1/+1
* | Merge vorbis+icy fixes from branch 'v0.15.x'Max Kellermann2009-12-301-181/+22
|\|
| * input/curl: removed the built-in rewinding codeMax Kellermann2009-12-301-181/+10
| * input/rewind: new input_stream wrapper to allow stream rewindingMax Kellermann2009-12-291-0/+12
* | input_stream: return errors with GErrorMax Kellermann2009-12-151-36/+61
* | input_plugin: method init() returns errors with GErrorMax Kellermann2009-12-141-1/+2
* | include config.h in all sourcesMax Kellermann2009-11-121-1/+1
* | configure.ac: require GLib 2.12Max Kellermann2009-11-101-0/+1
* | Merge branch 'v0.15.x'Max Kellermann2009-10-131-1/+1
|\|
| * input/curl: fixed endless loop during bufferingMax Kellermann2009-10-131-1/+1
* | tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann2009-10-131-3/+3
* | configure.ac: require GLib 2.16Max Kellermann2009-10-131-5/+0
* | input_stream: use "goffset" instead of "off_t"Max Kellermann2009-10-111-8/+8
|/
* input/curl: don't abort if a packet has only metadataMax Kellermann2009-10-111-20/+22
* input/curl: moved code to fill_buffer()Max Kellermann2009-10-111-27/+40
* input_curl: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-281-7/+7
* curl: moved proxy settings to "input" blockMax Kellermann2009-04-251-24/+26
* Add winsock2 headers for curl's use of select() on socketsSean McNamara2009-03-271-1/+7
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* curl: reverse GLIB_CHECK_VERSION()Max Kellermann2009-03-061-1/+1
* input: pass config_param to input_plugin.init()Max Kellermann2009-03-021-1/+2
* input_plugin: added methods init(), finish()Max Kellermann2009-03-021-3/+12