summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* lib670: use the same Win32 API check as all other lib testsMarc Hoersken2020-04-051-1/+1
* appveyor: show failed tests in log even if test is ignoredMarc Hoersken2020-04-051-6/+7
* 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
* sockfilt: remove redundancy in timeout handlingMarc Hoersken2020-04-031-13/+13
* sockfilt: fix handling of ready closed sockets on WindowsMarc Hoersken2020-04-031-25/+35
* sockfilt: fix race-condition of waiting threads and event handlingMarc Hoersken2020-04-031-83/+163
* runtests.pl: log host OS as detected by Perl environmentMarc Hoersken2020-04-021-1/+3
* ftpserver.pl: log before and after data connection is closedMarc Hoersken2020-04-021-1/+4
* build: fixed build for systems with select() in unistd.hHarry Sintonen2020-03-311-0/+2
* cleanup: insert newline after if() conditionsDaniel 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