aboutsummaryrefslogtreecommitdiffstats
path: root/src/input_curl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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