summaryrefslogtreecommitdiff
path: root/methods
AgeCommit message (Expand)Author
2019-03-01Add support for /etc/apt/auth.conf.d/*.conf (netrcparts)Julian Andres Klode
2018-09-28http: Stop pipeline after close only if it was not filled beforeJulian Andres Klode
2018-03-06Revert "http: A response with Content-Length: 0 has no content"Julian Andres Klode
2017-09-13http: A response with Content-Length: 0 has no contentJulian Andres Klode
2017-09-13Reset failure reason when connection was successfulJulian Andres Klode
2017-09-13use port from SRV record instead of initial portDavid Kalnischkies
2017-02-22basehttp: Only read Content-Range on 416 and 206 responsesJulian Andres Klode
2017-02-22stop rred from leaking debug messages on recovered errorsDavid Kalnischkies
2017-02-22Honour Acquire::ForceIPv4/6 in the https transportLukasz Kawczynski
2017-01-17https: Quote path in URL before passing it to curlJulian Andres Klode
2016-11-23show apt-key warnings in apt updateDavid Kalnischkies
2016-11-14prevent C++ locale number formatting in text APIs (try 2)David Kalnischkies
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