Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-07-26 | allow the auth.conf to be root:root owned | David Kalnischkies | 1 | -2/+2 |
2017-07-26 | lookup login info for proxies in auth.conf | David Kalnischkies | 1 | -1/+1 |
2017-07-26 | reimplement and document auth.conf | David Kalnischkies | 1 | -1/+1 |
2017-07-26 | fail early in http if server answer is too small as well | David Kalnischkies | 1 | -2/+33 |
2017-07-26 | don't try to parse all fields starting with HTTP as status-line | David Kalnischkies | 1 | -1/+1 |
2017-07-12 | Reformat and sort all includes with clang-format | Julian Andres Klode | 1 | -5/+5 |
2017-07-01 | http: A response with Content-Length: 0 has no content | Julian Andres Klode | 1 | -1/+4 |
2017-06-26 | deal with 3xx httpcodes as required by HTTP/1.1 spec | David Kalnischkies | 1 | -12/+12 |
2017-01-24 | basehttp: Only read Content-Range on 416 and 206 responses | Julian Andres Klode | 1 | -1/+5 |
2017-01-19 | fix various typos reported by spellintian | David Kalnischkies | 1 | -2/+2 |
2016-12-31 | rename ServerMethod to BaseHttpMethod | David Kalnischkies | 1 | -0/+825 |