summaryrefslogtreecommitdiff
path: root/methods/http.cc
AgeCommit message (Expand)Author
2020-07-17Don't tell the server to set a cookie1.8.y+iosSam Bingner
2020-07-17Hack around nitotv's broken webserverSam Bingner
2020-07-17Update User-Agent stringSam Bingner
2020-07-17Add nitotv cookiesSam Bingner
2020-07-17Cleanup patches for 1.8.2Sam Bingner
2020-07-17Remove errors that we don't needSam Bingner
2020-07-17Added kirb's TLS1.2 patchJaywalker
2018-11-25Allow setting Referer header for http methodDavid Kalnischkies
2018-11-13Revert "http: Fix handling of server connection closure"Julian Andres Klode
2018-11-12http: Fix handling of server connection closureJulian Andres Klode
2018-05-29Use steady clock source for bandwidth limitationDavid Kalnischkies
2018-05-28Remove unused time-tracking from http methodDavid Kalnischkies
2018-05-24Lower default timeout from 120s to 30sJulian Andres Klode
2018-05-07Remove obsolete RCS keywordsGuillem Jover
2018-01-03reimplement and simplify mirror:// methodDavid Kalnischkies
2017-12-13report transient errors as transient errorsDavid Kalnischkies
2017-11-19Also look at https_proxy for https URLsJulian Andres Klode
2017-10-22Sandbox methods with seccomp-BPF; except cdrom, gpgv, rshJulian 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-26reimplement and document auth.confDavid Kalnischkies
2017-07-26fail early in http if server answer is too small as wellDavid Kalnischkies
2017-07-26fail earlier if server answers with too much dataDavid Kalnischkies
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode
2017-07-03Stop bragging about old speeds in http.cc commentsJulian Andres Klode
2017-06-30http: Add support for https:// proxiesJulian Andres Klode
2017-06-30http: Add support for CONNECT proxying to HTTPS locationsJulian Andres Klode
2017-06-28support tor+https being handled by httpDavid Kalnischkies
2017-06-28methods: http: Drain pending data before selectingJulian Andres Klode
2017-06-28methods: Add HTTPS support to http method, using GnuTLSJulian Andres Klode
2017-06-28methods: connect: Switch from int fds to new MethodFdJulian Andres Klode
2016-12-31rename ServerMethod to BaseHttpMethodDavid Kalnischkies
2016-12-31separating state variables regarding server/requestDavid Kalnischkies
2016-11-11http: skip connection cleanup if we close it anyhowDavid Kalnischkies
2016-11-10improve SOCKS error messages for http slightlyDavid Kalnischkies
2016-08-16don't sent Range requests if we know its not acceptedDavid Kalnischkies
2016-08-16reorganize server-states resetting in http/httpsDavid Kalnischkies
2016-08-11http: auto-configure for local Tor proxy if called as 'tor'David Kalnischkies
2016-08-10implement socks5h proxy support for http methodDavid Kalnischkies
2016-08-10implement generic config fallback for methodsDavid Kalnischkies
2016-08-10use the same redirection handling for http and httpsDavid Kalnischkies
2016-08-10detect redirection loops in acquire instead of workersDavid Kalnischkies
2016-08-10fail on unsupported http/https proxy settingsDavid Kalnischkies
2016-07-30prevent C++ locale number formatting in text APIs (try 2)David Kalnischkies
2016-07-05avoid 416 response teardown binding to null pointerDavid Kalnischkies
2016-07-02use +0000 instead of UTC by default as timezone in outputDavid Kalnischkies
2016-06-15http: don't hang on redirect with length + connection closeDavid Kalnischkies
2016-05-28use std::locale::global instead of setlocaleDavid Kalnischkies
2016-05-27prevent C++ locale number formatting in text APIsDavid Kalnischkies
2015-09-14fix two memory leaks reported by gccDavid Kalnischkies