Age | Commit message (Expand) | Author |
2018-05-24 | httpauth: add support for Bearer tokens | Linus Lewandowski |
2018-05-22 | http resume: skip body if http code 416 (range error) is ignored. | Patrick Monnerat |
2018-05-21 | curl: show headers in bold | Daniel Stenberg |
2018-05-13 | cookies: do not take cookie name as a parameter | Patrick Monnerat |
2018-04-29 | tests: provide 'manual' as a feature to optionally require | Daniel Stenberg |
2018-04-18 | schannel: add support for CURLOPT_CAINFO | Dan McNulty |
2018-04-16 | test1148: tolerate progress updates better | Daniel Stenberg |
2018-04-09 | test1136: fix cookie order after commit c990eadd1277 | Daniel Stenberg |
2018-04-06 | file: restore old behavior for file:////foo/bar URLs | Jon DeVree |
2018-04-06 | cookie: case-insensitive hashing for the domains | Lauri Kasanen |
2018-04-04 | cookie: fix and optimize 2nd top level domain name extraction | Patrick Monnerat |
2018-04-02 | cookie: store cookies per top-level-domain-specific hash table | Lauri Kasanen |
2018-04-02 | test1148: set a fixed locale for the test | Daniel Stenberg |
2018-03-17 | resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSES | Rick Deist |
2018-03-17 | CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocol | Lawrence Matthews |
2018-03-16 | cleanup: misc typos in strings and comments | luz.paz |
2018-03-15 | transfer: make HTTP without headers count correct body size | Daniel Stenberg |
2018-03-15 | test1208: marked flaky | Daniel Stenberg |
2018-03-12 | FTP: reject path components with control codes | Daniel Stenberg |
2018-03-11 | HTTP: allow "header;" to replace an internal header with a blank one | Daniel Stenberg |
2018-03-04 | NO_PROXY: fix for IPv6 numericals in the URL | Daniel Stenberg |
2018-02-21 | url: Add option CURLOPT_RESOLVER_START_FUNCTION | Francisco Sedano |
2018-02-20 | CURLOPT_RESOLVE: Add support for multiple IP addresses per entry | Anders Bakken |
2018-02-16 | test1556: verify >16KB headers to the header callback | Daniel Stenberg |
2018-02-16 | test1154: verify that long HTTP headers get rejected | Daniel Stenberg |
2018-02-15 | TODO fixed: Detect when called from within callbacks | Björn Stenberg |
2018-02-13 | tests: new tests for http raw mode | Patrick Monnerat |
2018-02-12 | smtp: fix processing of initial dot in data | Patrick Monnerat |
2018-01-26 | lib555: drop text conversion and encode data as ascii codes | Patrick Monnerat |
2018-01-25 | parsedate: fix date parsing for systems with 32 bit long | Daniel Stenberg |
2018-01-23 | test1454: --connect-to with IPv6 address w/o IPv6 support! | Daniel Stenberg |
2018-01-22 | http: prevent custom Authorization headers in redirects | Daniel Stenberg |
2018-01-18 | test558: fix for multissl builds | Daniel Stenberg |
2018-01-14 | mime: clone mime tree upon easy handle duplication. | Patrick Monnerat |
2018-01-13 | test395: HTTP with overflow Content-Length value | Daniel Stenberg |
2018-01-13 | test394: verify abort of rubbish in Content-Length: value | Daniel Stenberg |
2018-01-13 | test393: verify --max-filesize with excessive Content-Length | Daniel Stenberg |
2018-01-13 | HTTP: bail out on negative Content-Length: values | Daniel Stenberg |
2017-12-27 | brotli: data at the end of content can be lost | Mikalai Ananenka |
2017-12-20 | curl_easy_reset: release mime-related data. | Patrick Monnerat |
2017-12-20 | content_encoding: rework zlib_inflate | Patrick Monnerat |
2017-12-11 | Revert "curl: don't set CURLOPT_INTERLEAVEDATA" | Daniel Stenberg |
2017-12-10 | tests: mark data files as non-executable in git | Michael Kaufmann |
2017-12-10 | multi_done: prune DNS cache | Daniel Stenberg |
2017-12-08 | curl: don't set CURLOPT_INTERLEAVEDATA | Daniel Stenberg |
2017-12-05 | conncache: fix several lock issues | Daniel Stenberg |
2017-12-05 | sasl_getmesssage: make sure we have a long enough string to pass | Daniel Stenberg |
2017-12-01 | libssh2: return CURLE_UPLOAD_FAILED on failure to upload | Nikos Mavrogiannopoulos |
2017-12-01 | libssh2: send the correct CURLE error code on scp file not found | Nikos Mavrogiannopoulos |
2017-11-27 | wildcardmatch: fix heap buffer overflow in setcharset | Daniel Stenberg |