Age | Commit message (Expand) | Author |
2017-06-28 | support tor+https being handled by http | David Kalnischkies |
2017-06-28 | Introduce Acquire::AllowTLS to turn off TLS support | Julian Andres Klode |
2017-06-28 | Fix https->http redirect issues | David Kalnischkies |
2017-06-28 | methods: http: Drain pending data before selecting | Julian Andres Klode |
2017-06-28 | Allow building without curl | Julian Andres Klode |
2017-06-28 | methods: Add HTTPS support to http method, using GnuTLS | Julian Andres Klode |
2017-06-28 | methods: connect: Switch from int fds to new MethodFd | Julian Andres Klode |
2017-06-28 | methods: connect: Change PkgAcqMethod to aptMethod | Julian Andres Klode |
2017-06-26 | deal with 3xx httpcodes as required by HTTP/1.1 spec | David Kalnischkies |
2017-06-26 | avoid changing directory in mirror method | David Kalnischkies |
2017-06-26 | Annotate intended switch fall through in https | David Kalnischkies |
2017-01-24 | basehttp: Only read Content-Range on 416 and 206 responses | Julian Andres Klode |
2017-01-19 | fix various typos reported by spellintian | David Kalnischkies |
2017-01-19 | stop rred from leaking debug messages on recovered errors | David Kalnischkies |
2017-01-17 | https: Quote path in URL before passing it to curl | Julian Andres Klode |
2016-12-31 | rename ServerMethod to BaseHttpMethod | David Kalnischkies |
2016-12-31 | separating state variables regarding server/request | David Kalnischkies |
2016-12-08 | Honour Acquire::ForceIPv4/6 in the https transport | Lukasz Kawczynski |
2016-11-25 | gpgv: Untrust SHA1, RIPE-MD/160, but allow downgrading to weak | Julian Andres Klode |
2016-11-24 | report apt-key errors via status-fd messages | David Kalnischkies |
2016-11-11 | http: skip connection cleanup if we close it anyhow | David Kalnischkies |
2016-11-11 | http: clear content before reporting the failure | Edgar Fuß |
2016-11-10 | improve SOCKS error messages for http slightly | David Kalnischkies |
2016-09-04 | abort connection on '.' target replies in SRV | David Kalnischkies |
2016-09-01 | support long keyid and fingerprint in gpgv's GOODSIG | David Kalnischkies |
2016-09-01 | try not to call memcpy with length 0 in hash calculations | David Kalnischkies |
2016-08-27 | Merge branch 'portability/freebsd' | Julian Andres Klode |
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-25 | show apt-key warnings in apt update | David Kalnischkies |
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 |