summaryrefslogtreecommitdiff
path: root/methods
AgeCommit message (Expand)AuthorFilesLines
2016-05-08gpgv: show always webportal error on NODATADavid Kalnischkies1-12/+21
2016-05-01support multiple fingerprints in signed-byDavid Kalnischkies1-13/+17
2016-05-01gpgv: cleanup statusfd parsing a bitDavid Kalnischkies1-57/+45
2016-05-01don't show NO_PUBKEY warning if repo is signed by another keyDavid Kalnischkies1-4/+4
2016-05-01gpgv: handle expired sig as worthlessDavid Kalnischkies1-0/+7
2016-05-01gpgv: use EXPKEYSIG instead of KEYEXPIREDDavid Kalnischkies1-3/+3
2016-04-27refactored no_proxy code to work regardless of where https proxy is setPatrick Cable1-6/+6
2016-04-25don't ask server if we have entire file in partial/David Kalnischkies1-24/+54
2016-04-14allow uncompressed files to be empty in store againDavid Kalnischkies1-1/+1
2016-04-14fix Alt-Filename handling of file methodDavid Kalnischkies1-1/+1
2016-03-28Allow lowering trust level of a hash via configJulian Andres Klode1-12/+12
2016-03-22handle gpgv's weak-digests ERRSIGDavid Kalnischkies1-7/+50
2016-03-21properly check for "all good sigs are weak"David Kalnischkies1-9/+14
2016-03-16Make the weak signature message less ambigiousJulian Andres Klode1-1/+1
2016-03-16methods/gpgv: Rewrite error handling and messageJulian Andres Klode1-19/+50
2016-03-15methods/gpgv: Warn about SHA1 (and RIPEMD-160)Julian Andres Klode1-3/+29
2016-03-15apt-pkg/acquire-worker.cc: Introduce 104 Warning messageJulian Andres Klode1-0/+8
2016-03-15methods/gpgv: Correctly handle weak signatures with multiple keysJulian Andres Klode1-1/+6
2016-03-14methods/gpgv: Reject weak digest algorithmsJulian Andres Klode1-0/+16
2016-03-14Revert "Handle ERRSIG in the gpgv method like BADSIG"Julian Andres Klode1-7/+0
2016-03-14Handle ERRSIG in the gpgv method like BADSIGJulian Andres Klode1-0/+7
2016-02-04rred: If there were I/O errors, failJulian Andres Klode1-0/+5
2016-01-26act on various suggestions from cppcheckDavid Kalnischkies2-1/+6
2016-01-12Only enable pipelining if server is HTTP/1.1Julian Andres Klode2-1/+10
2016-01-08allow pdiff bootstrap from all supported compressorsDavid Kalnischkies1-2/+2
2016-01-08use one 'store' method to rule all (de)compressorsDavid Kalnischkies2-37/+45
2016-01-07rred: Run in parallelJulian Andres Klode1-1/+1
2016-01-05Do not remove a not working SrvRecords server twiceMichael Vogt1-3/+1
2015-12-27rred: Use buffered writesJulian Andres Klode1-3/+7
2015-12-27rred: Only call pkgInitConfig() in test modeJulian Andres Klode1-2/+2
2015-12-27Convert most callers of isspace() to isspace_ascii()Julian Andres Klode3-2/+5
2015-12-26rred: Allow passing files as arguments for compressor testingJulian Andres Klode1-2/+14
2015-11-28disable privilege dropping for rsh/ssh method by defaultDavid Kalnischkies1-0/+4
2015-11-28fix program name detection in rsh methodDavid Kalnischkies2-6/+6
2015-11-19ignore lost+found in private directory cleanupDavid Kalnischkies1-0/+1
2015-11-05activate AI_IDN by default to support IDN domainsDavid Kalnischkies1-0/+2
2015-11-05apply various suggestions made by cppcheckDavid Kalnischkies7-12/+10
2015-11-05allow acquire method specific options via Binary scopeDavid Kalnischkies12-109/+65
2015-11-05drop privileges in copy:// method as we do for file://David Kalnischkies3-38/+54
2015-11-04allow getaddrinfo flag AI_ADDRCONFIG to be disabledDavid Kalnischkies1-1/+6
2015-11-04wrap every unlink call to check for != /dev/nullDavid Kalnischkies5-8/+8
2015-11-04set failreasons similar to connect.cc based on curl errorsDavid Kalnischkies1-3/+18
2015-11-04unbreak the copy-method claiming hashsum mismatch since ~exp9David Kalnischkies2-23/+35
2015-11-04drop privileges in file:// method as we do for decompressorsDavid Kalnischkies1-2/+12
2015-09-14fix two memory leaks reported by gccDavid Kalnischkies6-18/+21
2015-09-14avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies1-1/+1
2015-08-31fix some unused parameter/variable warningsDavid Kalnischkies1-6/+4
2015-08-28implement PDiff patching for compressed filesDavid Kalnischkies1-37/+47
2015-08-27fix various typos reported by codespellDavid Kalnischkies3-4/+4
2015-08-24Fix typoMichael Vogt1-1/+1