summaryrefslogtreecommitdiff
path: root/tests/data
Commit message (Expand)AuthorAgeFilesLines
* test1245: make it work with dynamic FTP server portbagder/tests-on-dynportDaniel Stenberg2020-04-181-5/+1
* test1055: make it work with dynamic FTP portDaniel Stenberg2020-04-181-5/+1
* test1028: make it run on dynamic FTP server portDaniel Stenberg2020-04-181-5/+1
* test1056: work with dynamic HTTP ipv6 portDaniel Stenberg2020-04-181-6/+2
* test1448: work with dynamic HTTP server portDaniel Stenberg2020-04-181-2/+2
* tests: introduce preprocessed test casesDaniel Stenberg2020-04-181-6/+2
* tests: make 2006-2010 handle different port number lengthsDaniel Stenberg2020-04-185-8/+24
* test2043: use revoked.badssl.com instead of revoked.grc.comMarc Hoersken2020-04-141-1/+1
* tests: add four MQTT tests 1190 - 1193Daniel Stenberg2020-04-145-0/+236
* test1908: avoid using fixed port number in test dataDaniel Stenberg2020-04-131-1/+1
* test1148: tolerate progress updates better (again)Jay Satiro2020-04-111-7/+7
* tests: verify split initial HTTP requests with CURL_SMALLREQSENDDaniel Stenberg2020-04-083-27/+159
* test1566: verify --etag-compare that gets a 304 backDaniel Stenberg2020-04-052-0/+66
* curl: allow both --etag-compare and --etag-save with same file nameKwon-Young Choi2020-04-053-1/+120
* test1177: verify that all the CURL_VERSION_ bits are documentedDaniel Stenberg2020-03-292-1/+26
* writeout_json: Fix data type issuesMichael Kaufmann2020-03-271-1/+1
* copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg2020-03-242-0/+42
* 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