summaryrefslogtreecommitdiff
path: root/methods
AgeCommit message (Expand)Author
2016-07-06keep trying with next if connection to a SRV host failedDavid Kalnischkies
2016-07-06report all instead of first error up the acquire chainDavid Kalnischkies
2016-07-06don't change owner/perms/times through file:// symlinksDavid Kalnischkies
2016-07-05avoid 416 response teardown binding to null pointerDavid Kalnischkies
2016-07-02use +0000 instead of UTC by default as timezone in outputDavid Kalnischkies
2016-06-27close server if parsing of header field failedDavid Kalnischkies
2016-06-27methods/ftp: Cope with weird PASV responsesJulian Andres Klode
2016-06-15http: don't hang on redirect with length + connection closeDavid Kalnischkies
2016-06-02ignore std::locale exeception on non-existent "" localeDavid Kalnischkies
2016-05-28use std::locale::global instead of setlocaleDavid Kalnischkies
2016-05-27prevent C++ locale number formatting in text APIsDavid Kalnischkies
2016-05-08gpgv: show always webportal error on NODATADavid Kalnischkies
2016-05-01support multiple fingerprints in signed-byDavid Kalnischkies
2016-05-01gpgv: cleanup statusfd parsing a bitDavid Kalnischkies
2016-05-01don't show NO_PUBKEY warning if repo is signed by another keyDavid Kalnischkies
2016-05-01gpgv: handle expired sig as worthlessDavid Kalnischkies
2016-05-01gpgv: use EXPKEYSIG instead of KEYEXPIREDDavid Kalnischkies
2016-04-27refactored no_proxy code to work regardless of where https proxy is setPatrick Cable
2016-04-25don't ask server if we have entire file in partial/David Kalnischkies
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