summaryrefslogtreecommitdiff
path: root/methods
Commit message (Expand)AuthorAgeFilesLines
* allow uncompressed files to be empty in store againDavid Kalnischkies2016-04-141-1/+1
* fix Alt-Filename handling of file methodDavid Kalnischkies2016-04-141-1/+1
* Allow lowering trust level of a hash via configJulian Andres Klode2016-03-281-12/+12
* handle gpgv's weak-digests ERRSIGDavid Kalnischkies2016-03-221-7/+50
* properly check for "all good sigs are weak"David Kalnischkies2016-03-211-9/+14
* Make the weak signature message less ambigiousJulian Andres Klode2016-03-161-1/+1
* methods/gpgv: Rewrite error handling and messageJulian Andres Klode2016-03-161-19/+50
* methods/gpgv: Warn about SHA1 (and RIPEMD-160)Julian Andres Klode2016-03-151-3/+29
* apt-pkg/acquire-worker.cc: Introduce 104 Warning messageJulian Andres Klode2016-03-151-0/+8
* methods/gpgv: Correctly handle weak signatures with multiple keysJulian Andres Klode2016-03-151-1/+6
* methods/gpgv: Reject weak digest algorithmsJulian Andres Klode2016-03-141-0/+16
* Revert "Handle ERRSIG in the gpgv method like BADSIG"Julian Andres Klode2016-03-141-7/+0
* Handle ERRSIG in the gpgv method like BADSIGJulian Andres Klode2016-03-141-0/+7
* rred: If there were I/O errors, failJulian Andres Klode2016-02-041-0/+5
* act on various suggestions from cppcheckDavid Kalnischkies2016-01-262-1/+6
* Only enable pipelining if server is HTTP/1.1Julian Andres Klode2016-01-122-1/+10
* allow pdiff bootstrap from all supported compressorsDavid Kalnischkies2016-01-081-2/+2
* use one 'store' method to rule all (de)compressorsDavid Kalnischkies2016-01-082-37/+45
* rred: Run in parallelJulian Andres Klode2016-01-071-1/+1
* Do not remove a not working SrvRecords server twiceMichael Vogt2016-01-051-3/+1
* rred: Use buffered writesJulian Andres Klode2015-12-271-3/+7
* rred: Only call pkgInitConfig() in test modeJulian Andres Klode2015-12-271-2/+2
* Convert most callers of isspace() to isspace_ascii()Julian Andres Klode2015-12-273-2/+5
* rred: Allow passing files as arguments for compressor testingJulian Andres Klode2015-12-261-2/+14
* disable privilege dropping for rsh/ssh method by defaultDavid Kalnischkies2015-11-281-0/+4
* fix program name detection in rsh methodDavid Kalnischkies2015-11-282-6/+6
* ignore lost+found in private directory cleanupDavid Kalnischkies2015-11-191-0/+1
* activate AI_IDN by default to support IDN domainsDavid Kalnischkies2015-11-051-0/+2
* apply various suggestions made by cppcheckDavid Kalnischkies2015-11-057-12/+10
* allow acquire method specific options via Binary scopeDavid Kalnischkies2015-11-0512-109/+65
* drop privileges in copy:// method as we do for file://David Kalnischkies2015-11-053-38/+54
* allow getaddrinfo flag AI_ADDRCONFIG to be disabledDavid Kalnischkies2015-11-041-1/+6
* wrap every unlink call to check for != /dev/nullDavid Kalnischkies2015-11-045-8/+8
* set failreasons similar to connect.cc based on curl errorsDavid Kalnischkies2015-11-041-3/+18
* unbreak the copy-method claiming hashsum mismatch since ~exp9David Kalnischkies2015-11-042-23/+35
* drop privileges in file:// method as we do for decompressorsDavid Kalnischkies2015-11-041-2/+12
* fix two memory leaks reported by gccDavid Kalnischkies2015-09-146-18/+21
* avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies2015-09-141-1/+1
* fix some unused parameter/variable warningsDavid Kalnischkies2015-08-311-6/+4
* implement PDiff patching for compressed filesDavid Kalnischkies2015-08-281-37/+47
* fix various typos reported by codespellDavid Kalnischkies2015-08-273-4/+4
* Fix typoMichael Vogt2015-08-241-1/+1
* Add basic (non weight adjusted) shuffling for SrvRecords selectionMichael Vogt2015-08-201-2/+3
* cleanupMichael Vogt2015-08-181-10/+8
* Merge remote-tracking branch 'upstream/debian/experimental' into feature/srv-...Michael Vogt2015-08-1814-118/+286
|\
| * Make apt compile with clang++ againMichael Vogt2015-08-141-1/+1
| * support setting a port for rsh:// in sources.listDaniel Hartwig2015-08-122-2/+21
| * add c++11 override marker to overridden methodsDavid Kalnischkies2015-08-1013-56/+57
| * implement Signed-By without using gpg for verificationDavid Kalnischkies2015-08-101-9/+60
| * allow individual targets to be kept compressedDavid Kalnischkies2015-08-101-6/+2