summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* cleanup: insert newline after if() conditionbagder/checksrc-onelineconditionDaniel Stenberg2020-03-302-7/+11
* dist: add tests/version-scan.pl to tarballDaniel Stenberg2020-03-291-1/+1
* test1177: verify that all the CURL_VERSION_ bits are documentedDaniel Stenberg2020-03-293-1/+92
* writeout_json: Fix data type issuesMichael Kaufmann2020-03-271-1/+1
* sockfilt: add logmsg output to select_ws_wait_thread on WindowsMarc Hoersken2020-03-261-1/+10
* copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg2020-03-24106-88/+468
* 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-196-22/+53
* schannel: add "best effort" revocation check optionJohannes Schindelin2020-03-183-1/+66
* 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/README: add note about manually installing python-impacketMarc Hoersken2020-03-151-0/+9
* tests: remove python_dependencies for smbserver from our treeMarc Hoersken2020-03-1516-18137/+13
* server/getpart: make the "XML-parser" stricterDaniel Stenberg2020-03-133-12/+21
* impacket: some more Python 3 code compatibility updatesMarc Hoersken2020-03-133-13/+18
* smbserver: pin Python version to 2 since we are not yet 3 compatibleMarc Hoersken2020-03-131-1/+1
* cleanup: fix some text/comment typosViktor Szakats2020-03-123-4/+4
* smbserver: fix Python version specific ConfigParser importMarc Hoersken2020-03-122-5/+5
* 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
* tests/server: fix missing use of exe_ext helper functionMarc Hoersken2020-03-102-2/+10
* runtests: log minimal and maximal used port numbersMarc Hoersken2020-03-101-0/+7
* sftp: fix segfault regression introduced by #4747Jim Fuller2020-03-092-1/+47
* silly web server: silent a compilation warningPatrick Monnerat2020-03-081-1/+1
* test 1560: avoid valgrind false positivesPatrick Monnerat2020-03-081-1/+4
* lib1564: reduce number of mid-wait wakeup callsDaniel Stenberg2020-03-071-2/+2
* mime: fix the binary encoder to handle large data properlyPatrick Monnerat2020-03-075-3/+422
* 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