summaryrefslogtreecommitdiff
path: root/methods
AgeCommit message (Expand)AuthorFilesLines
2017-06-28Introduce Acquire::AllowTLS to turn off TLS supportJulian Andres Klode1-0/+3
2017-06-28Fix https->http redirect issuesDavid Kalnischkies1-1/+1
2017-06-28methods: http: Drain pending data before selectingJulian Andres Klode3-1/+20
2017-06-28Allow building without curlJulian Andres Klode1-3/+14
2017-06-28methods: Add HTTPS support to http method, using GnuTLSJulian Andres Klode4-181/+379
2017-06-28methods: connect: Switch from int fds to new MethodFdJulian Andres Klode6-72/+126
2017-06-28methods: connect: Change PkgAcqMethod to aptMethodJulian Andres Klode4-12/+14
2017-06-26deal with 3xx httpcodes as required by HTTP/1.1 specDavid Kalnischkies1-12/+12
2017-06-26avoid changing directory in mirror methodDavid Kalnischkies1-17/+13
2017-06-26Annotate intended switch fall through in httpsDavid Kalnischkies1-0/+1
2017-01-24basehttp: Only read Content-Range on 416 and 206 responsesJulian Andres Klode1-1/+5
2017-01-19fix various typos reported by spellintianDavid Kalnischkies3-5/+5
2017-01-19stop rred from leaking debug messages on recovered errorsDavid Kalnischkies1-3/+6
2017-01-17https: Quote path in URL before passing it to curlJulian Andres Klode1-0/+4
2016-12-31rename ServerMethod to BaseHttpMethodDavid Kalnischkies7-45/+45
2016-12-31separating state variables regarding server/requestDavid Kalnischkies6-226/+211
2016-12-08Honour Acquire::ForceIPv4/6 in the https transportLukasz Kawczynski1-0/+5
2016-11-25gpgv: Untrust SHA1, RIPE-MD/160, but allow downgrading to weakJulian Andres Klode1-4/+4
2016-11-24report apt-key errors via status-fd messagesDavid Kalnischkies1-1/+6
2016-11-11http: skip connection cleanup if we close it anyhowDavid Kalnischkies1-0/+3
2016-11-11http: clear content before reporting the failureEdgar Fuß1-1/+1
2016-11-10improve SOCKS error messages for http slightlyDavid Kalnischkies1-14/+46
2016-09-04abort connection on '.' target replies in SRVDavid Kalnischkies1-0/+8
2016-09-01support long keyid and fingerprint in gpgv's GOODSIGDavid Kalnischkies1-4/+20
2016-09-01try not to call memcpy with length 0 in hash calculationsDavid Kalnischkies1-4/+5
2016-08-27Merge branch 'portability/freebsd'Julian Andres Klode2-1/+3
2016-08-26methods/connect.cc: Only use AI_IDN if definedJulian Andres Klode1-0/+2
2016-08-26CMake: Do not use -lresolv if res_init exists in libcJulian Andres Klode1-1/+1
2016-08-25show apt-key warnings in apt updateDavid Kalnischkies1-0/+3
2016-08-17methods: read config in most to least specific orderDavid Kalnischkies1-2/+2
2016-08-16don't try pipelining if server closes connectionsDavid Kalnischkies1-1/+9
2016-08-16don't sent Range requests if we know its not acceptedDavid Kalnischkies4-8/+20
2016-08-16reorganize server-states resetting in http/httpsDavid Kalnischkies5-17/+26
2016-08-13http(s): allow empty values for header fieldsDavid Kalnischkies1-19/+16
2016-08-11http: auto-configure for local Tor proxy if called as 'tor'David Kalnischkies4-0/+34
2016-08-11block direct connections to .onion domains (RFC7687)David Kalnischkies1-1/+19
2016-08-10implement socks5h proxy support for http methodDavid Kalnischkies2-23/+170
2016-08-10implement generic config fallback for methodsDavid Kalnischkies15-202/+287
2016-08-10use the same redirection handling for http and httpsDavid Kalnischkies5-99/+95
2016-08-10detect redirection loops in acquire instead of workersDavid Kalnischkies6-45/+42
2016-08-10fail on unsupported http/https proxy settingsDavid Kalnischkies3-6/+12
2016-08-10support all socks-proxy known to curl in https methodDavid Kalnischkies1-1/+12
2016-08-10Get rid of the old buildsystemJulian Andres Klode1-110/+0
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