summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* http2: make pausing/unpausing set/clear local stream windowDaniel Stenberg2020-02-271-1/+1
* tests: Automatically deduce the tool name from the test case for unit testsSteve Holme2020-02-2739-153/+16
* test1323: Added the missing 'unit test' feature requirement in the test caseSteve Holme2020-02-271-0/+3
* http: added 417 response treatmentDaniel Stenberg2020-02-264-8/+124
* smtp: Support the SMTPUTF8 extension for the EXPN commandSteve Holme2020-02-262-1/+51
* smtp: Support the SMTPUTF8 extension in the VRFY commandSteve Holme2020-02-264-6/+116
* smtp: Support the SMTPUTF8 extension in the RCPT TO commandSteve Holme2020-02-263-5/+73
* smtp: Support the SMTPUTF8 extension in the MAIL commandSteve Holme2020-02-263-6/+75
* smtp: Support UTF-8 based host names in the VRFY commandSteve Holme2020-02-264-2/+59
* 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-242-6/+15
* ftpserver: Corrected the e-mail address regex in MAIL_smtp() and RCTP_smtp()Steve Holme2020-02-241-3/+3
* hmac: Added a unit test for the HMAC hash generationSteve Holme2020-02-244-2/+96
* tests: Added a unit test for MD4 digest generationSteve Holme2020-02-234-2/+89
* test1610: Fixed the link to the unit testSteve Holme2020-02-231-1/+1
* md5/sha256: Updated the functions to allow non-string data to be hashedSteve Holme2020-02-232-11/+13
* tests: Added a unit test for SHA256 digest generationSteve Holme2020-02-224-2/+116
* altsvc: make saving the cache an atomic operationDaniel Stenberg2020-02-181-2/+2
* altsvc: keep a copy of the file name to survive handle resetDaniel Stenberg2020-02-094-1/+124
* 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
* cleanup: fix typos and wording in docs and commentsPedro Monreal2020-02-023-6/+6
* urlapi: guess scheme correct even with credentials givenDaniel Stenberg2020-01-281-1/+9
* global_init: move the IPv6 works status bool to multi handleDaniel Stenberg2020-01-281-2/+0
* llist: removed unused Curl_llist_move()Daniel Stenberg2020-01-241-51/+1
* 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-094-3/+160
* libtest/mk-lib1521: adapt to new public header layoutDaniel Stenberg2020-01-091-23/+24
* runtests: make random seed fixed for a monthDaniel Stenberg2020-01-092-10/+39
* 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: Fix bounce requests with truncated writesMarc Aldorasi2020-01-031-0/+2
* tests: Change NTLM tests to require SSLJay Satiro2019-12-3148-0/+48
* sws: search for "Testno:" header uncondtionally if no testnoDaniel Stenberg2019-12-192-18/+25
* 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: make sure checksrc runs on header files tooDaniel Stenberg2019-12-164-5/+5
* lib1591: free memory properly on OOM, in the trailers callbackDaniel Stenberg2019-12-151-4/+17
* runtests: --repeat=[num] to repeat testsDaniel Stenberg2019-12-152-0/+19
* tests: use DoH feature for DoH testsMarcel Raad2019-12-133-1/+2