summaryrefslogtreecommitdiff
path: root/methods/basehttp.cc
AgeCommit message (Expand)AuthorFilesLines
2017-07-26allow the auth.conf to be root:root ownedDavid Kalnischkies1-2/+2
2017-07-26lookup login info for proxies in auth.confDavid Kalnischkies1-1/+1
2017-07-26reimplement and document auth.confDavid Kalnischkies1-1/+1
2017-07-26fail early in http if server answer is too small as wellDavid Kalnischkies1-2/+33
2017-07-26don't try to parse all fields starting with HTTP as status-lineDavid Kalnischkies1-1/+1
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode1-5/+5
2017-07-01http: A response with Content-Length: 0 has no contentJulian Andres Klode1-1/+4
2017-06-26deal with 3xx httpcodes as required by HTTP/1.1 specDavid Kalnischkies1-12/+12
2017-01-24basehttp: Only read Content-Range on 416 and 206 responsesJulian Andres Klode1-1/+5
2017-01-19fix various typos reported by spellintianDavid Kalnischkies1-2/+2
2016-12-31rename ServerMethod to BaseHttpMethodDavid Kalnischkies1-0/+825