Age | Commit message (Expand) | Author |
2019-11-16 | doh: improced both encoding and decoding | Niall |
2019-11-14 | curl: fix -T globbing | Daniel Stenberg |
2019-11-12 | quiche: reject headers in the wrong order | Daniel Stenberg |
2019-11-12 | CURL-DISABLE: initial docs for the CURL_DISABLE_* defines | Daniel Stenberg |
2019-11-10 | test1558: use double slash after file: | Marcel Raad |
2019-11-09 | strerror: Fix an error looking up some Windows error strings | Jay Satiro |
2019-11-08 | test1560: require IPv6 for IPv6 aware URL parsing | Daniel Stenberg |
2019-11-02 | certs/Server-localhost-lastSAN-sv: regenerate with sha256 | Marcel Raad |
2019-11-02 | copyrights: update all copyright notices to 2019 on files changed this year | Vilhelm Prytz |
2019-10-30 | url: make Curl_close() NULLify the pointer too | 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-20 | runtests: get textaware info from curl instead of perl | 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-13 | smbserver: fix Python 3 compatibility | Marcel Raad |
2019-10-09 | tests: use port 2 instead of 60000 for a safer non-listening port | Daniel Stenberg |
2019-10-09 | docs: document it as --no-progress-meter instead of the reverse | 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 | git: add tests/server/disabled to .gitignore | Emil Engler |
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-27 | tests: fix narrowing conversion warnings | Marcel Raad |
2019-09-26 | Revert "FTP: url-decode path before evaluation" | Daniel Stenberg |
2019-09-26 | FTP: url-decode path before evaluation | Zenju |
2019-09-24 | urlapi: question mark within fragment is still fragment | Daniel Stenberg |
2019-09-19 | urlapi: CURLU_NO_AUTHORITY allows empty authority/host part | Jens Finkhaeuser |
2019-09-18 | FTP: remove trailing slash from path for LIST/MLSD | Zenju |
2019-09-16 | unit1655: make it C90 compliant | Daniel Stenberg |
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-09-10 | urlapi: verify the IPv6 numerical address | Daniel Stenberg |
2019-08-31 | Curl_addr2string: take an addrlen argument too | Daniel Stenberg |
2019-08-23 | defines: avoid underscore-prefixed defines | Daniel Stenberg |
2019-08-16 | http: fix use of credentials from URL when using HTTP proxy | Daniel Stenberg |
2019-08-15 | tests: Replace outdated test case numbering documentation | Mike Crowe |
2019-08-14 | vauth: Use CURLE_AUTH_ERROR for auth function errors | Jay Satiro |
2019-08-09 | http3: make connection reuse work | Daniel Stenberg |
2019-08-08 | cleanup: s/curl_debug/curl_dbg_debug in comments and docs | Daniel Stenberg |