summaryrefslogtreecommitdiff
path: root/methods/http.h
Commit message (Expand)AuthorAgeFilesLines
* Use steady clock source for bandwidth limitationDavid Kalnischkies2018-05-291-1/+2
* Remove unused time-tracking from http methodDavid Kalnischkies2018-05-281-3/+0
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-2/+1
* report transient errors as transient errorsDavid Kalnischkies2017-12-131-8/+6
* allow the auth.conf to be root:root ownedDavid Kalnischkies2017-07-261-1/+1
* http: Add support for CONNECT proxying to HTTPS locationsJulian Andres Klode2017-06-301-0/+3
* methods: connect: Switch from int fds to new MethodFdJulian Andres Klode2017-06-281-4/+6
* rename ServerMethod to BaseHttpMethodDavid Kalnischkies2016-12-311-2/+2
* separating state variables regarding server/requestDavid Kalnischkies2016-12-311-7/+7
* reorganize server-states resetting in http/httpsDavid Kalnischkies2016-08-161-1/+1
* implement socks5h proxy support for http methodDavid Kalnischkies2016-08-101-1/+1
* implement generic config fallback for methodsDavid Kalnischkies2016-08-101-8/+2
* use the same redirection handling for http and httpsDavid Kalnischkies2016-08-101-0/+1
* detect redirection loops in acquire instead of workersDavid Kalnischkies2016-08-101-0/+1
* avoid 416 response teardown binding to null pointerDavid Kalnischkies2016-07-051-1/+1
* use std::locale::global instead of setlocaleDavid Kalnischkies2016-05-281-1/+0
* apply various suggestions made by cppcheckDavid Kalnischkies2015-11-051-1/+1
* allow acquire method specific options via Binary scopeDavid Kalnischkies2015-11-051-1/+1
* fix two memory leaks reported by gccDavid Kalnischkies2015-09-141-1/+1
* add c++11 override marker to overridden methodsDavid Kalnischkies2015-08-101-17/+17
* calculate hashes while downloading in httpsDavid Kalnischkies2015-04-191-1/+1
* calculate only expected hashes in methodsDavid Kalnischkies2015-04-191-1/+1
* make http size check workMichael Vogt2014-10-061-3/+0
|\
| * Make Proxy-Auto-Detect check for each hostMichael Vogt2014-09-021-3/+0
* | Pass ExpectedSize to tthe backend methodMichael Vogt2014-08-261-1/+3
|/
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-0/+4
* Fix typos in documentation (codespell)Michael Vogt2014-02-221-1/+1
* handle complete responses to https range requestsDavid Kalnischkies2013-10-011-0/+1
* refactor http client implementationDavid Kalnischkies2013-10-011-97/+39
* Fix English spelling error in a message ('A error'). Unfuzzybubulle@debian.org2013-04-101-1/+1
* fix a bunch of cppcheck "(warning) Member variable '<#>' is notDavid Kalnischkies2012-03-041-3/+4
* remove the arbitrary MAXLEN limit for response lines (Closes: #658346)David Kalnischkies2012-02-111-3/+1
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-2/+5
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-9/+9
* merge with debian/experimentalDavid Kalnischkies2011-09-131-7/+7
|\
| * follow the recommendation of cppcheck to make some method methods (scnr)David Kalnischkies2011-08-111-7/+7
* | Support large files in the complete toolset. Indexes of thisDavid Kalnischkies2011-09-131-15/+15
|/
* ServerState is a struct and not a class (clang mismatch type warning)David Kalnischkies2011-05-171-1/+1
* fix compiler warning in the new mirror codeDavid Kalnischkies2010-06-091-1/+1
* * merge the remaining Ubuntu change:Michael Vogt2010-06-091-2/+4
|\
| * merged from the mvo branchMichael Vogt2010-02-171-0/+2
| |\
| * | * [ABI break] merge support for http redirects, thanks toMichael Vogt2009-02-021-0/+3
| * | * cmdline/apt-get.cc:Michael Vogt2007-07-121-1/+1
| |\ \
| * \ \ * apt-pkg/deb/dpkgpm.cc:Michael Vogt2007-06-141-1/+0
| |\ \ \
| * | | | * prototype of mirror method addedMichael Vogt2006-11-291-3/+4
* | | | | * methods/http.cc: Michael Vogt2010-05-071-3/+34
| |_|_|/ |/| | |
* | | | add Acquire::http::ProxyAutoDetect configuration that Michael Vogt2010-02-051-0/+2
* | | | [ABI break] merge support for http redirects, thanks toMichael Vogt2009-01-301-0/+3
| |_|/ |/| |
* | | Minor typos.Otavio Salvador2007-07-101-1/+1
| |/ |/|
* | * debian/control: increase standards versionMichael Vogt2007-06-091-2/+0
|/