aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-04-20server/tftpd: fix compiler warningDaniel Stenberg
2020-04-20tests: run the SOCKS test server on a dynamic port numberDaniel Stenberg
2020-04-20tests: run the TFTP test server on a dynamic port numberDaniel Stenberg
2020-04-20mqtt: improve the state machineDaniel Stenberg
2020-04-20runtests: always put test number in servercmd fileDaniel Stenberg
2020-04-20ensure all references to ports are replaced by varsxquery
2020-04-20add more alt-svc test coveragexquery
2020-04-20test1247: use http server to get the port number setDaniel Stenberg
2020-04-19runtests: use a unix domain socket path with the pid in the nameDaniel Stenberg
2020-04-19src: Remove C99 constructs to ensure C89 complianceTom
2020-04-19runtests: dummy init the ports variables to avoid warningsDaniel Stenberg
2020-04-19mime: properly check Content-Type even if it has parametersPatrick Monnerat
2020-04-19tests/FILEFORMAT: converted to markdown and extendedDaniel Stenberg
2020-04-18test1245: make it work with dynamic FTP server portDaniel Stenberg
2020-04-18test1055: make it work with dynamic FTP portDaniel Stenberg
2020-04-18test1028: make it run on dynamic FTP server portDaniel Stenberg
2020-04-18tests: move pingpong server to dynamic listening portDaniel Stenberg
2020-04-18test1056: work with dynamic HTTP ipv6 portDaniel Stenberg
2020-04-18test1448: work with dynamic HTTP server portDaniel Stenberg
2020-04-18tests: introduce preprocessed test casesDaniel Stenberg
2020-04-18tests: make 2006-2010 handle different port number lengthsDaniel Stenberg
2020-04-18tests: run the sws server on "any port"Daniel Stenberg
2020-04-18sockfilt: tidy variable naming and data structure in select_wsMarc Hoersken
2020-04-16mqttd: s/errno/SOCKERRNODaniel Stenberg
2020-04-15copyright: bump the copyright year rangeDaniel Stenberg
2020-04-14test2043: use revoked.badssl.com instead of revoked.grc.comMarc Hoersken
2020-04-14sockfilt: fix broken pipe on Windows to be ready in select_wsMarc Hoersken
2020-04-14tests: add four MQTT tests 1190 - 1193Daniel Stenberg
2020-04-14tests: add the mqtt test server mqttdDaniel Stenberg
2020-04-14tests: support hex encoded data and mqtt serverDaniel Stenberg
2020-04-13test1908: avoid using fixed port number in test dataDaniel Stenberg
2020-04-12tests/server: add hidden window to gracefully handle WM_CLOSEMarc Hoersken
2020-04-12tests/server: add CTRL event handler for Win32 consolesMarc Hoersken
2020-04-12tests/server: move all signal handling routines to util.[ch]Marc Hoersken
2020-04-11tests/server/util.c: use curl_off_t instead of long for pidMarc Hoersken
2020-04-11tests: use Cygwin/msys PIDs for stunnel and sshd on WindowsMarc Hoersken
2020-04-11tests: add Windows compatible pidwait like pidkill and pidtermMarc Hoersken
2020-04-11tests: fix conflict between Cygwin/msys and Windows PIDsMarc Hoersken
2020-04-11test1148: tolerate progress updates better (again)Jay Satiro
2020-04-10sshserver.pl: use cached Win32 environment check variableMarc Hoersken
2020-04-09server/resolve: remove AI_CANONNAME to make macos tell the truthDaniel Stenberg
2020-04-09runtests: fix warning about using an undefined variableDaniel Stenberg
2020-04-08runtests: provide nicer errormsg when protocol "dump" file is emptyDaniel Stenberg
2020-04-08tests: verify split initial HTTP requests with CURL_SMALLREQSENDDaniel Stenberg
2020-04-07tests/README: update the port numbers listDaniel Stenberg
2020-04-06cleanup: correct copyright year range on a few filesDaniel Stenberg
2020-04-05lib670: use the same Win32 API check as all other lib testsMarc Hoersken
2020-04-05appveyor: show failed tests in log even if test is ignoredMarc Hoersken
2020-04-05test1566: verify --etag-compare that gets a 304 backDaniel Stenberg
2020-04-05curl: allow both --etag-compare and --etag-save with same file nameKwon-Young Choi