Age | Commit message (Expand) | Author |
2018-03-06 | Revert "http: A response with Content-Length: 0 has no content" | Julian Andres Klode |
2017-09-13 | http: A response with Content-Length: 0 has no content | Julian Andres Klode |
2017-09-13 | Reset failure reason when connection was successful | Julian Andres Klode |
2017-09-13 | use port from SRV record instead of initial port | David Kalnischkies |
2017-02-22 | basehttp: Only read Content-Range on 416 and 206 responses | Julian Andres Klode |
2017-02-22 | stop rred from leaking debug messages on recovered errors | David Kalnischkies |
2017-02-22 | Honour Acquire::ForceIPv4/6 in the https transport | Lukasz Kawczynski |
2017-01-17 | https: Quote path in URL before passing it to curl | Julian Andres Klode |
2016-11-23 | show apt-key warnings in apt update | David Kalnischkies |
2016-11-14 | prevent C++ locale number formatting in text APIs (try 2) | David Kalnischkies |
2016-10-05 | abort connection on '.' target replies in SRV | David Kalnischkies |
2016-10-05 | try not to call memcpy with length 0 in hash calculations | David Kalnischkies |
2016-10-05 | don't try pipelining if server closes connections | David Kalnischkies |
2016-10-05 | http(s): allow empty values for header fields | David Kalnischkies |
2016-08-31 | rred: truncate result file before writing to it | David Kalnischkies |
2016-08-31 | use proper warning for automatic pipeline disable | David Kalnischkies |
2016-08-31 | verify hash of input file in rred | David Kalnischkies |
2016-08-31 | keep trying with next if connection to a SRV host failed | David Kalnischkies |
2016-08-31 | report all instead of first error up the acquire chain | David Kalnischkies |
2016-08-31 | don't change owner/perms/times through file:// symlinks | David Kalnischkies |
2016-08-31 | avoid 416 response teardown binding to null pointer | David Kalnischkies |
2016-08-31 | close server if parsing of header field failed | David Kalnischkies |
2016-08-31 | methods/ftp: Cope with weird PASV responses | Julian Andres Klode |
2016-06-01 | prevent C++ locale number formatting in text APIs | David Kalnischkies |
2016-05-10 | don't show NO_PUBKEY warning if repo is signed by another key | David Kalnischkies |
2016-05-10 | refactored no_proxy code to work regardless of where https proxy is set | Patrick Cable |
2016-04-14 | allow uncompressed files to be empty in store again | David Kalnischkies |
2016-04-14 | fix Alt-Filename handling of file method | David Kalnischkies |
2016-03-28 | Allow lowering trust level of a hash via config | Julian Andres Klode |
2016-03-22 | handle gpgv's weak-digests ERRSIG | David Kalnischkies |
2016-03-21 | properly check for "all good sigs are weak" | David Kalnischkies |
2016-03-16 | Make the weak signature message less ambigious | Julian Andres Klode |
2016-03-16 | methods/gpgv: Rewrite error handling and message | Julian Andres Klode |
2016-03-15 | methods/gpgv: Warn about SHA1 (and RIPEMD-160) | Julian Andres Klode |
2016-03-15 | apt-pkg/acquire-worker.cc: Introduce 104 Warning message | Julian Andres Klode |
2016-03-15 | methods/gpgv: Correctly handle weak signatures with multiple keys | Julian Andres Klode |
2016-03-14 | methods/gpgv: Reject weak digest algorithms | Julian Andres Klode |
2016-03-14 | Revert "Handle ERRSIG in the gpgv method like BADSIG" | Julian Andres Klode |
2016-03-14 | Handle ERRSIG in the gpgv method like BADSIG | Julian Andres Klode |
2016-02-04 | rred: If there were I/O errors, fail | Julian Andres Klode |
2016-01-26 | act on various suggestions from cppcheck | David Kalnischkies |
2016-01-12 | Only enable pipelining if server is HTTP/1.1 | Julian Andres Klode |
2016-01-08 | allow pdiff bootstrap from all supported compressors | David Kalnischkies |
2016-01-08 | use one 'store' method to rule all (de)compressors | David Kalnischkies |
2016-01-07 | rred: Run in parallel | Julian Andres Klode |
2016-01-05 | Do not remove a not working SrvRecords server twice | Michael Vogt |
2015-12-27 | rred: Use buffered writes | Julian Andres Klode |
2015-12-27 | rred: Only call pkgInitConfig() in test mode | Julian Andres Klode |
2015-12-27 | Convert most callers of isspace() to isspace_ascii() | Julian Andres Klode |
2015-12-26 | rred: Allow passing files as arguments for compressor testing | Julian Andres Klode |