summaryrefslogtreecommitdiff
path: root/methods
AgeCommit message (Expand)AuthorFilesLines
2016-11-14prevent C++ locale number formatting in text APIs (try 2)David Kalnischkies1-1/+1
2016-10-05abort connection on '.' target replies in SRVDavid Kalnischkies1-0/+6
2016-10-05try not to call memcpy with length 0 in hash calculationsDavid Kalnischkies1-4/+5
2016-10-05don't try pipelining if server closes connectionsDavid Kalnischkies1-1/+9
2016-10-05http(s): allow empty values for header fieldsDavid Kalnischkies1-19/+16
2016-08-31rred: truncate result file before writing to itDavid Kalnischkies1-2/+2
2016-08-31use proper warning for automatic pipeline disableDavid Kalnischkies1-4/+1
2016-08-31verify hash of input file in rredDavid Kalnischkies1-16/+41
2016-08-31keep trying with next if connection to a SRV host failedDavid Kalnischkies1-7/+23
2016-08-31report all instead of first error up the acquire chainDavid Kalnischkies1-1/+7
2016-08-31don't change owner/perms/times through file:// symlinksDavid Kalnischkies3-21/+35
2016-08-31avoid 416 response teardown binding to null pointerDavid Kalnischkies4-10/+12
2016-08-31close server if parsing of header field failedDavid Kalnischkies1-0/+1
2016-08-31methods/ftp: Cope with weird PASV responsesJulian Andres Klode1-2/+15
2016-06-01prevent C++ locale number formatting in text APIsDavid Kalnischkies2-3/+3
2016-05-10don't show NO_PUBKEY warning if repo is signed by another keyDavid Kalnischkies1-4/+4
2016-05-10refactored no_proxy code to work regardless of where https proxy is setPatrick Cable1-6/+6
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