summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* md4: only build when usedMarcel Raad2023-05-131-1/+1
* test2306: verify getting a second response with folded headersDaniel Stenberg2023-05-124-2/+124
* tool_operate: refuse (--data or --form) and --continue-at comboDaniel Stenberg2023-05-082-1/+35
* runtests: fix -c option when run with valgrindDan Fandrich2023-05-053-10/+27
* runtests: support creating more than one runner processDan Fandrich2023-05-052-33/+72
* runtests: spawn a new process for the test runnerDan Fandrich2023-05-053-21/+110
* runtests: turn singletest() into a state machineDan Fandrich2023-05-052-140/+210
* runtests: change runner interface to be asynchronousDan Fandrich2023-05-052-14/+210
* runtests: call citest_finishtest in singletestDan Fandrich2023-05-051-8/+21
* runtests: add a runner initialization functionDan Fandrich2023-05-052-16/+37
* runtests: remove directory from server filename variablesDan Fandrich2023-05-054-54/+58
* runtests: reduce package exports after refactoringDan Fandrich2023-05-052-36/+15
* runtests: use a function to obtain $LOGDIR for a testDan Fandrich2023-05-052-21/+44
* checksrc: find bad indentation in conditions without open braceDaniel Stenberg2023-04-282-5/+5
* http2: do flow window accounting for cancelled streamsStefan Eissing2023-04-282-32/+148
* tests/http: make curl_setup.h the first includeMarcel Raad2023-04-284-18/+20
* tests/http: fix out-of-tree buildsDan Fandrich2023-04-273-2/+4
* 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