summaryrefslogtreecommitdiff
path: root/tests/server/sockfilt.c
AgeCommit message (Expand)Author
2020-05-25all: fix codespell errorsViktor Szakats
2020-05-02sockfilt: make select_ws stop waiting on exit signal eventMarc Hoersken
2020-04-18tests: move pingpong server to dynamic listening portDaniel Stenberg
2020-04-18sockfilt: tidy variable naming and data structure in select_wsMarc Hoersken
2020-04-14sockfilt: fix broken pipe on Windows to be ready in select_wsMarc Hoersken
2020-04-12tests/server: move all signal handling routines to util.[ch]Marc Hoersken
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
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-09-23whitespace fixesViktor Szakats
2018-08-21curl-compilers: enable -Wbad-function-cast on GCCMarcel Raad
2018-06-11cppcheck: fix warningsMarian Klymov
2018-04-15all: Refactor malloc+memset to use callocDaniel Gustafsson
2018-02-23spelling fixesViktor Szakats
2017-12-06tests: added netinet/in6.h includes in test serversRandall S. Becker
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-07-16sockfilt: suppress conversion warning with explicit castMarcel Raad
2017-05-04sockfilt.c: shortened too long lineDan Fandrich
2017-05-04tests/server: make string literals constMarcel Raad
2016-12-14checksrc: warn for assignments within if() expressionsDaniel Stenberg
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-04-03tests/server: comply with our code styleDaniel Stenberg
2016-02-04URLs: change more http to httpsViktor Szakats
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-12-23sockfilt.c: fix calculation of sleep timeout on WindowsMarc Hoersken
2015-12-16sockfilt.c: added some debug output to select_wsMarc Hoersken
2015-12-16sockfilt.c: keep lines shorter than 80 charsMarc Hoersken
2015-12-16sockfilt.c: do not wait on unreliable file or pipe handleMarc Hoersken
2014-12-28sockfilt.c: Fixed compilation warningsSteve Holme
2014-12-27code/docs: Use correct case for IPv4 and IPv6Steve Holme
2014-12-26sockfilt.c: Reduce the number of individual memory allocationsMarc Hoersken
2014-12-26sockfilt.c: Replace 100ms sleep with thread throttleMarc Hoersken
2014-12-21sockfilt.c: use non-Ex functions that are available before WinXPMarc Hoersken
2014-04-22sockfilt.c: clean up threaded approach and add documentationMarc Hoersken
2014-04-22sockfilt.c: zero initialize variableMarc Hoersken
2014-04-22sockfilt.c: fixed getting stuck waiting for MinGW stdin pipeMarc Hoersken
2014-04-20sockfilt.c: properly handle disk files, pipes and character inputMarc Hoersken
2014-04-20sockfilt.c: ignore non-key-events and continue waiting for inputMarc Hoersken
2014-04-20sockfilt.c: free memory in case of memory allocation errorsMarc Hoersken
2014-02-16sockfilt.c: add undefs which are required after 6239146eMarc Hoersken
2014-01-26sockfilt.c: follow up cleanup commit on 49b63cf3Marc Hoersken
2014-01-26sockfilt.c: fixed and simplified Windows select functionMarc Hoersken
2013-04-06sockfilt.c: Fixed detection of client-side connection closeMarc Hoersken
2013-04-06sockfilt.c: Reduce CPU load while running under a Windows PIPEMarc Hoersken
2013-04-05sockfilt.c: Fixed handling of multiple fds being signaledMarc Hoersken
2013-04-04sockfilt.c: Added wrapper functions to fix Windows console issuesMarc Hoersken
2013-01-11sockfilt.c: log file descriptor number on read/write errorYang Tse