summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* urlapi: accept :: as a valid IPv6 addressDaniel Stenberg2020-05-081-0/+9
* runtests: show elapsed test time with higher precision (ms)Daniel Stenberg2020-05-071-1/+1
* test613.pl: make tests 613 and 614 work with OpenSSH for WindowsMarc Hoersken2020-05-063-7/+17
* runtests: set +x mode againDaniel Stenberg2020-05-061-0/+0
* dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg2020-05-044-6/+10
* runtests: remove sleep callsDaniel Stenberg2020-05-031-19/+0
* sockfilt: make select_ws stop waiting on exit signal eventMarc Hoersken2020-05-021-2/+12
* tests/server/util.[ch]: add exit event to stop waiting on WindowsMarc Hoersken2020-05-022-0/+24
* tests/server/util.c: fix thread handle not being closedMarc Hoersken2020-05-021-2/+9
* tests/server/util.c: use raise instead of calling signal handlerMarc Hoersken2020-05-021-2/+2
* tests: add support for SSH server variant specific transfer pathsMarc Hoersken2020-05-0251-49/+61
* runtests: make the logmsg from the ssh server only show in verboseDaniel Stenberg2020-05-021-1/+1
* tests: make test 1248 + 1249 use %NOLISTENPORTDaniel Stenberg2020-05-022-2/+2
* runtests: fix typo in the existence of disabled tests checkerEmil Engler2020-04-301-1/+1
* test75: Remove precheck testDan Fandrich2020-04-303-40/+1
* tests: Stop referring to server ports when they're not usedDan Fandrich2020-04-3025-25/+25
* conncache: various concept cleanupsDaniel Stenberg2020-04-302-5/+15
* tests: tests: run stunnel for HTTPS and FTPS on dynamic portsDaniel Stenberg2020-04-301-58/+72
* tests: pick a random port number for SSHDaniel Stenberg2020-04-301-56/+76
* libtest/cmake: Remove commented codeRikard Falkeborn2020-04-301-76/+0
* test1177: look for curl.h in source directoryKamil Dudka2020-04-291-1/+1
* tests: look for preprocessed tests in build directoryKamil Dudka2020-04-291-1/+1
* headers: copyright range fixDaniel Stenberg2020-04-281-1/+1
* doh: Constify some input pointersRikard Falkeborn2020-04-281-4/+4
* runtests: check for the disabled tests relative srcdirDaniel Stenberg2020-04-251-1/+1
* runtests: revert commenting out a line I did for debuggingDaniel Stenberg2020-04-251-1/+1
* runtests: when <killserver> mentions http, kill http/2 tooDaniel Stenberg2020-04-251-57/+9
* tests/git: ignore mqttd and port filesEmil Engler2020-04-242-0/+2
* tests: make runtests check that disabled tests existsDaniel Stenberg2020-04-242-2/+7
* test1154: set a proper nameDaniel Stenberg2020-04-241-1/+1
* transfer: Switch PUT to GET/HEAD on 303 redirectJay Satiro2020-04-222-1/+78
* tests: run the RTSP test server on a dynamic port numberDaniel Stenberg2020-04-203-21/+77
* tests: add %NOLISTENPORT and use itDaniel Stenberg2020-04-208-6/+9
* server/tftpd: fix compiler warningDaniel Stenberg2020-04-201-1/+1
* tests: run the SOCKS test server on a dynamic port numberDaniel Stenberg2020-04-202-12/+21
* tests: run the TFTP test server on a dynamic port numberDaniel Stenberg2020-04-203-23/+85
* mqtt: improve the state machineDaniel Stenberg2020-04-209-34/+263
* runtests: always put test number in servercmd fileDaniel Stenberg2020-04-202-8/+8
* ensure all references to ports are replaced by varsxquery2020-04-202-6/+6
* add more alt-svc test coveragexquery2020-04-203-1/+190
* test1247: use http server to get the port number setDaniel Stenberg2020-04-201-1/+1
* runtests: use a unix domain socket path with the pid in the nameDaniel Stenberg2020-04-191-1/+1
* src: Remove C99 constructs to ensure C89 complianceTom2020-04-191-2/+3
* runtests: dummy init the ports variables to avoid warningsDaniel Stenberg2020-04-191-30/+32
* mime: properly check Content-Type even if it has parametersPatrick Monnerat2020-04-192-1/+65
* tests/FILEFORMAT: converted to markdown and extendedDaniel Stenberg2020-04-194-515/+478
* test1245: make it work with dynamic FTP server portbagder/tests-on-dynportDaniel Stenberg2020-04-181-5/+1
* test1055: make it work with dynamic FTP portDaniel Stenberg2020-04-181-5/+1
* test1028: make it run on dynamic FTP server portDaniel Stenberg2020-04-181-5/+1
* tests: move pingpong server to dynamic listening portDaniel Stenberg2020-04-183-62/+92