Age | Commit message (Expand) | Author |
2016-08-26 | methods/connect.cc: Only use AI_IDN if defined | Julian Andres Klode |
2016-08-26 | CMake: Do not use -lresolv if res_init exists in libc | Julian Andres Klode |
2016-08-17 | methods: read config in most to least specific order | David Kalnischkies |
2016-08-16 | don't try pipelining if server closes connections | David Kalnischkies |
2016-08-16 | don't sent Range requests if we know its not accepted | David Kalnischkies |
2016-08-16 | reorganize server-states resetting in http/https | David Kalnischkies |
2016-08-13 | http(s): allow empty values for header fields | David Kalnischkies |
2016-08-11 | http: auto-configure for local Tor proxy if called as 'tor' | David Kalnischkies |
2016-08-11 | block direct connections to .onion domains (RFC7687) | David Kalnischkies |
2016-08-10 | implement socks5h proxy support for http method | David Kalnischkies |
2016-08-10 | implement generic config fallback for methods | David Kalnischkies |
2016-08-10 | use the same redirection handling for http and https | David Kalnischkies |
2016-08-10 | detect redirection loops in acquire instead of workers | David Kalnischkies |
2016-08-10 | fail on unsupported http/https proxy settings | David Kalnischkies |
2016-08-10 | support all socks-proxy known to curl in https method | David Kalnischkies |
2016-08-10 | Get rid of the old buildsystem | Julian Andres Klode |
2016-08-06 | CMake: Add basic CMake build system | Julian Andres Klode |
2016-07-30 | prevent C++ locale number formatting in text APIs (try 2) | David Kalnischkies |
2016-07-27 | rred: truncate result file before writing to it | David Kalnischkies |
2016-07-27 | http: skip requesting if pipeline is full | David Kalnischkies |
2016-07-27 | use proper warning for automatic pipeline disable | David Kalnischkies |
2016-07-26 | verify hash of input file in rred | David Kalnischkies |
2016-07-06 | keep trying with next if connection to a SRV host failed | David Kalnischkies |
2016-07-06 | report all instead of first error up the acquire chain | David Kalnischkies |
2016-07-06 | don't change owner/perms/times through file:// symlinks | David Kalnischkies |
2016-07-05 | avoid 416 response teardown binding to null pointer | David Kalnischkies |
2016-07-02 | use +0000 instead of UTC by default as timezone in output | David Kalnischkies |
2016-06-27 | close server if parsing of header field failed | David Kalnischkies |
2016-06-27 | methods/ftp: Cope with weird PASV responses | Julian Andres Klode |
2016-06-15 | http: don't hang on redirect with length + connection close | David Kalnischkies |
2016-06-02 | ignore std::locale exeception on non-existent "" locale | David Kalnischkies |
2016-05-28 | use std::locale::global instead of setlocale | David Kalnischkies |
2016-05-27 | prevent C++ locale number formatting in text APIs | David Kalnischkies |
2016-05-08 | gpgv: show always webportal error on NODATA | David Kalnischkies |
2016-05-01 | support multiple fingerprints in signed-by | David Kalnischkies |
2016-05-01 | gpgv: cleanup statusfd parsing a bit | David Kalnischkies |
2016-05-01 | don't show NO_PUBKEY warning if repo is signed by another key | David Kalnischkies |
2016-05-01 | gpgv: handle expired sig as worthless | David Kalnischkies |
2016-05-01 | gpgv: use EXPKEYSIG instead of KEYEXPIRED | David Kalnischkies |
2016-04-27 | refactored no_proxy code to work regardless of where https proxy is set | Patrick Cable |
2016-04-25 | don't ask server if we have entire file in partial/ | David Kalnischkies |
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 |