summaryrefslogtreecommitdiff
path: root/tests/server
Commit message (Expand)AuthorAgeFilesLines
* tests: look for preprocessed tests in build directoryKamil Dudka2020-04-291-1/+1
* tests/git: ignore mqttd and port filesEmil Engler2020-04-241-0/+1
* tests: run the RTSP test server on a dynamic port numberDaniel Stenberg2020-04-201-6/+56
* server/tftpd: fix compiler warningDaniel Stenberg2020-04-201-1/+1
* tests: run the SOCKS test server on a dynamic port numberDaniel Stenberg2020-04-201-6/+14
* tests: run the TFTP test server on a dynamic port numberDaniel Stenberg2020-04-201-6/+60
* mqtt: improve the state machineDaniel Stenberg2020-04-201-29/+74
* tests: move pingpong server to dynamic listening portDaniel Stenberg2020-04-181-6/+13
* tests: introduce preprocessed test casesDaniel Stenberg2020-04-187-73/+50
* tests: run the sws server on "any port"Daniel Stenberg2020-04-181-5/+61
* 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
* sockfilt: fix broken pipe on Windows to be ready in select_wsMarc Hoersken2020-04-141-3/+6
* tests: add the mqtt test server mqttdDaniel Stenberg2020-04-144-7/+1001
* 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: fix conflict between Cygwin/msys and Windows PIDsMarc Hoersken2020-04-111-0/+9
* server/resolve: remove AI_CANONNAME to make macos tell the truthDaniel Stenberg2020-04-091-1/+1
* cleanup: correct copyright year range on a few filesDaniel Stenberg2020-04-061-1/+1
* sockfilt: remove redundancy in timeout handlingMarc Hoersken2020-04-031-13/+13
* sockfilt: fix handling of ready closed sockets on WindowsMarc Hoersken2020-04-031-25/+35
* sockfilt: fix race-condition of waiting threads and event handlingMarc Hoersken2020-04-031-83/+163
* sockfilt: add logmsg output to select_ws_wait_thread on WindowsMarc Hoersken2020-03-261-1/+10
* copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg2020-03-2412-9/+74
* silly web server: silent a compilation warningPatrick Monnerat2020-03-081-1/+1
* tests: align some Windows sleep defines with each otherMarc Hoersken2020-03-041-3/+3
* http: added 417 response treatmentDaniel Stenberg2020-02-261-3/+23
* cleanup: fix typos and wording in docs and commentsPedro Monreal2020-02-021-2/+2
* tests: Fix bounce requests with truncated writesMarc Aldorasi2020-01-031-0/+2
* sws: search for "Testno:" header uncondtionally if no testnoDaniel Stenberg2019-12-191-17/+23
* tests: make sure checksrc runs on header files tooDaniel Stenberg2019-12-161-1/+1
* curl_setup: disable IPv6 resolver without `getaddrinfo`Marcel Raad2019-12-031-3/+3
* build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro2019-12-011-1/+1
* strerror: Fix an error looking up some Windows error stringsJay Satiro2019-11-091-1/+2
* copyrights: update all copyright notices to 2019 on files changed this yearVilhelm Prytz2019-11-021-1/+1
* git: add tests/server/disabled to .gitignoreEmil Engler2019-09-301-0/+1
* tests: have runtests figure out disabled featuresDaniel Stenberg2019-06-172-1/+82
* build: fix Codacy warningsMarcel Raad2019-06-051-6/+4
* sws: remove unused variablesMarcel Raad2019-06-051-17/+8
* tests/server/.gitignore: Add socksd to the ignore listSteve Holme2019-06-021-0/+1
* socksd: Fix typosDaniel Gustafsson2019-04-141-2/+2
* socksd: Properly decorate static variablesDaniel Gustafsson2019-04-141-4/+4
* socksd: new SOCKS 4+5 server for testsDaniel Stenberg2019-04-132-1/+1171
* tests/server/util: fix Windows Unicode buildMarcel Raad2019-04-111-2/+2
* pipelining: removedDaniel Stenberg2019-04-061-59/+5
* makefile: make checksrc and hugefile commands "silent"Daniel Stenberg2019-03-141-2/+7
* tvnow: silence conversion warningsMarcel Raad2019-01-011-1/+1