Age | Commit message (Expand) | Author |
2018-05-29 | Use steady clock source for bandwidth limitation | David Kalnischkies |
2018-05-28 | Remove unused time-tracking from http method | David Kalnischkies |
2018-05-07 | Remove obsolete RCS keywords | Guillem Jover |
2017-12-13 | report transient errors as transient errors | David Kalnischkies |
2017-07-26 | allow the auth.conf to be root:root owned | David Kalnischkies |
2017-06-30 | http: Add support for CONNECT proxying to HTTPS locations | Julian Andres Klode |
2017-06-28 | methods: connect: Switch from int fds to new MethodFd | Julian Andres Klode |
2016-12-31 | rename ServerMethod to BaseHttpMethod | David Kalnischkies |
2016-12-31 | separating state variables regarding server/request | David Kalnischkies |
2016-08-16 | reorganize server-states resetting in http/https | David Kalnischkies |
2016-08-10 | implement socks5h proxy support for http method | David Kalnischkies |
2016-08-10 | implement generic config fallback for methods | David Kalnischkies |
2016-08-10 | use the same redirection handling for http and https | David Kalnischkies |
2016-08-10 | detect redirection loops in acquire instead of workers | David Kalnischkies |
2016-07-05 | avoid 416 response teardown binding to null pointer | David Kalnischkies |
2016-05-28 | use std::locale::global instead of setlocale | David Kalnischkies |
2015-11-05 | apply various suggestions made by cppcheck | David Kalnischkies |
2015-11-05 | allow acquire method specific options via Binary scope | David Kalnischkies |
2015-09-14 | fix two memory leaks reported by gcc | David Kalnischkies |
2015-08-10 | add c++11 override marker to overridden methods | David Kalnischkies |
2015-04-19 | calculate hashes while downloading in https | David Kalnischkies |
2015-04-19 | calculate only expected hashes in methods | David Kalnischkies |
2014-10-06 | make http size check work | Michael Vogt |
2014-09-02 | Make Proxy-Auto-Detect check for each host | Michael Vogt |
2014-08-26 | Pass ExpectedSize to tthe backend method | Michael Vogt |
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies |
2014-02-22 | Fix typos in documentation (codespell) | Michael Vogt |
2013-10-01 | handle complete responses to https range requests | David Kalnischkies |
2013-10-01 | refactor http client implementation | David Kalnischkies |
2013-04-10 | Fix English spelling error in a message ('A error'). Unfuzzy | bubulle@debian.org |
2012-03-04 | fix a bunch of cppcheck "(warning) Member variable '<#>' is not | David Kalnischkies |
2012-02-11 | remove the arbitrary MAXLEN limit for response lines (Closes: #658346) | David Kalnischkies |
2011-09-19 | use forward declaration in headers if possible instead of includes | David Kalnischkies |
2011-09-19 | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies |
2011-09-13 | merge with debian/experimental | David Kalnischkies |
2011-09-13 | Support large files in the complete toolset. Indexes of this | David Kalnischkies |
2011-08-11 | follow the recommendation of cppcheck to make some method methods (scnr) | David Kalnischkies |
2011-05-17 | ServerState is a struct and not a class (clang mismatch type warning) | David Kalnischkies |
2010-06-09 | fix compiler warning in the new mirror code | David Kalnischkies |
2010-06-09 | * merge the remaining Ubuntu change: | Michael Vogt |
2010-05-07 | * methods/http.cc: | Michael Vogt |
2010-02-17 | merged from the mvo branch | Michael Vogt |
2010-02-05 | add Acquire::http::ProxyAutoDetect configuration that | Michael Vogt |
2009-02-02 | * [ABI break] merge support for http redirects, thanks to | Michael Vogt |
2009-01-30 | [ABI break] merge support for http redirects, thanks to | Michael Vogt |
2007-07-12 | * cmdline/apt-get.cc: | Michael Vogt |
2007-07-10 | Minor typos. | Otavio Salvador |
2007-06-14 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt |
2007-06-09 | * debian/control: increase standards version | Michael Vogt |
2006-11-29 | * prototype of mirror method added | Michael Vogt |