summaryrefslogtreecommitdiff
path: root/methods
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-06report all instead of first error up the acquire chainDavid Kalnischkies1-1/+7
2016-07-06don't change owner/perms/times through file:// symlinksDavid Kalnischkies3-21/+35
2016-07-05avoid 416 response teardown binding to null pointerDavid Kalnischkies4-10/+12
2016-07-02use +0000 instead of UTC by default as timezone in outputDavid Kalnischkies2-3/+3
2016-06-27close server if parsing of header field failedDavid Kalnischkies1-0/+1
2016-06-27methods/ftp: Cope with weird PASV responsesJulian Andres Klode1-2/+15
2016-06-15http: don't hang on redirect with length + connection closeDavid Kalnischkies1-4/+4
2016-06-02ignore std::locale exeception on non-existent "" localeDavid Kalnischkies1-1/+5
2016-05-28use std::locale::global instead of setlocaleDavid Kalnischkies20-77/+24
2016-05-27prevent C++ locale number formatting in text APIsDavid Kalnischkies2-3/+3