aboutsummaryrefslogtreecommitdiffstats
path: root/src/input_curl.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-28input_stream: convert offset and size to the off_t data typeMax Kellermann1-6/+5
2008-10-27input_file, input_curl: check URL type before attempting to openMax Kellermann1-0/+3
2008-10-26curl: read stream name from HTTP response headersMax Kellermann1-0/+5
2008-10-26input_curl: set input_stream.mime from Content-Type response headerMax Kellermann1-0/+3
2008-10-26input_curl: added local variable "value"Max Kellermann1-14/+22
2008-10-26input_stream: use "bool" instead of "int"Max Kellermann1-8/+8
2008-10-26input_stream: input_stream_close() returns voidMax Kellermann1-2/+1
2008-10-26input_stream: added struct input_pluginMax Kellermann1-7/+11
2008-10-26input_stream: renamed sources, no CamelCaseMax Kellermann1-1/+1
2008-10-26http: use libcurlMax Kellermann1-0/+493