summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests/http: more tests with specific clientsStefan Eissing2023-04-2620-15/+1515
* man pages: simplify the .TH sectionsDaniel Stenberg2023-04-262-2/+2
* hostcheck: fix host name wildcard checkingDaniel Stenberg2023-04-264-152/+180
* smbserver: remove temporary files before exitDan Fandrich2023-04-251-1/+54
* Websocket en-/decodingStefan Eissing2023-04-251-0/+15
* h2/h3: replace `state.drain` counter with `state.dselect_bits`Stefan Eissing2023-04-251-1/+1
* runtests: support buffering log messages in runner & serversDan Fandrich2023-04-245-33/+100
* runtests: more consistently use logmsg in server control codeDan Fandrich2023-04-241-15/+16
* runtests: create runner functions for clearlocks and stopserversDan Fandrich2023-04-243-6/+24
* runtests: tightened servers package exportsDan Fandrich2023-04-243-8/+28
* runtests: display logs on server failure in singletest()Dan Fandrich2023-04-242-22/+29
* runtests: turn a print into a logmsgDan Fandrich2023-04-241-3/+4
* runtests: move showdiff into runtests.plDan Fandrich2023-04-222-45/+46
* devtest: add a new script for testing the test harnessDan Fandrich2023-04-222-1/+194
* runtests: refactor the main test loop into twoDan Fandrich2023-04-223-68/+123
* runtests: track only the current test timings in runner.pmDan Fandrich2023-04-223-53/+81
* runtests: skip test preprocessing when doing -lDan Fandrich2023-04-221-16/+20
* runtests: simplify value returned regarding use of valgrindDan Fandrich2023-04-222-11/+10
* runtests: fix quoting in Appveyor and Azure test integrationDan Fandrich2023-04-222-57/+57
* runtests: spread out the port numbers used by serversDan Fandrich2023-04-181-21/+29
* runtests: fix problems on <killserver> failureDan Fandrich2023-04-181-0/+3
* runtests: fix perl warning when <tool> is wrongDan Fandrich2023-04-181-1/+1
* runtests: don't try to stop stunnel before trying againDan Fandrich2023-04-181-2/+7
* runtests: don't accidentally randomly choose the same portDan Fandrich2023-04-181-10/+10
* runtests: don't attempt to use a port we know is in useDan Fandrich2023-04-181-1/+16
* http-server: fix server name in a log messageDan Fandrich2023-04-181-1/+1
* runtests: refactor into more packagesDan Fandrich2023-04-186-303/+332
* runtests: call timestampskippedevents() in singletestDan Fandrich2023-04-182-10/+1
* runtests: assume a newer Valgrind by defaultDan Fandrich2023-04-182-6/+10
* runtests: refactor test runner code into runner.pmDan Fandrich2023-04-184-833/+989
* runtests: skip unneeded work if test won't be runningDan Fandrich2023-04-181-25/+35
* runtests: factor out singletest_postcheckDan Fandrich2023-04-181-7/+24
* test303: kill server after testDan Fandrich2023-04-181-0/+3
* tests/sshserver.pl: Define AddressFamily earlierSevan Janiyan2023-04-181-1/+2
* tests/keywords.pl: removeDaniel Stenberg2023-04-171-159/+0
* http2: support HTTP/2 to forward proxies, non-tunnelingStefan Eissing2023-04-1711-144/+354
* tests/libtest/lib1900.c: removeDaniel Stenberg2023-04-171-250/+0
* curl: do NOT append file name to path for upload when there's a queryDaniel Stenberg2023-04-152-1/+54
* tests: make test_12_01 a bit more forgiving on connection countsStefan Eissing2023-04-131-5/+2
* urlapi: cleanupsDaniel Stenberg2023-04-132-19/+19
* pathhelp: use the cached $use_cygpath when availableDan Fandrich2023-04-111-9/+6
* runtests: eliminate unneeded variableDan Fandrich2023-04-111-4/+2
* runtests: make the # of server start attempts a constantDan Fandrich2023-04-111-9/+10
* runtests: on startup failure call displaylogs only in serverfortestDan Fandrich2023-04-112-27/+5
* runtests: return an error code with startservers()Dan Fandrich2023-04-112-142/+155
* runtests: abort early if runpingpongserver is given a bad server typeDan Fandrich2023-04-111-7/+8
* runtests: don't use the SMB server verification time as referenceDan Fandrich2023-04-111-1/+0
* tests: factor out the test server management codeDan Fandrich2023-04-115-2883/+3094
* runtests: remove an inappropriate use of runclientoutputDan Fandrich2023-04-111-1/+1
* runtests: only add $LIBDIR to the path for checktestcmdDan Fandrich2023-04-111-4/+4