Age | Commit message (Expand) | Author |
2018-12-26 | Merge bingner.com:apt1.4.8+iPhone-1 | Sam Bingner |
2018-12-26 | Merge nitotv apt fixes into 1.4.81.4.8+nitotv | Sam Bingner |
2018-09-28 | Remove errors that we don't need | Sam Bingner |
2018-02-08 | build changes to work with our new http | Jaywalker |
2018-02-07 | Added kirb's TLS1.2 patch | Jaywalker |
2017-07-02 | http: A response with Content-Length: 0 has no content | Julian Andres Klode |
2017-06-30 | Reset failure reason when connection was successful | Julian Andres Klode |
2017-06-29 | use port from SRV record instead of initial port | 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 |
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 |