summaryrefslogtreecommitdiff
path: root/methods
AgeCommit message (Expand)Author
2017-07-02http: A response with Content-Length: 0 has no contentJulian Andres Klode
2017-06-30Reset failure reason when connection was successfulJulian Andres Klode
2017-06-29use port from SRV record instead of initial portDavid Kalnischkies
2017-01-24basehttp: Only read Content-Range on 416 and 206 responsesJulian Andres Klode
2017-01-19fix various typos reported by spellintianDavid Kalnischkies
2017-01-19stop rred from leaking debug messages on recovered errorsDavid Kalnischkies
2017-01-17https: Quote path in URL before passing it to curlJulian Andres Klode
2016-12-31rename ServerMethod to BaseHttpMethodDavid Kalnischkies
2016-12-31separating state variables regarding server/requestDavid Kalnischkies
2016-12-08Honour Acquire::ForceIPv4/6 in the https transportLukasz Kawczynski
2016-11-25gpgv: Untrust SHA1, RIPE-MD/160, but allow downgrading to weakJulian Andres Klode
2016-11-24report apt-key errors via status-fd messagesDavid Kalnischkies
2016-11-11http: skip connection cleanup if we close it anyhowDavid Kalnischkies
2016-11-11http: clear content before reporting the failureEdgar Fuß
2016-11-10improve SOCKS error messages for http slightlyDavid Kalnischkies
2016-09-04abort connection on '.' target replies in SRVDavid Kalnischkies
2016-09-01support long keyid and fingerprint in gpgv's GOODSIGDavid Kalnischkies
2016-09-01try not to call memcpy with length 0 in hash calculationsDavid Kalnischkies
2016-08-27Merge branch 'portability/freebsd'Julian Andres Klode
2016-08-26methods/connect.cc: Only use AI_IDN if definedJulian Andres Klode
2016-08-26CMake: Do not use -lresolv if res_init exists in libcJulian Andres Klode
2016-08-25show apt-key warnings in apt updateDavid Kalnischkies
2016-08-17methods: read config in most to least specific orderDavid Kalnischkies
2016-08-16don't try pipelining if server closes connectionsDavid Kalnischkies
2016-08-16don't sent Range requests if we know its not acceptedDavid Kalnischkies
2016-08-16reorganize server-states resetting in http/httpsDavid Kalnischkies
2016-08-13http(s): allow empty values for header fieldsDavid Kalnischkies
2016-08-11http: auto-configure for local Tor proxy if called as 'tor'David Kalnischkies
2016-08-11block direct connections to .onion domains (RFC7687)David Kalnischkies
2016-08-10implement socks5h proxy support for http methodDavid Kalnischkies
2016-08-10implement generic config fallback for methodsDavid Kalnischkies
2016-08-10use the same redirection handling for http and httpsDavid Kalnischkies
2016-08-10detect redirection loops in acquire instead of workersDavid Kalnischkies
2016-08-10fail on unsupported http/https proxy settingsDavid Kalnischkies
2016-08-10support all socks-proxy known to curl in https methodDavid Kalnischkies
2016-08-10Get rid of the old buildsystemJulian Andres Klode
2016-08-06CMake: Add basic CMake build systemJulian Andres Klode
2016-07-30prevent C++ locale number formatting in text APIs (try 2)David Kalnischkies
2016-07-27rred: truncate result file before writing to itDavid Kalnischkies
2016-07-27http: skip requesting if pipeline is fullDavid Kalnischkies
2016-07-27use proper warning for automatic pipeline disableDavid Kalnischkies
2016-07-26verify hash of input file in rredDavid Kalnischkies
2016-07-06keep trying with next if connection to a SRV host failedDavid Kalnischkies
2016-07-06report all instead of first error up the acquire chainDavid Kalnischkies
2016-07-06don't change owner/perms/times through file:// symlinksDavid Kalnischkies
2016-07-05avoid 416 response teardown binding to null pointerDavid Kalnischkies
2016-07-02use +0000 instead of UTC by default as timezone in outputDavid Kalnischkies
2016-06-27close server if parsing of header field failedDavid Kalnischkies
2016-06-27methods/ftp: Cope with weird PASV responsesJulian Andres Klode
2016-06-15http: don't hang on redirect with length + connection closeDavid Kalnischkies