summaryrefslogtreecommitdiff
path: root/methods
AgeCommit message (Expand)Author
2014-10-14Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2014-10-13Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie()Michael Vogt
2014-10-08methods/rsh.cc: replace strcat with std::stringMichael Vogt
2014-10-08Fix ServerMethod::FindMaximumObjectSizeInQueue()Michael Vogt
2014-10-08Fix http pipeline messup detectionMichael Vogt
2014-10-07Send "Fail-Reason: MaximumSizeExceeded" from the methodMichael Vogt
2014-10-07Merge branch 'feature/acq-trans' into feature/expected-sizeMichael Vogt
2014-10-07make expected-size a maximum-size check as this is what we want at this pointMichael Vogt
2014-10-07add ftp expected size checkMichael Vogt
2014-10-07methods/https.cc: use File->Tell() here tooMichael Vogt
2014-10-06make http size check workMichael Vogt
2014-09-29Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt
2014-09-29Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2014-09-27fix: %i in format string (no. 1) requires 'int' but the argument type isDavid Kalnischkies
2014-09-27correct the error messages to refer to apt-key instead of gpgvDavid Kalnischkies
2014-09-27fix: Member variable 'X' is not initialized in the constructor.David Kalnischkies
2014-09-26Disable Mth.DropPrivsOrDie() in copy.cc for nowMichael Vogt
2014-09-25Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt
2014-09-24releasing package apt version 1.1~exp3Michael Vogt
2014-09-24methods: Fail if we cannot drop privilegesJulian Andres Klode
2014-09-24Drop Privileges to "Debian-apt" in most acquire methodsMichael Vogt
2014-09-23Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt
2014-09-23Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2014-09-21generalize Acquire::GzipIndexMichael Vogt
2014-09-19Fix regression when copy: is used for a relative pathMichael Vogt
2014-09-16SECURITY UPDATE for CVE-2014-{0488,0487,0489}Michael Vogt
2014-09-05Improve Debug::Acquire::http debug outputMichael Vogt
2014-09-05Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt
2014-09-05Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2014-09-02Make Proxy-Auto-Detect check for each hostMichael Vogt
2014-08-26make https honor ExpectedSize as wellMichael Vogt
2014-08-26Pass ExpectedSize to tthe backend methodMichael Vogt
2014-08-24make compressed-indexes test pass againMichael Vogt
2014-07-21Download Release first, then Release.gpgMichael Vogt
2014-07-08Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2014-06-24methods/http.cc: use Req.str() in debug outputMichael Vogt
2014-05-09reenable pipelining via hashsum reordering supportDavid Kalnischkies
2014-04-26enforce LFS for partial files in https range requestsDavid Kalnischkies
2014-04-26build http request in a stringstreamDavid Kalnischkies
2014-03-13add a config option to switch uncompress methods to compressDavid Kalnischkies
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies
2014-03-13StartPos is always positive for http/httpsDavid Kalnischkies
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies
2014-03-13fix -Wformat= warnings about size_t != %lu on e.g. armelDavid Kalnischkies
2014-03-13fix -Wmissing-field-initializers warningsDavid Kalnischkies
2014-02-22Fix typos in documentation (codespell)Michael Vogt
2014-02-14add a testcase to check for forbidden https→http downgradesDavid Kalnischkies
2014-02-14disable https->http redirects in libcurlMichael Vogt