Age | Commit message (Expand) | Author |
2019-04-06 | pipelining: removed | Daniel Stenberg |
2019-03-18 | test1541: threaded connection sharing | Daniel Stenberg |
2019-03-09 | test331: verify set-cookie for dotless host name | Daniel Stenberg |
2019-03-04 | CURLU: fix NULL dereference when used over proxy | Daniel Stenberg |
2019-03-03 | alt-svc: add test 355 and 356 to verify with command line curl | Daniel Stenberg |
2019-03-03 | alt-svc: the libcurl bits | Daniel Stenberg |
2019-02-27 | cookies: only save the cookie file if the engine is enabled | Daniel Stenberg |
2019-01-10 | test1558: verify CURLINFO_PROTOCOL on file:// transfer | Daniel Stenberg |
2019-01-10 | xattr: strip credentials from any URL that is stored | Daniel Stenberg |
2019-01-10 | cookies: allow secure override when done over HTTPS | Daniel Stenberg |
2019-01-09 | cookies: skip custom cookies when redirecting cross-site | Katsuhiko YOSHIDA |
2019-01-07 | curl_multi_remove_handle() don't block terminating c-ares requests | Brad Spencer |
2018-12-27 | hostip: support wildcard hosts | Claes Jakobsson |
2018-12-21 | http: added options for allowing HTTP/0.9 responses | Daniel Stenberg |
2018-12-14 | http: Implement trailing headers for chunked transfers | Ayoub Boudhar |
2018-12-13 | cookies: leave secure cookies alone | Daniel Gustafsson |
2018-12-12 | test1519: use lib1518 and test CURLINFO_REDIRECT_URL more | Daniel Stenberg |
2018-12-12 | Curl_follow: extract the Location: header field unvalidated | Daniel Stenberg |
2018-12-11 | tests: add urlapi unittest | Daniel Gustafsson |
2018-12-11 | http: fix HTTP auth to include query in URI | Jay Satiro |
2018-12-09 | test329: verify cookie max-age=0 immediate expiry | Daniel Stenberg |
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 |