aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/curl_input_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* input: moved plugins to ./src/input/Max Kellermann2009-03-021-0/+958