Age | Commit message (Expand) | Author |
2019-12-15 | lib1591: free memory properly on OOM, in the trailers callback | Daniel Stenberg |
2019-12-15 | runtests: --repeat=[num] to repeat tests | Daniel Stenberg |
2019-12-13 | tests: use DoH feature for DoH tests | Marcel Raad |
2019-12-13 | tests: fix build with `CURL_DISABLE_DOH` | Marcel Raad |
2019-12-13 | unit1620: fix bad free in OOM | Daniel Stenberg |
2019-12-13 | unit1609: fix mem-leak in OOM | Daniel Stenberg |
2019-12-13 | unit1607: fix mem-leak in OOM | Daniel Stenberg |
2019-12-13 | lib1559: fix mem-leak in OOM | Daniel Stenberg |
2019-12-13 | lib1557: fix mem-leak in OOM | Daniel Stenberg |
2019-12-11 | runtests: introduce --shallow to reduce huge torture tests | Daniel Stenberg |
2019-12-09 | tests: make it possible to set executable extensions | Marc Hoersken |
2019-12-09 | tests: fix permissions of ssh keys in WSL | Marc Hoersken |
2019-12-09 | tests: use \r\n for log messages in WSL | Marc Hoersken |
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-12-03 | curl_setup: disable IPv6 resolver without `getaddrinfo` | Marcel Raad |
2019-12-01 | build: Disable Visual Studio warning "conditional expression is constant" | Jay Satiro |
2019-11-28 | curl: two new command line options for etags | Maros Priputen |
2019-11-26 | dist: add error-codes.pl | Marcel Raad |
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-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 |