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