summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* test1056: work with dynamic HTTP ipv6 portDaniel Stenberg2020-04-181-6/+2
* test1448: work with dynamic HTTP server portDaniel Stenberg2020-04-181-2/+2
* tests: introduce preprocessed test casesDaniel Stenberg2020-04-1810-189/+183
* tests: make 2006-2010 handle different port number lengthsDaniel Stenberg2020-04-185-8/+24
* tests: run the sws server on "any port"Daniel Stenberg2020-04-183-29/+101
* sockfilt: tidy variable naming and data structure in select_wsMarc Hoersken2020-04-181-113/+112
* mqttd: s/errno/SOCKERRNODaniel Stenberg2020-04-161-4/+2
* copyright: bump the copyright year rangeDaniel Stenberg2020-04-152-2/+2
* test2043: use revoked.badssl.com instead of revoked.grc.comMarc Hoersken2020-04-141-1/+1
* sockfilt: fix broken pipe on Windows to be ready in select_wsMarc Hoersken2020-04-141-3/+6
* tests: add four MQTT tests 1190 - 1193Daniel Stenberg2020-04-145-0/+236
* tests: add the mqtt test server mqttdDaniel Stenberg2020-04-144-7/+1001
* 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