summaryrefslogtreecommitdiff
path: root/methods
Commit message (Expand)AuthorAgeFilesLines
* CMake: Add basic CMake build systemJulian Andres Klode2016-08-061-0/+35
* prevent C++ locale number formatting in text APIs (try 2)David Kalnischkies2016-07-301-1/+1
* rred: truncate result file before writing to itDavid Kalnischkies2016-07-271-2/+2
* http: skip requesting if pipeline is fullDavid Kalnischkies2016-07-271-0/+2
* use proper warning for automatic pipeline disableDavid Kalnischkies2016-07-271-4/+1
* verify hash of input file in rredDavid Kalnischkies2016-07-261-16/+41
* keep trying with next if connection to a SRV host failedDavid Kalnischkies2016-07-061-7/+23
* report all instead of first error up the acquire chainDavid Kalnischkies2016-07-061-1/+7
* don't change owner/perms/times through file:// symlinksDavid Kalnischkies2016-07-063-21/+35
* avoid 416 response teardown binding to null pointerDavid Kalnischkies2016-07-054-10/+12
* use +0000 instead of UTC by default as timezone in outputDavid Kalnischkies2016-07-022-3/+3
* close server if parsing of header field failedDavid Kalnischkies2016-06-271-0/+1
* methods/ftp: Cope with weird PASV responsesJulian Andres Klode2016-06-271-2/+15
* http: don't hang on redirect with length + connection closeDavid Kalnischkies2016-06-151-4/+4
* ignore std::locale exeception on non-existent "" localeDavid Kalnischkies2016-06-021-1/+5
* use std::locale::global instead of setlocaleDavid Kalnischkies2016-05-2820-77/+24
* prevent C++ locale number formatting in text APIsDavid Kalnischkies2016-05-272-3/+3
* gpgv: show always webportal error on NODATADavid Kalnischkies2016-05-081-12/+21
* support multiple fingerprints in signed-byDavid Kalnischkies2016-05-011-13/+17
* gpgv: cleanup statusfd parsing a bitDavid Kalnischkies2016-05-011-57/+45
* don't show NO_PUBKEY warning if repo is signed by another keyDavid Kalnischkies2016-05-011-4/+4
* gpgv: handle expired sig as worthlessDavid Kalnischkies2016-05-011-0/+7
* gpgv: use EXPKEYSIG instead of KEYEXPIREDDavid Kalnischkies2016-05-011-3/+3
* refactored no_proxy code to work regardless of where https proxy is setPatrick Cable2016-04-271-6/+6
* don't ask server if we have entire file in partial/David Kalnischkies2016-04-251-24/+54
* allow uncompressed files to be empty in store againDavid Kalnischkies2016-04-141-1/+1
* fix Alt-Filename handling of file methodDavid Kalnischkies2016-04-141-1/+1
* Allow lowering trust level of a hash via configJulian Andres Klode2016-03-281-12/+12
* handle gpgv's weak-digests ERRSIGDavid Kalnischkies2016-03-221-7/+50
* properly check for "all good sigs are weak"David Kalnischkies2016-03-211-9/+14
* Make the weak signature message less ambigiousJulian Andres Klode2016-03-161-1/+1
* methods/gpgv: Rewrite error handling and messageJulian Andres Klode2016-03-161-19/+50
* methods/gpgv: Warn about SHA1 (and RIPEMD-160)Julian Andres Klode2016-03-151-3/+29
* apt-pkg/acquire-worker.cc: Introduce 104 Warning messageJulian Andres Klode2016-03-151-0/+8
* methods/gpgv: Correctly handle weak signatures with multiple keysJulian Andres Klode2016-03-151-1/+6
* methods/gpgv: Reject weak digest algorithmsJulian Andres Klode2016-03-141-0/+16
* Revert "Handle ERRSIG in the gpgv method like BADSIG"Julian Andres Klode2016-03-141-7/+0
* Handle ERRSIG in the gpgv method like BADSIGJulian Andres Klode2016-03-141-0/+7
* rred: If there were I/O errors, failJulian Andres Klode2016-02-041-0/+5
* act on various suggestions from cppcheckDavid Kalnischkies2016-01-262-1/+6
* Only enable pipelining if server is HTTP/1.1Julian Andres Klode2016-01-122-1/+10
* allow pdiff bootstrap from all supported compressorsDavid Kalnischkies2016-01-081-2/+2
* use one 'store' method to rule all (de)compressorsDavid Kalnischkies2016-01-082-37/+45
* rred: Run in parallelJulian Andres Klode2016-01-071-1/+1
* Do not remove a not working SrvRecords server twiceMichael Vogt2016-01-051-3/+1
* rred: Use buffered writesJulian Andres Klode2015-12-271-3/+7
* rred: Only call pkgInitConfig() in test modeJulian Andres Klode2015-12-271-2/+2
* Convert most callers of isspace() to isspace_ascii()Julian Andres Klode2015-12-273-2/+5
* rred: Allow passing files as arguments for compressor testingJulian Andres Klode2015-12-261-2/+14
* disable privilege dropping for rsh/ssh method by defaultDavid Kalnischkies2015-11-281-0/+4