summaryrefslogtreecommitdiff
path: root/methods/basehttp.cc
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Apply various suggestions by cppcheckDavid Kalnischkies1-1/+0
2019-06-17RFC1123StrToTime: Accept const std::string& as first argumentJulian Andres Klode1-1/+1
2019-04-30apt-pkg: URI: Add 'explicit' to single argument constructorJulian Andres Klode1-7/+7
2018-09-18http: Stop pipeline after close only if it was not filled beforeJulian Andres Klode1-5/+19
2018-05-24Lower default timeout from 120s to 30sJulian Andres Klode1-1/+1
2018-05-11use 127.0.0.1 instead of localhost as default Tor proxyDavid Kalnischkies1-1/+1
2017-12-13report transient errors as transient errorsDavid Kalnischkies1-15/+30
2017-12-13mark some 500 HTTP codes as transient acquire errorsDavid Kalnischkies1-1/+13
2017-12-13avoid some useless casts reported by -Wuseless-castDavid Kalnischkies1-1/+1
2017-10-22methods/basehttp.cc: Remove proxy autodetect debugging codeJulian Andres Klode1-2/+0
2017-10-22Run Proxy-Auto-Detect script from main processJulian Andres Klode1-0/+7
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