summaryrefslogtreecommitdiff
path: root/src/input_curl.c
AgeCommit message (Expand)Author
2009-01-15input_curl: don't call input_curl_select() when already at EOFMax Kellermann
2009-01-15input_curl: set "ready" flag on EOFMax Kellermann
2009-01-15input_curl: call curl_multi_info_read() in constructorMax Kellermann
2009-01-13input_curl: honour http_proxy_* config directivesJoe Milbourn
2009-01-13input_curl: use select() to eliminate busy loop during connectMax Kellermann
2008-11-30input_curl: follow HTTP redirectsMax Kellermann
2008-11-30input_curl: send a User-Agent headerMax Kellermann
2008-11-25input_curl: disable Icy-MetadataMax Kellermann
2008-11-24input_curl.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen
2008-11-21input_curl: try to seek by fast-forwarding the bufferMax Kellermann
2008-11-21input_curl: moved code to consume_buffer()Max Kellermann
2008-11-21input_curl: don't do temporary calculations with input_stream.offsetMax Kellermann
2008-11-20input_curl: don't fail when seek to EOF is requestedMax Kellermann
2008-11-20curl: don't check running_handles for EOFMax Kellermann
2008-11-20input_curl: always set eof=true on CURLMSG_DONEMax Kellermann
2008-11-16input_stream: size==-1 means unknown sizeMax Kellermann
2008-11-06input_curl: retrieve error message from ERRORBUFFERMax Kellermann
2008-11-06input_curl: return 0 on error from read()Max Kellermann
2008-11-06input_curl: enable FAILONERRORMax Kellermann
2008-11-03input_curl: use curl_multi_info_read()Max Kellermann
2008-11-02input_curl: buffered rewindingMax Kellermann
2008-10-28input_stream: convert offset and size to the off_t data typeMax Kellermann
2008-10-27input_file, input_curl: check URL type before attempting to openMax Kellermann
2008-10-26curl: read stream name from HTTP response headersMax Kellermann
2008-10-26input_curl: set input_stream.mime from Content-Type response headerMax Kellermann
2008-10-26input_curl: added local variable "value"Max Kellermann
2008-10-26input_stream: use "bool" instead of "int"Max Kellermann
2008-10-26input_stream: input_stream_close() returns voidMax Kellermann
2008-10-26input_stream: added struct input_pluginMax Kellermann
2008-10-26input_stream: renamed sources, no CamelCaseMax Kellermann
2008-10-26http: use libcurlMax Kellermann