aboutsummaryrefslogtreecommitdiffstats
path: root/src/input_curl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* input_stream: let the implementation assign is->pluginMax Kellermann2009-01-301-0/+1
* use config_get_string() instead of config_get_param()Max Kellermann2009-01-251-11/+12
* conf: no CamelCase, part IMax Kellermann2009-01-171-8/+8
* input_curl: don't call input_curl_select() when already at EOFMax Kellermann2009-01-151-1/+3
* input_curl: set "ready" flag on EOFMax Kellermann2009-01-151-0/+5
* input_curl: call curl_multi_info_read() in constructorMax Kellermann2009-01-151-0/+6
* input_curl: added fallback for g_queue_clear()Max Kellermann2009-01-151-0/+5
* input_curl: honour http_proxy_* config directivesJoe Milbourn2009-01-131-0/+30
* input_curl: use select() to eliminate busy loop during connectMax Kellermann2009-01-131-0/+6
* curl: use GQueue instead of dlist.h for buffer listMax Kellermann2009-01-071-69/+138
* input_curl: disable "seekable" when icy-metadata is enabledMax Kellermann2009-01-071-1/+1
* input_curl: enabled Icy-Metadata supportMax Kellermann2009-01-031-10/+93
* input_stream: added tag() methodMax Kellermann2009-01-031-2/+33
* input_curl: follow HTTP redirectsMax Kellermann2008-11-301-0/+2
* input_curl: send a User-Agent headerMax Kellermann2008-11-301-0/+3
* input_curl: disable Icy-MetadataMax Kellermann2008-11-251-0/+2
* input_curl.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-241-2/+1
* input_curl: try to seek by fast-forwarding the bufferMax Kellermann2008-11-211-0/+26
* input_curl: moved code to consume_buffer()Max Kellermann2008-11-211-12/+26
* input_curl: don't do temporary calculations with input_stream.offsetMax Kellermann2008-11-211-4/+4
* input_curl: don't fail when seek to EOF is requestedMax Kellermann2008-11-201-0/+8
* curl: don't check running_handles for EOFMax Kellermann2008-11-201-7/+1
* input_curl: always set eof=true on CURLMSG_DONEMax Kellermann2008-11-201-5/+7
* input_stream: size==-1 means unknown sizeMax Kellermann2008-11-161-0/+4
* input_curl: retrieve error message from ERRORBUFFERMax Kellermann2008-11-061-2/+5
* input_curl: return 0 on error from read()Max Kellermann2008-11-061-1/+2
* input_curl: enable FAILONERRORMax Kellermann2008-11-061-0/+1
* input_curl: use curl_multi_info_read()Max Kellermann2008-11-031-1/+32
* input_curl: buffered rewindingMax Kellermann2008-11-021-3/+115
* input_stream: convert offset and size to the off_t data typeMax Kellermann2008-10-281-6/+5
* input_file, input_curl: check URL type before attempting to openMax Kellermann2008-10-271-0/+3
* curl: read stream name from HTTP response headersMax Kellermann2008-10-261-0/+5
* input_curl: set input_stream.mime from Content-Type response headerMax Kellermann2008-10-261-0/+3
* input_curl: added local variable "value"Max Kellermann2008-10-261-14/+22
* input_stream: use "bool" instead of "int"Max Kellermann2008-10-261-8/+8
* input_stream: input_stream_close() returns voidMax Kellermann2008-10-261-2/+1
* input_stream: added struct input_pluginMax Kellermann2008-10-261-7/+11
* input_stream: renamed sources, no CamelCaseMax Kellermann2008-10-261-1/+1
* http: use libcurlMax Kellermann2008-10-261-0/+493