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