Age | Commit message (Expand) | Author |
2015-09-14 | fix two memory leaks reported by gcc | David Kalnischkies |
2015-05-22 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2015-05-22 | Fix endless loop in apt-get update that can cause disk fillup | Michael Vogt |
2015-04-19 | calculate hashes while downloading in https | David Kalnischkies |
2015-04-19 | calculate only expected hashes in methods | David Kalnischkies |
2015-04-19 | handle servers closing encoded connections correctly | David Kalnischkies |
2015-03-16 | derive more of https from http method | David Kalnischkies |
2014-12-22 | dispose http(s) 416 error page as non-content | David Kalnischkies |
2014-12-09 | dispose http(s) 416 error page as non-content | David Kalnischkies |
2014-10-13 | Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie() | Michael Vogt |
2014-10-07 | Send "Fail-Reason: MaximumSizeExceeded" from the method | Michael Vogt |
2014-10-07 | make expected-size a maximum-size check as this is what we want at this point | Michael Vogt |
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-06-24 | methods/http.cc: use Req.str() in debug output | Michael Vogt |
2014-04-26 | build http request in a stringstream | David Kalnischkies |
2014-03-13 | follow method attribute suggestions by gcc | David Kalnischkies |
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies |
2014-03-13 | StartPos is always positive for http/https | David Kalnischkies |
2014-03-13 | warning: extra ‘;’ [-Wpedantic] | David Kalnischkies |
2014-02-22 | Fix typos in documentation (codespell) | Michael Vogt |
2014-01-30 | fix various style/performance warnings in rred | David Kalnischkies |
2014-01-16 | correct some style/performance/warnings from cppcheck | David Kalnischkies |
2013-10-22 | add Acquire::http::Proxy-Auto-Detect to the apt.conf.5 manpage (closes: 726597) | Michael Vogt |
2013-10-01 | handle complete responses to https range requests | David Kalnischkies |
2013-10-01 | refactor http client implementation | David Kalnischkies |
2013-10-01 | replace "filesize - 1" trick in http with proper 416 handling | David Kalnischkies |
2013-10-01 | retry without partial data after a 416 response | David Kalnischkies |
2013-07-28 | Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sid | Michael Vogt |
2013-07-26 | request absolute URIs from proxies again (0.9.9.3 regession) | David Kalnischkies |
2013-07-25 | fix off-by-one error in HttpMethod::AutoDetectProxy() | Michael Vogt |
2013-07-14 | Do not send a connection: keep-alive, at all | Raphael Geissert |
2013-05-08 | merged patch from Daniel Hartwig to fix URI and proxy releated issues | Michael Vogt |
2013-01-24 | quote plus in filenames to work around a bug in the S3 server | Michael Vogt |
2013-01-11 | * methods/http.cc: | Michael Vogt |
2012-05-17 | add spaces around PACKAGE_VERSION to fix FTBFS with -std=c++11 | David Kalnischkies |
2012-05-15 | * methods/http.cc: | David Kalnischkies |
2012-05-14 | * apt-pkg/acquire*.cc: | Raphael Geissert |
2012-04-17 | newer gcc versions seems to have no problem with that, but while working | David Kalnischkies |
2012-03-22 | the previously used VERSION didn't work everywhere so we are switching | David Kalnischkies |
2012-03-05 | fix "(performance) Possible inefficient checking for 'R' emptiness." | David Kalnischkies |
2012-03-05 | fix "(style) Checking if unsigned variable 'Minor' is less than zero." | David Kalnischkies |
2012-03-05 | ensure that (s)scanf doesn't parse a too long Code now that a previous | David Kalnischkies |
2012-02-11 | remove the arbitrary MAXLEN limit for response lines (Closes: #658346) | David Kalnischkies |
2012-01-30 | * methods/http{s,}.cc: | David Kalnischkies |
2011-12-17 | try to avoid direct usage of .Fd() if possible and do read()s and co | David Kalnischkies |
2011-09-19 | use forward declaration in headers if possible instead of includes | 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 |