aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-12-19test1456: remove the use of a fixed local portDaniel Stenberg
2019-12-18test1270: a basic -w redirect_url testDaniel Stenberg
2019-12-16tests: make sure checksrc runs on header files tooDaniel Stenberg
2019-12-15lib1591: free memory properly on OOM, in the trailers callbackDaniel Stenberg
2019-12-15runtests: --repeat=[num] to repeat testsDaniel Stenberg
2019-12-13tests: use DoH feature for DoH testsMarcel Raad
2019-12-13tests: fix build with `CURL_DISABLE_DOH`Marcel Raad
2019-12-13unit1620: fix bad free in OOMDaniel Stenberg
2019-12-13unit1609: fix mem-leak in OOMDaniel Stenberg
2019-12-13unit1607: fix mem-leak in OOMDaniel Stenberg
2019-12-13lib1559: fix mem-leak in OOMDaniel Stenberg
2019-12-13lib1557: fix mem-leak in OOMDaniel Stenberg
2019-12-11runtests: introduce --shallow to reduce huge torture testsDaniel Stenberg
2019-12-09tests: make it possible to set executable extensionsMarc Hoersken
2019-12-09tests: fix permissions of ssh keys in WSLMarc Hoersken
2019-12-09tests: use \r\n for log messages in WSLMarc Hoersken
2019-12-09conncache: fix multi-thread use of shared connection cacheDaniel Stenberg
2019-12-05etag: allow both --etag-compare and --etag-save in same cmdlineDaniel Stenberg
2019-12-05test342: make it return a 304 as the tag matchesDaniel Stenberg
2019-12-03curl_setup: disable IPv6 resolver without `getaddrinfo`Marcel Raad
2019-12-01build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro
2019-11-28curl: two new command line options for etagsMaros Priputen
2019-11-26dist: add error-codes.plMarcel Raad
2019-11-25multi: add curl_multi_wakeup()Gergely Nagy
2019-11-22test1175: verify symbols-in-versions and libcurl-errors.3 in syncDaniel Stenberg
2019-11-21include: make CURLE_HTTP3 use a new error codeDaniel Stenberg
2019-11-16doh: improced both encoding and decodingNiall
2019-11-14curl: fix -T globbingDaniel Stenberg
2019-11-12quiche: reject headers in the wrong orderDaniel Stenberg
2019-11-12CURL-DISABLE: initial docs for the CURL_DISABLE_* definesDaniel Stenberg
2019-11-10test1558: use double slash after file:Marcel Raad
2019-11-09strerror: Fix an error looking up some Windows error stringsJay Satiro
2019-11-08test1560: require IPv6 for IPv6 aware URL parsingDaniel Stenberg
2019-11-02certs/Server-localhost-lastSAN-sv: regenerate with sha256Marcel Raad
2019-11-02copyrights: update all copyright notices to 2019 on files changed this yearVilhelm Prytz
2019-10-30url: make Curl_close() NULLify the pointer tooDaniel Stenberg
2019-10-24test1591: fix spelling of http featureMarcel Raad
2019-10-23conn-reuse: requests wanting NTLM can reuse non-NTLM connectionsDaniel Stenberg
2019-10-23tests: add missing proxy featuresMarcel Raad
2019-10-21tests: use %FILE_PWD for file:// URLsMarcel Raad
2019-10-21tests: add `connect to non-listen` keywordsMarcel Raad
2019-10-20runtests: get textaware info from curl instead of perlMarcel Raad
2019-10-17test1162: disable MSYS2's POSIX path conversionMarcel Raad
2019-10-16url: normalize CURLINFO_EFFECTIVE_URLDaniel Stenberg
2019-10-16tests: line ending fixes for WindowsMarcel Raad
2019-10-15tests: use proxy featureMarcel Raad
2019-10-13smbserver: fix Python 3 compatibilityMarcel Raad
2019-10-09tests: use port 2 instead of 60000 for a safer non-listening portDaniel Stenberg
2019-10-09docs: document it as --no-progress-meter instead of the reverseDaniel Stenberg
2019-10-05curl: ensure HTTP 429 triggers --retryStian Soiland-Reyes