aboutsummaryrefslogtreecommitdiff
path: root/tests/server
AgeCommit message (Expand)Author
2020-06-06server/util: fix logmsg format using curl_off_t argumentDaniel Stenberg
2020-05-29server/sws: fix asan warning on use of uninitialized variableDaniel Stenberg
2020-05-25all: fix codespell errorsViktor Szakats
2020-05-20tests/server/util.h: add extern to silence compiler warningDaniel Stenberg
2020-05-15sws: as last resort, get test number from server cmd fileDaniel Stenberg
2020-05-14curl_multibyte: add to curlxMarcel Raad
2020-05-12CMake: do not build test programs by defaultPeter Wu
2020-05-10tests/server/tftpd.c: fix include and enhance debug loggingMarc Hoersken
2020-05-04dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg
2020-05-02sockfilt: make select_ws stop waiting on exit signal eventMarc Hoersken
2020-05-02tests/server/util.[ch]: add exit event to stop waiting on WindowsMarc Hoersken
2020-05-02tests/server/util.c: fix thread handle not being closedMarc Hoersken
2020-05-02tests/server/util.c: use raise instead of calling signal handlerMarc Hoersken
2020-04-29tests: look for preprocessed tests in build directoryKamil Dudka
2020-04-24tests/git: ignore mqttd and port filesEmil Engler
2020-04-20tests: run the RTSP test server on a dynamic port numberDaniel Stenberg
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-18tests: move pingpong server to dynamic listening portDaniel Stenberg
2020-04-18tests: introduce preprocessed test casesDaniel 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-14sockfilt: fix broken pipe on Windows to be ready in select_wsMarc Hoersken
2020-04-14tests: add the mqtt test server mqttdDaniel 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: fix conflict between Cygwin/msys and Windows PIDsMarc Hoersken
2020-04-09server/resolve: remove AI_CANONNAME to make macos tell the truthDaniel Stenberg
2020-04-06cleanup: correct copyright year range on a few filesDaniel Stenberg
2020-04-03sockfilt: remove redundancy in timeout handlingMarc Hoersken
2020-04-03sockfilt: fix handling of ready closed sockets on WindowsMarc Hoersken
2020-04-03sockfilt: fix race-condition of waiting threads and event handlingMarc Hoersken
2020-03-26sockfilt: add logmsg output to select_ws_wait_thread on WindowsMarc Hoersken
2020-03-24copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg
2020-03-08silly web server: silent a compilation warningPatrick Monnerat
2020-03-04tests: align some Windows sleep defines with each otherMarc Hoersken
2020-02-26http: added 417 response treatmentDaniel Stenberg
2020-02-02cleanup: fix typos and wording in docs and commentsPedro Monreal
2020-01-03tests: Fix bounce requests with truncated writesMarc Aldorasi
2019-12-19sws: search for "Testno:" header uncondtionally if no testnoDaniel Stenberg
2019-12-16tests: make sure checksrc runs on header files tooDaniel Stenberg
2019-12-03curl_setup: disable IPv6 resolver without `getaddrinfo`Marcel Raad
2019-12-01build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro
2019-11-09strerror: Fix an error looking up some Windows error stringsJay Satiro