aboutsummaryrefslogtreecommitdiff
path: root/tests/data
AgeCommit message (Expand)Author
2020-02-26smtp: Support UTF-8 based host names in the VRFY commandSteve Holme
2020-02-26smtp: Support UTF-8 based host names in the RCPT TO commandSteve Holme
2020-02-26smtp: Support UTF-8 based host names in the MAIL commandSteve Holme
2020-02-25smtp: Added UTF-8 mailbox tests to verify existing behaviourSteve Holme
2020-02-24ftpserver: Updated VRFY_smtp() so the response isn't necessary in the test caseSteve Holme
2020-02-24hmac: Added a unit test for the HMAC hash generationSteve Holme
2020-02-23tests: Added a unit test for MD4 digest generationSteve Holme
2020-02-23test1610: Fixed the link to the unit testSteve Holme
2020-02-22tests: Added a unit test for SHA256 digest generationSteve Holme
2020-02-09altsvc: keep a copy of the file name to survive handle resetDaniel Stenberg
2020-02-07digest: Do not quote algorithm in HTTP authorisationPierre-Yves Bigourdan
2020-02-07ftp: remove superfluous checking for crlf in user or pwdDaniel Stenberg
2020-01-28global_init: move the IPv6 works status bool to multi handleDaniel Stenberg
2020-01-21smtp: Allow RCPT TO command to fail for some recipientsPavel Volgarev
2020-01-21curl: Let -D merge headers in one file againEmil Engler
2020-01-20HTTP: increase EXPECT_100_THRESHOLD to 1Mb加藤郁之
2020-01-13curl: make #0 not output the full URLDaniel Stenberg
2020-01-11ngtcp2: Add an error code for QUIC connection errorsEmil Engler
2020-01-11multi: Change curl_multi_wait/poll to error on negative timeoutJay Satiro
2020-01-09test1167: verify global symbols in public headers are curl prefixedDaniel Stenberg
2020-01-06TrackMemory tests: always remove CR before LFMarcel Raad
2020-01-06curl -w: handle a blank input file correctlyDaniel Stenberg
2020-01-04curl: properly free mimepost dataDaniel Stenberg
2019-12-31tests: Change NTLM tests to require SSLJay Satiro
2019-12-19sws: search for "Testno:" header uncondtionally if no testnoDaniel Stenberg
2019-12-19tests: set LC_ALL in more testsDaniel Stenberg
2019-12-19test165: set LC_ALL=en_US.UTF-8 tooDaniel Stenberg
2019-12-19test1456: remove the use of a fixed local portDaniel Stenberg
2019-12-18test1270: a basic -w redirect_url testDaniel Stenberg
2019-12-13tests: use DoH feature for DoH testsMarcel Raad
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-11-28curl: two new command line options for etagsMaros Priputen
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-14curl: fix -T globbingDaniel Stenberg
2019-11-12quiche: reject headers in the wrong orderDaniel Stenberg
2019-11-10test1558: use double slash after file:Marcel Raad
2019-11-08test1560: require IPv6 for IPv6 aware URL parsingDaniel 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-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