summaryrefslogtreecommitdiff
path: root/methods
AgeCommit message (Expand)AuthorFilesLines
2016-08-06CMake: Add basic CMake build systemJulian Andres Klode1-0/+35
2016-07-30prevent C++ locale number formatting in text APIs (try 2)David Kalnischkies1-1/+1
2016-07-27rred: truncate result file before writing to itDavid Kalnischkies1-2/+2
2016-07-27http: skip requesting if pipeline is fullDavid Kalnischkies1-0/+2
2016-07-27use proper warning for automatic pipeline disableDavid Kalnischkies1-4/+1
2016-07-26verify hash of input file in rredDavid Kalnischkies1-16/+41
2016-07-06keep trying with next if connection to a SRV host failedDavid Kalnischkies1-7/+23
2016-07-06report all instead of first error up the acquire chainDavid Kalnischkies1-1/+7
2016-07-06don't change owner/perms/times through file:// symlinksDavid Kalnischkies3-21/+35
2016-07-05avoid 416 response teardown binding to null pointerDavid Kalnischkies4-10/+12
2016-07-02use +0000 instead of UTC by default as timezone in outputDavid Kalnischkies2-3/+3
2016-06-27close server if parsing of header field failedDavid Kalnischkies1-0/+1
2016-06-27methods/ftp: Cope with weird PASV responsesJulian Andres Klode1-2/+15
2016-06-15http: don't hang on redirect with length + connection closeDavid Kalnischkies1-4/+4
2016-06-02ignore std::locale exeception on non-existent "" localeDavid Kalnischkies1-1/+5
2016-05-28use std::locale::global instead of setlocaleDavid Kalnischkies20-77/+24
2016-05-27prevent C++ locale number formatting in text APIsDavid Kalnischkies2-3/+3
2016-05-08gpgv: show always webportal error on NODATADavid Kalnischkies1-12/+21
2016-05-01support multiple fingerprints in signed-byDavid Kalnischkies1-13/+17
2016-05-01gpgv: cleanup statusfd parsing a bitDavid Kalnischkies1-57/+45
2016-05-01don't show NO_PUBKEY warning if repo is signed by another keyDavid Kalnischkies1-4/+4
2016-05-01gpgv: handle expired sig as worthlessDavid Kalnischkies1-0/+7
2016-05-01gpgv: use EXPKEYSIG instead of KEYEXPIREDDavid Kalnischkies1-3/+3
2016-04-27refactored no_proxy code to work regardless of where https proxy is setPatrick Cable1-6/+6
2016-04-25don't ask server if we have entire file in partial/David Kalnischkies1-24/+54
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