summaryrefslogtreecommitdiff
path: root/methods/http.h
AgeCommit message (Expand)Author
2020-08-11http: Fully flush local file both before/after server readJulian Andres Klode
2018-05-29Use steady clock source for bandwidth limitationDavid Kalnischkies
2018-05-28Remove unused time-tracking from http methodDavid Kalnischkies
2018-05-07Remove obsolete RCS keywordsGuillem Jover
2017-12-13report transient errors as transient errorsDavid Kalnischkies
2017-07-26allow the auth.conf to be root:root ownedDavid Kalnischkies
2017-06-30http: Add support for CONNECT proxying to HTTPS locationsJulian 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-08-16reorganize server-states resetting in http/httpsDavid 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-07-05avoid 416 response teardown binding to null pointerDavid Kalnischkies
2016-05-28use std::locale::global instead of setlocaleDavid Kalnischkies
2015-11-05apply various suggestions made by cppcheckDavid Kalnischkies
2015-11-05allow acquire method specific options via Binary scopeDavid Kalnischkies
2015-09-14fix two memory leaks reported by gccDavid Kalnischkies
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies
2015-04-19calculate hashes while downloading in httpsDavid Kalnischkies
2015-04-19calculate only expected hashes in methodsDavid Kalnischkies
2014-10-06make http size check workMichael Vogt
2014-09-02Make Proxy-Auto-Detect check for each hostMichael Vogt
2014-08-26Pass ExpectedSize to tthe backend methodMichael Vogt
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2014-02-22Fix typos in documentation (codespell)Michael Vogt
2013-10-01handle complete responses to https range requestsDavid Kalnischkies
2013-10-01refactor http client implementationDavid Kalnischkies
2013-04-10Fix English spelling error in a message ('A error'). Unfuzzybubulle@debian.org
2012-03-04fix a bunch of cppcheck "(warning) Member variable '<#>' is notDavid Kalnischkies
2012-02-11remove the arbitrary MAXLEN limit for response lines (Closes: #658346)David Kalnischkies
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies
2011-09-13merge with debian/experimentalDavid Kalnischkies
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies
2011-08-11follow the recommendation of cppcheck to make some method methods (scnr)David Kalnischkies
2011-05-17ServerState is a struct and not a class (clang mismatch type warning)David Kalnischkies
2010-06-09fix compiler warning in the new mirror codeDavid Kalnischkies
2010-06-09* merge the remaining Ubuntu change:Michael Vogt
2010-05-07* methods/http.cc: Michael Vogt
2010-02-17merged from the mvo branchMichael Vogt
2010-02-05add Acquire::http::ProxyAutoDetect configuration that Michael Vogt
2009-02-02* [ABI break] merge support for http redirects, thanks toMichael Vogt
2009-01-30[ABI break] merge support for http redirects, thanks toMichael Vogt
2007-07-12* cmdline/apt-get.cc:Michael Vogt
2007-07-10Minor typos.Otavio Salvador
2007-06-14* apt-pkg/deb/dpkgpm.cc:Michael Vogt
2007-06-09* debian/control: increase standards versionMichael Vogt