Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | input_curl: buffered rewinding | Max Kellermann | 2008-11-02 | 1 | -3/+115 |
* | input_stream: convert offset and size to the off_t data type | Max Kellermann | 2008-10-28 | 1 | -6/+5 |
* | input_file, input_curl: check URL type before attempting to open | Max Kellermann | 2008-10-27 | 1 | -0/+3 |
* | curl: read stream name from HTTP response headers | Max Kellermann | 2008-10-26 | 1 | -0/+5 |
* | input_curl: set input_stream.mime from Content-Type response header | Max Kellermann | 2008-10-26 | 1 | -0/+3 |
* | input_curl: added local variable "value" | Max Kellermann | 2008-10-26 | 1 | -14/+22 |
* | input_stream: use "bool" instead of "int" | Max Kellermann | 2008-10-26 | 1 | -8/+8 |
* | input_stream: input_stream_close() returns void | Max Kellermann | 2008-10-26 | 1 | -2/+1 |
* | input_stream: added struct input_plugin | Max Kellermann | 2008-10-26 | 1 | -7/+11 |
* | input_stream: renamed sources, no CamelCase | Max Kellermann | 2008-10-26 | 1 | -1/+1 |
* | http: use libcurl | Max Kellermann | 2008-10-26 | 1 | -0/+493 |