Age | Commit message (Expand) | Author |
2018-11-28 | test328: verify Content-Encoding: none | Daniel Stenberg |
2018-11-23 | cookies: create the cookiejar even if no cookies to save | Daniel Stenberg |
2018-11-09 | setopt: add CURLOPT_CURLU | Jim Fuller |
2018-11-07 | curl: add %{stderr} and %{stdout} for --write-out | Frank Gevaerts |
2018-11-06 | url: a short host name + port is not a scheme | Daniel Stenberg |
2018-11-03 | infof: clearly indicate truncation | Daniel Gustafsson |
2018-11-02 | Curl_follow: accept non-supported schemes for "fake" redirects | Daniel Stenberg |
2018-10-30 | test2080: verify the fix for CVE-2018-16842 | Daniel Stenberg |
2018-10-27 | test1651: unit test Curl_extract_certinfo() | Daniel Stenberg |
2018-09-08 | URL-API | Daniel Stenberg |
2018-09-06 | imap: change from "FETCH" to "UID FETCH" | Nicklas Avén |
2018-09-06 | DOH: add test case 1650 and 2100 | Daniel Stenberg |
2018-09-05 | tests: add unit tests for url.c | Jim Fuller |
2018-08-15 | curl: warn the user if a given file name looks like an option | Daniel Stenberg |
2018-08-14 | ssh-libssh: fix infinite connect loop on invalid private key | Kamil Dudka |
2018-08-13 | http: fix for tiny "HTTP/0.9" response | Daniel Stenberg |
2018-08-11 | Split non-portable part off test 1133 | Marcel Raad |
2018-08-11 | CURLINFO_SIZE_UPLOAD: fix missing counter update | Daniel Stenberg |
2018-07-28 | test1157: test -H from empty file | Daniel Stenberg |
2018-06-23 | multi: fix crash due to dangling entry in connect-pending list | Javier Blazquez |
2018-06-16 | multi: fix memory leak when stopped during name resolve | Daniel Stenberg |
2018-06-01 | CURLOPT_RESOLVE: always purge old entry first | Alibek.Jorajev |
2018-05-31 | option: disallow username in URL | Björn Stenberg |
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-13 | cookies: do not take cookie name as a parameter | Patrick Monnerat |
2018-04-18 | schannel: add support for CURLOPT_CAINFO | Dan McNulty |
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-15 | transfer: make HTTP without headers count correct body size | 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-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-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 |
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-05 | sasl_getmesssage: make sure we have a long enough string to pass | Daniel Stenberg |