summaryrefslogtreecommitdiff
path: root/methods
AgeCommit message (Expand)Author
2016-10-05abort connection on '.' target replies in SRVDavid Kalnischkies
2016-10-05try not to call memcpy with length 0 in hash calculationsDavid Kalnischkies
2016-10-05don't try pipelining if server closes connectionsDavid Kalnischkies
2016-10-05http(s): allow empty values for header fieldsDavid Kalnischkies
2016-08-31rred: truncate result file before writing to itDavid Kalnischkies
2016-08-31use proper warning for automatic pipeline disableDavid Kalnischkies
2016-08-31verify hash of input file in rredDavid Kalnischkies
2016-08-31keep trying with next if connection to a SRV host failedDavid Kalnischkies
2016-08-31report all instead of first error up the acquire chainDavid Kalnischkies
2016-08-31don't change owner/perms/times through file:// symlinksDavid Kalnischkies
2016-08-31avoid 416 response teardown binding to null pointerDavid Kalnischkies
2016-08-31close server if parsing of header field failedDavid Kalnischkies
2016-08-31methods/ftp: Cope with weird PASV responsesJulian Andres Klode
2016-06-01prevent C++ locale number formatting in text APIsDavid Kalnischkies
2016-05-10don't show NO_PUBKEY warning if repo is signed by another keyDavid Kalnischkies
2016-05-10refactored no_proxy code to work regardless of where https proxy is setPatrick Cable
2016-04-14allow uncompressed files to be empty in store againDavid Kalnischkies
2016-04-14fix Alt-Filename handling of file methodDavid Kalnischkies
2016-03-28Allow lowering trust level of a hash via configJulian Andres Klode
2016-03-22handle gpgv's weak-digests ERRSIGDavid Kalnischkies
2016-03-21properly check for "all good sigs are weak"David Kalnischkies
2016-03-16Make the weak signature message less ambigiousJulian Andres Klode
2016-03-16methods/gpgv: Rewrite error handling and messageJulian Andres Klode
2016-03-15methods/gpgv: Warn about SHA1 (and RIPEMD-160)Julian Andres Klode
2016-03-15apt-pkg/acquire-worker.cc: Introduce 104 Warning messageJulian Andres Klode
2016-03-15methods/gpgv: Correctly handle weak signatures with multiple keysJulian Andres Klode
2016-03-14methods/gpgv: Reject weak digest algorithmsJulian Andres Klode
2016-03-14Revert "Handle ERRSIG in the gpgv method like BADSIG"Julian Andres Klode
2016-03-14Handle ERRSIG in the gpgv method like BADSIGJulian Andres Klode
2016-02-04rred: If there were I/O errors, failJulian Andres Klode
2016-01-26act on various suggestions from cppcheckDavid Kalnischkies
2016-01-12Only enable pipelining if server is HTTP/1.1Julian Andres Klode
2016-01-08allow pdiff bootstrap from all supported compressorsDavid Kalnischkies
2016-01-08use one 'store' method to rule all (de)compressorsDavid Kalnischkies
2016-01-07rred: Run in parallelJulian Andres Klode
2016-01-05Do not remove a not working SrvRecords server twiceMichael Vogt
2015-12-27rred: Use buffered writesJulian Andres Klode
2015-12-27rred: Only call pkgInitConfig() in test modeJulian Andres Klode
2015-12-27Convert most callers of isspace() to isspace_ascii()Julian Andres Klode
2015-12-26rred: Allow passing files as arguments for compressor testingJulian Andres Klode
2015-11-28disable privilege dropping for rsh/ssh method by defaultDavid Kalnischkies
2015-11-28fix program name detection in rsh methodDavid Kalnischkies
2015-11-19ignore lost+found in private directory cleanupDavid Kalnischkies
2015-11-05activate AI_IDN by default to support IDN domainsDavid Kalnischkies
2015-11-05apply various suggestions made by cppcheckDavid Kalnischkies
2015-11-05allow acquire method specific options via Binary scopeDavid Kalnischkies
2015-11-05drop privileges in copy:// method as we do for file://David Kalnischkies
2015-11-04allow getaddrinfo flag AI_ADDRCONFIG to be disabledDavid Kalnischkies
2015-11-04wrap every unlink call to check for != /dev/nullDavid Kalnischkies
2015-11-04set failreasons similar to connect.cc based on curl errorsDavid Kalnischkies