summaryrefslogtreecommitdiff
path: root/methods/basehttp.cc
AgeCommit message (Expand)Author
2018-09-18http: Stop pipeline after close only if it was not filled beforeJulian Andres Klode
2018-05-24Lower default timeout from 120s to 30sJulian Andres Klode
2018-05-11use 127.0.0.1 instead of localhost as default Tor proxyDavid Kalnischkies
2017-12-13report transient errors as transient errorsDavid Kalnischkies
2017-12-13mark some 500 HTTP codes as transient acquire errorsDavid Kalnischkies
2017-12-13avoid some useless casts reported by -Wuseless-castDavid Kalnischkies
2017-10-22methods/basehttp.cc: Remove proxy autodetect debugging codeJulian Andres Klode
2017-10-22Run Proxy-Auto-Detect script from main processJulian Andres Klode
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