summaryrefslogtreecommitdiff
path: root/tests/data
Commit message (Expand)AuthorAgeFilesLines
* smtp: Support UTF-8 based host names in the VRFY commandSteve Holme2020-02-263-1/+52
* smtp: Support UTF-8 based host names in the RCPT TO commandSteve Holme2020-02-263-0/+66
* smtp: Support UTF-8 based host names in the MAIL commandSteve Holme2020-02-263-1/+66
* smtp: Added UTF-8 mailbox tests to verify existing behaviourSteve Holme2020-02-258-1/+359
* ftpserver: Updated VRFY_smtp() so the response isn't necessary in the test caseSteve Holme2020-02-241-3/+0
* hmac: Added a unit test for the HMAC hash generationSteve Holme2020-02-242-1/+27
* tests: Added a unit test for MD4 digest generationSteve Holme2020-02-232-1/+27
* test1610: Fixed the link to the unit testSteve Holme2020-02-231-1/+1
* tests: Added a unit test for SHA256 digest generationSteve Holme2020-02-222-1/+29
* altsvc: keep a copy of the file name to survive handle resetDaniel Stenberg2020-02-092-0/+72
* digest: Do not quote algorithm in HTTP authorisationPierre-Yves Bigourdan2020-02-0714-14/+14
* ftp: remove superfluous checking for crlf in user or pwdDaniel Stenberg2020-02-072-2/+38
* global_init: move the IPv6 works status bool to multi handleDaniel Stenberg2020-01-281-2/+0
* smtp: Allow RCPT TO command to fail for some recipientsPavel Volgarev2020-01-217-1/+320
* curl: Let -D merge headers in one file againEmil Engler2020-01-215-0/+20
* HTTP: increase EXPECT_100_THRESHOLD to 1Mb加藤郁之2020-01-207-12/+9
* curl: make #0 not output the full URLDaniel Stenberg2020-01-132-1/+69
* ngtcp2: Add an error code for QUIC connection errorsEmil Engler2020-01-111-1/+2
* multi: Change curl_multi_wait/poll to error on negative timeoutJay Satiro2020-01-111-1/+2
* test1167: verify global symbols in public headers are curl prefixedDaniel Stenberg2020-01-092-1/+26
* TrackMemory tests: always remove CR before LFMarcel Raad2020-01-062-0/+2
* curl -w: handle a blank input file correctlyDaniel Stenberg2020-01-062-1/+49
* curl: properly free mimepost dataDaniel Stenberg2020-01-042-2/+69
* tests: Change NTLM tests to require SSLJay Satiro2019-12-3148-0/+48
* sws: search for "Testno:" header uncondtionally if no testnoDaniel Stenberg2019-12-191-1/+2
* tests: set LC_ALL in more testsDaniel Stenberg2019-12-193-3/+3
* test165: set LC_ALL=en_US.UTF-8 tooDaniel Stenberg2019-12-191-1/+1
* test1456: remove the use of a fixed local portDaniel Stenberg2019-12-191-2/+8
* test1270: a basic -w redirect_url testDaniel Stenberg2019-12-182-1/+70
* tests: use DoH feature for DoH testsMarcel Raad2019-12-133-1/+2
* conncache: fix multi-thread use of shared connection cacheDaniel Stenberg2019-12-091-0/+6
* etag: allow both --etag-compare and --etag-save in same cmdlineDaniel Stenberg2019-12-052-1/+62
* test342: make it return a 304 as the tag matchesDaniel Stenberg2019-12-051-3/+2
* curl: two new command line options for etagsMaros Priputen2019-11-284-2/+180
* multi: add curl_multi_wakeup()Gergely Nagy2019-11-255-2/+76
* test1175: verify symbols-in-versions and libcurl-errors.3 in syncDaniel Stenberg2019-11-222-1/+26
* include: make CURLE_HTTP3 use a new error codeDaniel Stenberg2019-11-211-2/+3
* curl: fix -T globbingDaniel Stenberg2019-11-144-0/+223
* quiche: reject headers in the wrong orderDaniel Stenberg2019-11-121-1/+1
* test1558: use double slash after file:Marcel Raad2019-11-101-5/+1
* test1560: require IPv6 for IPv6 aware URL parsingDaniel Stenberg2019-11-081-0/+1
* test1591: fix spelling of http featureMarcel Raad2019-10-241-1/+1
* conn-reuse: requests wanting NTLM can reuse non-NTLM connectionsDaniel Stenberg2019-10-232-1/+64
* tests: add missing proxy featuresMarcel Raad2019-10-232-0/+2
* tests: use %FILE_PWD for file:// URLsMarcel Raad2019-10-2119-19/+19
* tests: add `connect to non-listen` keywordsMarcel Raad2019-10-212-0/+2
* test1162: disable MSYS2's POSIX path conversionMarcel Raad2019-10-171-0/+4
* url: normalize CURLINFO_EFFECTIVE_URLDaniel Stenberg2019-10-162-1/+54
* tests: line ending fixes for WindowsMarcel Raad2019-10-1619-19/+19
* tests: use proxy featureMarcel Raad2019-10-15133-5/+287