summaryrefslogtreecommitdiff
path: root/methods
Commit message (Expand)AuthorAgeFilesLines
* basehttp: Only read Content-Range on 416 and 206 responsesJulian Andres Klode2017-01-241-1/+5
* fix various typos reported by spellintianDavid Kalnischkies2017-01-193-5/+5
* stop rred from leaking debug messages on recovered errorsDavid Kalnischkies2017-01-191-3/+6
* https: Quote path in URL before passing it to curlJulian Andres Klode2017-01-171-0/+4
* rename ServerMethod to BaseHttpMethodDavid Kalnischkies2016-12-317-45/+45
* separating state variables regarding server/requestDavid Kalnischkies2016-12-316-226/+211
* Honour Acquire::ForceIPv4/6 in the https transportLukasz Kawczynski2016-12-081-0/+5
* gpgv: Untrust SHA1, RIPE-MD/160, but allow downgrading to weakJulian Andres Klode2016-11-251-4/+4
* report apt-key errors via status-fd messagesDavid Kalnischkies2016-11-241-1/+6
* http: skip connection cleanup if we close it anyhowDavid Kalnischkies2016-11-111-0/+3
* http: clear content before reporting the failureEdgar Fuß2016-11-111-1/+1
* improve SOCKS error messages for http slightlyDavid Kalnischkies2016-11-101-14/+46
* abort connection on '.' target replies in SRVDavid Kalnischkies2016-09-041-0/+8
* support long keyid and fingerprint in gpgv's GOODSIGDavid Kalnischkies2016-09-011-4/+20
* try not to call memcpy with length 0 in hash calculationsDavid Kalnischkies2016-09-011-4/+5
* Merge branch 'portability/freebsd'Julian Andres Klode2016-08-272-1/+3
|\
| * methods/connect.cc: Only use AI_IDN if definedJulian Andres Klode2016-08-261-0/+2
| * CMake: Do not use -lresolv if res_init exists in libcJulian Andres Klode2016-08-261-1/+1
* | show apt-key warnings in apt updateDavid Kalnischkies2016-08-251-0/+3
|/
* methods: read config in most to least specific orderDavid Kalnischkies2016-08-171-2/+2
* don't try pipelining if server closes connectionsDavid Kalnischkies2016-08-161-1/+9
* don't sent Range requests if we know its not acceptedDavid Kalnischkies2016-08-164-8/+20
* reorganize server-states resetting in http/httpsDavid Kalnischkies2016-08-165-17/+26
* http(s): allow empty values for header fieldsDavid Kalnischkies2016-08-131-19/+16
* http: auto-configure for local Tor proxy if called as 'tor'David Kalnischkies2016-08-114-0/+34
* block direct connections to .onion domains (RFC7687)David Kalnischkies2016-08-111-1/+19
* implement socks5h proxy support for http methodDavid Kalnischkies2016-08-102-23/+170
* implement generic config fallback for methodsDavid Kalnischkies2016-08-1015-202/+287
* use the same redirection handling for http and httpsDavid Kalnischkies2016-08-105-99/+95
* detect redirection loops in acquire instead of workersDavid Kalnischkies2016-08-106-45/+42
* fail on unsupported http/https proxy settingsDavid Kalnischkies2016-08-103-6/+12
* support all socks-proxy known to curl in https methodDavid Kalnischkies2016-08-101-1/+12
* Get rid of the old buildsystemJulian Andres Klode2016-08-101-110/+0
* CMake: Add basic CMake build systemJulian Andres Klode2016-08-061-0/+35
* prevent C++ locale number formatting in text APIs (try 2)David Kalnischkies2016-07-301-1/+1
* rred: truncate result file before writing to itDavid Kalnischkies2016-07-271-2/+2
* http: skip requesting if pipeline is fullDavid Kalnischkies2016-07-271-0/+2
* use proper warning for automatic pipeline disableDavid Kalnischkies2016-07-271-4/+1
* verify hash of input file in rredDavid Kalnischkies2016-07-261-16/+41
* keep trying with next if connection to a SRV host failedDavid Kalnischkies2016-07-061-7/+23
* report all instead of first error up the acquire chainDavid Kalnischkies2016-07-061-1/+7
* don't change owner/perms/times through file:// symlinksDavid Kalnischkies2016-07-063-21/+35
* avoid 416 response teardown binding to null pointerDavid Kalnischkies2016-07-054-10/+12
* use +0000 instead of UTC by default as timezone in outputDavid Kalnischkies2016-07-022-3/+3
* close server if parsing of header field failedDavid Kalnischkies2016-06-271-0/+1
* methods/ftp: Cope with weird PASV responsesJulian Andres Klode2016-06-271-2/+15
* http: don't hang on redirect with length + connection closeDavid Kalnischkies2016-06-151-4/+4
* ignore std::locale exeception on non-existent "" localeDavid Kalnischkies2016-06-021-1/+5
* use std::locale::global instead of setlocaleDavid Kalnischkies2016-05-2820-77/+24
* prevent C++ locale number formatting in text APIsDavid Kalnischkies2016-05-272-3/+3