summaryrefslogtreecommitdiff
path: root/methods
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-10-141-5/+8
|\
| * methods/rsh.cc: replace strcat with std::stringMichael Vogt2014-10-081-5/+8
* | Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie()Michael Vogt2014-10-137-11/+39
* | Fix ServerMethod::FindMaximumObjectSizeInQueue()Michael Vogt2014-10-081-1/+1
* | Fix http pipeline messup detectionMichael Vogt2014-10-082-2/+18
* | Send "Fail-Reason: MaximumSizeExceeded" from the methodMichael Vogt2014-10-074-4/+12
* | Merge branch 'feature/acq-trans' into feature/expected-sizeMichael Vogt2014-10-072-1/+9
|\ \
| * \ Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt2014-09-295-21/+17
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt2014-09-256-2/+18
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt2014-09-233-7/+16
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt2014-09-053-63/+6
| |\ \ \ \ \
| * | | | | | make compressed-indexes test pass againMichael Vogt2014-08-241-5/+27
| * | | | | | Download Release first, then Release.gpgMichael Vogt2014-07-211-1/+1
* | | | | | | make expected-size a maximum-size check as this is what we want at this pointMichael Vogt2014-10-076-13/+13
* | | | | | | add ftp expected size checkMichael Vogt2014-10-073-5/+8
* | | | | | | methods/https.cc: use File->Tell() here tooMichael Vogt2014-10-071-2/+1
* | | | | | | make http size check workMichael Vogt2014-10-0611-92/+75
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-291-7/+4
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | generalize Acquire::GzipIndexMichael Vogt2014-09-211-7/+4
| * | | | | | fix: %i in format string (no. 1) requires 'int' but the argument type isDavid Kalnischkies2014-09-271-3/+3
| * | | | | | correct the error messages to refer to apt-key instead of gpgvDavid Kalnischkies2014-09-271-6/+6
| * | | | | | fix: Member variable 'X' is not initialized in the constructor.David Kalnischkies2014-09-272-5/+5
| * | | | | | Disable Mth.DropPrivsOrDie() in copy.cc for nowMichael Vogt2014-09-261-1/+0
| | |_|_|_|/ | |/| | | |
| * | | | | releasing package apt version 1.1~exp3Michael Vogt2014-09-241-0/+1
| * | | | | methods: Fail if we cannot drop privilegesJulian Andres Klode2014-09-246-13/+14
| * | | | | Drop Privileges to "Debian-apt" in most acquire methodsMichael Vogt2014-09-246-1/+15
| | |_|_|/ | |/| | |
| * | | | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-233-11/+34
| |\| | | | | |_|/ | |/| |
| | * | Fix regression when copy: is used for a relative pathMichael Vogt2014-09-191-2/+2
| | * | SECURITY UPDATE for CVE-2014-{0488,0487,0489}Michael Vogt2014-09-161-5/+27
| | * | Improve Debug::Acquire::http debug outputMichael Vogt2014-09-052-4/+5
| * | | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-053-63/+6
| |\| | | | |/ | |/|
| | * Make Proxy-Auto-Detect check for each hostMichael Vogt2014-09-023-63/+6
| * | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-07-081-1/+1
| |\|
| | * methods/http.cc: use Req.str() in debug outputMichael Vogt2014-06-241-1/+1
* | | make https honor ExpectedSize as wellMichael Vogt2014-08-262-1/+8
* | | Pass ExpectedSize to tthe backend methodMichael Vogt2014-08-264-3/+20
|/ /
* / reenable pipelining via hashsum reordering supportDavid Kalnischkies2014-05-092-5/+43
|/
* enforce LFS for partial files in https range requestsDavid Kalnischkies2014-04-261-5/+5
* build http request in a stringstreamDavid Kalnischkies2014-04-261-57/+31
* add a config option to switch uncompress methods to compressDavid Kalnischkies2014-03-131-9/+18
* follow method attribute suggestions by gccDavid Kalnischkies2014-03-134-5/+5
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-1320-60/+80
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-136-17/+17
* StartPos is always positive for http/httpsDavid Kalnischkies2014-03-132-8/+3
* warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-03-137-31/+31
* fix -Wformat= warnings about size_t != %lu on e.g. armelDavid Kalnischkies2014-03-131-6/+6
* fix -Wmissing-field-initializers warningsDavid Kalnischkies2014-03-131-2/+2
* Fix typos in documentation (codespell)Michael Vogt2014-02-2212-19/+19
* add a testcase to check for forbidden https→http downgradesDavid Kalnischkies2014-02-141-1/+2
* disable https->http redirects in libcurlMichael Vogt2014-02-141-0/+3