summaryrefslogtreecommitdiff
path: root/tests/server/sockfilt.c
Commit message (Expand)AuthorAgeFilesLines
* sockfilt: fix invalid increment of handles index variable nfdMarc Hoersken2021-05-051-1/+5
* sockfilt: avoid getting stuck waiting for writable socketMarc Hoersken2021-05-051-0/+3
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-3/+3
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* sockfilt: handle FD_CLOSE winsock event on write socketMarc Hoersken2020-08-281-3/+3
* all: fix codespell errorsViktor Szakats2020-05-251-2/+2
* sockfilt: make select_ws stop waiting on exit signal eventMarc Hoersken2020-05-021-2/+12
* tests: move pingpong server to dynamic listening portDaniel Stenberg2020-04-181-6/+13
* sockfilt: tidy variable naming and data structure in select_wsMarc Hoersken2020-04-181-113/+112
* sockfilt: fix broken pipe on Windows to be ready in select_wsMarc Hoersken2020-04-141-3/+6
* tests/server: move all signal handling routines to util.[ch]Marc Hoersken2020-04-121-134/+2
* 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
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-8/+8
* whitespace fixesViktor Szakats2018-09-231-1/+0
* curl-compilers: enable -Wbad-function-cast on GCCMarcel Raad2018-08-211-1/+2
* cppcheck: fix warningsMarian Klymov2018-06-111-17/+12
* all: Refactor malloc+memset to use callocDaniel Gustafsson2018-04-151-6/+2
* spelling fixesViktor Szakats2018-02-231-1/+1
* tests: added netinet/in6.h includes in test serversRandall S. Becker2017-12-061-0/+3
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-8/+8
* sockfilt: suppress conversion warning with explicit castMarcel Raad2017-07-161-1/+1
* sockfilt.c: shortened too long lineDan Fandrich2017-05-041-1/+2
* tests/server: make string literals constMarcel Raad2017-05-041-2/+2
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-6/+12
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-1/+1
* tests/server: comply with our code styleDaniel Stenberg2016-04-031-25/+34
* URLs: change more http to httpsViktor Szakats2016-02-041-2/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* sockfilt.c: fix calculation of sleep timeout on WindowsMarc Hoersken2015-12-231-1/+1
* sockfilt.c: added some debug output to select_wsMarc Hoersken2015-12-161-0/+11
* sockfilt.c: keep lines shorter than 80 charsMarc Hoersken2015-12-161-1/+2
* sockfilt.c: do not wait on unreliable file or pipe handleMarc Hoersken2015-12-161-4/+4
* sockfilt.c: Fixed compilation warningsSteve Holme2014-12-281-4/+4
* code/docs: Use correct case for IPv4 and IPv6Steve Holme2014-12-271-1/+1
* sockfilt.c: Reduce the number of individual memory allocationsMarc Hoersken2014-12-261-50/+28
* sockfilt.c: Replace 100ms sleep with thread throttleMarc Hoersken2014-12-261-3/+3
* sockfilt.c: use non-Ex functions that are available before WinXPMarc Hoersken2014-12-211-2/+10
* sockfilt.c: clean up threaded approach and add documentationMarc Hoersken2014-04-221-48/+137
* sockfilt.c: zero initialize variableMarc Hoersken2014-04-221-0/+1
* sockfilt.c: fixed getting stuck waiting for MinGW stdin pipeMarc Hoersken2014-04-221-3/+7
* sockfilt.c: properly handle disk files, pipes and character inputMarc Hoersken2014-04-201-14/+79
* sockfilt.c: ignore non-key-events and continue waiting for inputMarc Hoersken2014-04-201-4/+13
* sockfilt.c: free memory in case of memory allocation errorsMarc Hoersken2014-04-201-0/+6
* sockfilt.c: add undefs which are required after 6239146eMarc Hoersken2014-02-161-0/+2
* sockfilt.c: follow up cleanup commit on 49b63cf3Marc Hoersken2014-01-261-3/+3
* sockfilt.c: fixed and simplified Windows select functionMarc Hoersken2014-01-261-46/+21