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