summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* source cleanup: remove all custom typedef structsbagder/remove-typedef-structsDaniel Stenberg2020-05-146-17/+18
* checksrc: enhance the ASTERISKSPACE and update code accordinglyDaniel Stenberg2020-05-143-10/+10
* docs/options-in-versions: which version added each cmdline optionDaniel Stenberg2020-05-134-2/+147
* tool: Add option --retry-all-errors to retry on any errorJay Satiro2020-05-122-1/+66
* CMake: fix runtests.pl with CMake, add new test targetsPeter Wu2020-05-123-15/+48
* CMake: do not build test programs by defaultPeter Wu2020-05-124-4/+9
* FILEFORMAT: moved up the variables section and further polishedDaniel Stenberg2020-05-121-68/+73
* runtests: remove ftp2 support, not usedDaniel Stenberg2020-05-122-21/+1
* test1238: avoid tftpd being busy for tests shortly followingMarc Hoersken2020-05-111-0/+8
* tests/server/tftpd.c: fix include and enhance debug loggingMarc Hoersken2020-05-101-3/+11
* 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