summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* mime: do not perform more than one read in a rowPatrick Monnerat2020-03-0713-27/+530
* mime: latch last read callback status.Patrick Monnerat2020-03-079-2/+577
* runtests: fix missing use of exe_ext helper functionMarc Hoersken2020-03-071-2/+2
* tests: use native Sleep function as fallback on WindowsMarc Hoersken2020-03-071-2/+7
* perl: align order and completeness of Windows OS checksMarc Hoersken2020-03-071-1/+1
* libssh: Fix matching user-specified MD5 hex keyJay Satiro2020-03-078-5/+142
* unit1612: fixed the inclusion and compilation of the HMAC unit testSteve Holme2020-03-062-2/+3
* polarssl: remove more references and mentionsDaniel Stenberg2020-03-051-5/+0
* tests: wrap ignored test failures in bracesMarc Hoersken2020-03-041-1/+7
* tests: align some Windows sleep defines with each otherMarc Hoersken2020-03-043-5/+5
* tests: try to make sleeping portable by avoiding selectMarc Hoersken2020-03-043-8/+37
* runtests.1: rephrase how to specify what tests to runDaniel Stenberg2020-03-041-16/+25
* ci/tests: fix escaping of testnames and disable proxy for CI APIsMarc Hoersken2020-03-032-8/+14
* ci/tests: Make it possible to still run but ignore failing testsMarc Hoersken2020-03-033-17/+52
* ci/tests: Move CI test result creation above environment setupMarc Hoersken2020-03-031-10/+14
* ci/tests: Send test results to AppVeyor for status overviewMarc Hoersken2020-03-033-1/+115
* dist: include tests/azure.pm in the tarballDaniel Stenberg2020-03-031-1/+2
* tests: disable 962, 963 and 964 on WindowsDaniel Stenberg2020-03-023-0/+3
* tests: disable SMTP UTF-8 tests on WindowsSteve Holme2020-03-0214-3/+27
* Revert "mime: latch last read callback status."Daniel Stenberg2020-03-029-558/+2
* Revert "mime: do not perform more than one read in a row"Daniel Stenberg2020-03-0213-530/+27
* Revert "mime: fix the binary encoder to handle large data properly"Daniel Stenberg2020-03-025-422/+3
* mime: fix the binary encoder to handle large data properlyPatrick Monnerat2020-03-025-3/+422
* mime: do not perform more than one read in a rowPatrick Monnerat2020-03-0213-27/+530
* mime: latch last read callback status.Patrick Monnerat2020-03-029-2/+558
* unit1651: Fixed conversion compilation warningSteve Holme2020-03-011-2/+2
* ci/tests: Fix typo in previous commit 597cf2Marc Hoersken2020-03-011-1/+1
* ci/tests: Make sure that the AZURE_ACCESS_TOKEN is availableMarc Hoersken2020-03-011-1/+1
* runtests: fix output to command logJay Satiro2020-02-291-14/+3
* ci/tests: Send test results to Azure DevOps for reportingMarc Hoersken2020-02-292-1/+172
* tests: fix Python 3 compatibility of smbserver.pyMarc Hoersken2020-02-271-2/+5
* runtests: restore the command logDaniel Stenberg2020-02-271-3/+3
* 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