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