summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: support hex encoded data and mqtt serverDaniel Stenberg2020-04-144-8/+132
* test1908: avoid using fixed port number in test dataDaniel Stenberg2020-04-131-1/+1
* tests/server: add hidden window to gracefully handle WM_CLOSEMarc Hoersken2020-04-121-0/+88
* tests/server: add CTRL event handler for Win32 consolesMarc Hoersken2020-04-121-0/+48
* tests/server: move all signal handling routines to util.[ch]Marc Hoersken2020-04-127-647/+158
* tests/server/util.c: use curl_off_t instead of long for pidMarc Hoersken2020-04-111-3/+3
* tests: use Cygwin/msys PIDs for stunnel and sshd on WindowsMarc Hoersken2020-04-112-4/+35
* tests: add Windows compatible pidwait like pidkill and pidtermMarc Hoersken2020-04-113-11/+33
* tests: fix conflict between Cygwin/msys and Windows PIDsMarc Hoersken2020-04-115-33/+79
* test1148: tolerate progress updates better (again)Jay Satiro2020-04-111-7/+7
* sshserver.pl: use cached Win32 environment check variableMarc Hoersken2020-04-101-2/+2
* server/resolve: remove AI_CANONNAME to make macos tell the truthDaniel Stenberg2020-04-091-1/+1
* runtests: fix warning about using an undefined variableDaniel Stenberg2020-04-091-2/+2
* runtests: provide nicer errormsg when protocol "dump" file is emptyDaniel Stenberg2020-04-081-0/+7
* tests: verify split initial HTTP requests with CURL_SMALLREQSENDDaniel Stenberg2020-04-083-27/+159
* tests/README: update the port numbers listDaniel Stenberg2020-04-071-6/+5
* cleanup: correct copyright year range on a few filesDaniel Stenberg2020-04-061-1/+1
* 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