summaryrefslogtreecommitdiff
path: root/methods/basehttp.cc
Commit message (Expand)AuthorAgeFilesLines
* report transient errors as transient errorsDavid Kalnischkies2017-12-131-15/+30
* mark some 500 HTTP codes as transient acquire errorsDavid Kalnischkies2017-12-131-1/+13
* avoid some useless casts reported by -Wuseless-castDavid Kalnischkies2017-12-131-1/+1
* methods/basehttp.cc: Remove proxy autodetect debugging codeJulian Andres Klode2017-10-221-2/+0
* Run Proxy-Auto-Detect script from main processJulian Andres Klode2017-10-221-0/+7
* allow the auth.conf to be root:root ownedDavid Kalnischkies2017-07-261-2/+2
* lookup login info for proxies in auth.confDavid Kalnischkies2017-07-261-1/+1
* reimplement and document auth.confDavid Kalnischkies2017-07-261-1/+1
* fail early in http if server answer is too small as wellDavid Kalnischkies2017-07-261-2/+33
* don't try to parse all fields starting with HTTP as status-lineDavid Kalnischkies2017-07-261-1/+1
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-5/+5
* http: A response with Content-Length: 0 has no contentJulian Andres Klode2017-07-011-1/+4
* deal with 3xx httpcodes as required by HTTP/1.1 specDavid Kalnischkies2017-06-261-12/+12
* basehttp: Only read Content-Range on 416 and 206 responsesJulian Andres Klode2017-01-241-1/+5
* fix various typos reported by spellintianDavid Kalnischkies2017-01-191-2/+2
* rename ServerMethod to BaseHttpMethodDavid Kalnischkies2016-12-311-0/+825