summaryrefslogtreecommitdiff
path: root/tests/data
Commit message (Expand)AuthorAgeFilesLines
* getinfo: provide CURLINFO_HEADER_SIZE and CURLINFO_REQUEST_SIZE overrideDaniel Stenberg2020-03-221-1/+2
* test970: improve the testDaniel Stenberg2020-03-221-19/+7
* tests: add test 430, 431 and 432 to verify the --config fixDaniel Stenberg2020-03-204-0/+298
* test2100: fix static port instead of dynamic value being usedMarc Hoersken2020-03-201-0/+0
* test970: fix static ip:port instead of dynamic values being usedMarc Hoersken2020-03-201-1/+1
* tests: make Python-based servers compatible with Python 2 and 3Marc Hoersken2020-03-192-2/+1
* schannel: add "best effort" revocation check optionJohannes Schindelin2020-03-182-0/+63
* test 970: verify --write-out '%{json}'Daniel Stenberg2020-03-172-1/+78
* DISABLED: disable test 323Daniel Stenberg2020-03-171-0/+3
* tests: fix verification of stdout in test 1452 due to newlineMarc Hoersken2020-03-151-1/+3
* tests: remove python_dependencies for smbserver from our treeMarc Hoersken2020-03-151-0/+3
* server/getpart: make the "XML-parser" stricterDaniel Stenberg2020-03-131-5/+9
* tests/data: Fix some XML formatting issues in test casesDan Fandrich2020-03-113-3/+3
* test1129: fix invalid case of closing XML-tag and Content-LengthMarc Hoersken2020-03-101-6/+5
* tests/data: fix static ip instead of dynamic value being usedMarc Hoersken2020-03-102-4/+4
* tests/data: fix static ip:port instead of dynamic values being usedMarc Hoersken2020-03-105-9/+9
* sftp: fix segfault regression introduced by #4747Jim Fuller2020-03-092-1/+47
* mime: fix the binary encoder to handle large data properlyPatrick Monnerat2020-03-072-1/+294
* mime: do not perform more than one read in a rowPatrick Monnerat2020-03-078-17/+277
* mime: latch last read callback status.Patrick Monnerat2020-03-076-0/+290
* libssh: Fix matching user-specified MD5 hex keyJay Satiro2020-03-073-1/+89
* tests: disable 962, 963 and 964 on WindowsDaniel Stenberg2020-03-023-0/+3
* tests: disable SMTP UTF-8 tests on WindowsSteve Holme2020-03-0212-0/+20
* Revert "mime: latch last read callback status."Daniel Stenberg2020-03-026-290/+0
* Revert "mime: do not perform more than one read in a row"Daniel Stenberg2020-03-028-277/+17
* Revert "mime: fix the binary encoder to handle large data properly"Daniel Stenberg2020-03-022-294/+1
* mime: fix the binary encoder to handle large data properlyPatrick Monnerat2020-03-022-1/+294
* mime: do not perform more than one read in a rowPatrick Monnerat2020-03-028-17/+277
* mime: latch last read callback status.Patrick Monnerat2020-03-026-0/+290
* 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-2738-148/+0
* test1323: Added the missing 'unit test' feature requirement in the test caseSteve Holme2020-02-271-0/+3
* http: added 417 response treatmentDaniel Stenberg2020-02-262-1/+98
* 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-263-1/+106
* smtp: Support the SMTPUTF8 extension in the RCPT TO commandSteve Holme2020-02-262-1/+66
* smtp: Support the SMTPUTF8 extension in the MAIL commandSteve Holme2020-02-262-1/+66
* 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