Age | Commit message (Expand) | Author |
2020-01-06 | curl -w: handle a blank input file correctly | Daniel Stenberg |
2020-01-04 | curl: properly free mimepost data | Daniel Stenberg |
2019-12-31 | tests: Change NTLM tests to require SSL | Jay Satiro |
2019-12-19 | sws: search for "Testno:" header uncondtionally if no testno | Daniel Stenberg |
2019-12-19 | tests: set LC_ALL in more tests | Daniel Stenberg |
2019-12-19 | test165: set LC_ALL=en_US.UTF-8 too | Daniel Stenberg |
2019-12-19 | test1456: remove the use of a fixed local port | Daniel Stenberg |
2019-12-18 | test1270: a basic -w redirect_url test | Daniel Stenberg |
2019-12-13 | tests: use DoH feature for DoH tests | Marcel Raad |
2019-12-09 | conncache: fix multi-thread use of shared connection cache | Daniel Stenberg |
2019-12-05 | etag: allow both --etag-compare and --etag-save in same cmdline | Daniel Stenberg |
2019-12-05 | test342: make it return a 304 as the tag matches | Daniel Stenberg |
2019-11-28 | curl: two new command line options for etags | Maros Priputen |
2019-11-25 | multi: add curl_multi_wakeup() | Gergely Nagy |
2019-11-22 | test1175: verify symbols-in-versions and libcurl-errors.3 in sync | Daniel Stenberg |
2019-11-21 | include: make CURLE_HTTP3 use a new error code | Daniel Stenberg |
2019-11-14 | curl: fix -T globbing | Daniel Stenberg |
2019-11-12 | quiche: reject headers in the wrong order | Daniel Stenberg |
2019-11-10 | test1558: use double slash after file: | Marcel Raad |
2019-11-08 | test1560: require IPv6 for IPv6 aware URL parsing | Daniel Stenberg |
2019-10-24 | test1591: fix spelling of http feature | Marcel Raad |
2019-10-23 | conn-reuse: requests wanting NTLM can reuse non-NTLM connections | Daniel Stenberg |
2019-10-23 | tests: add missing proxy features | Marcel Raad |
2019-10-21 | tests: use %FILE_PWD for file:// URLs | Marcel Raad |
2019-10-21 | tests: add `connect to non-listen` keywords | Marcel Raad |
2019-10-17 | test1162: disable MSYS2's POSIX path conversion | Marcel Raad |
2019-10-16 | url: normalize CURLINFO_EFFECTIVE_URL | Daniel Stenberg |
2019-10-16 | tests: line ending fixes for Windows | Marcel Raad |
2019-10-15 | tests: use proxy feature | Marcel Raad |
2019-10-09 | tests: use port 2 instead of 60000 for a safer non-listening port | Daniel Stenberg |
2019-10-05 | curl: ensure HTTP 429 triggers --retry | Stian Soiland-Reyes |
2019-10-03 | urlapi: fix use-after-free bug | Daniel Stenberg |
2019-10-02 | redirect: when following redirects to an absolute URL, URL encode it | Daniel Stenberg |
2019-10-02 | curl: create easy handles on-demand and not ahead of time | Daniel Stenberg |
2019-09-30 | altsvc: accept quoted ma and persist values | Daniel Stenberg |
2019-09-28 | cookies: using a share with cookies shouldn't enable the cookie engine | Daniel Stenberg |
2019-09-27 | FTP: add test for FTPFILE_NOCWD: Avoid redundant CWDs | Zenju |
2019-09-27 | FTP: url-decode path before evaluation | Zenju |
2019-09-26 | Revert "FTP: url-decode path before evaluation" | Daniel Stenberg |
2019-09-26 | FTP: url-decode path before evaluation | Zenju |
2019-09-18 | FTP: remove trailing slash from path for LIST/MLSD | Zenju |
2019-09-15 | doh: fix (harmless) buffer overrun | Paul Dreik |
2019-09-13 | FTP: allow "rubbish" prepended to the SIZE response | Daniel Stenberg |
2019-09-13 | FTP: skip CWD to entry dir when target is absolute | Zenju |
2019-08-16 | http: fix use of credentials from URL when using HTTP proxy | Daniel Stenberg |
2019-08-14 | vauth: Use CURLE_AUTH_ERROR for auth function errors | Jay Satiro |
2019-08-08 | alt-svc: add protocol version selection masking | Daniel Stenberg |
2019-08-07 | CURLINFO_RETRY_AFTER: parse the Retry-After header value | Daniel Stenberg |
2019-08-06 | tests: Fix the line endings for the SASL alt-auth tests | Jay Satiro |
2019-08-06 | curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the tool | Steve Holme |