summaryrefslogtreecommitdiff
path: root/tests/server/sockfilt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sockfilt.c: Fixed detection of client-side connection closeMarc Hoersken2013-04-061-12/+33
* sockfilt.c: Reduce CPU load while running under a Windows PIPEMarc Hoersken2013-04-061-1/+4
* sockfilt.c: Fixed handling of multiple fds being signaledMarc Hoersken2013-04-051-2/+2
* sockfilt.c: Added wrapper functions to fix Windows console issuesMarc Hoersken2013-04-041-2/+69
* sockfilt.c: log file descriptor number on read/write errorYang Tse2013-01-111-0/+2
* test servers: handle W32/W64 SIGBREAK with exit_signal_handlerYang Tse2013-01-091-0/+15
* test servers: fix errno, ERRNO and SOCKERRNO usage for W32/W64Yang Tse2013-01-091-17/+28
* sockfilt.c: fix some W64 compiler warningsYang Tse2013-01-091-4/+5
* sockfilt.c: fix some compiler warningsYang Tse2013-01-081-18/+16
* tests/server/sockfilt.c: Fixed integer comparison warningMarc Hoersken2013-01-071-15/+16
* tests/server/sockfilt.c: Include required Win32 headersMarc Hoersken2013-01-071-0/+5
* tests/server/sockfilt.c: Fixed support for listening socketsMarc Hoersken2013-01-061-34/+108
* tests/server/sockfilt.c: Set Windows Console to binary modeMarc Hoersken2013-01-061-0/+4
* tests/server/sockfilt.c: Improved log error messagesMarc Hoersken2013-01-061-7/+13
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-3/+3
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-3/+3
* sockfilt.c: commit b44da5a82a follow-up 2Yang Tse2012-12-261-4/+5