Age | Commit message (Expand) | Author |
2014-12-28 | sockfilt.c: Fixed compilation warnings | Steve Holme |
2014-12-27 | code/docs: Use correct case for IPv4 and IPv6 | Steve Holme |
2014-12-26 | sockfilt.c: Reduce the number of individual memory allocations | Marc Hoersken |
2014-12-26 | sockfilt.c: Replace 100ms sleep with thread throttle | Marc Hoersken |
2014-12-21 | sockfilt.c: use non-Ex functions that are available before WinXP | Marc Hoersken |
2014-04-22 | sockfilt.c: clean up threaded approach and add documentation | Marc Hoersken |
2014-04-22 | sockfilt.c: zero initialize variable | Marc Hoersken |
2014-04-22 | sockfilt.c: fixed getting stuck waiting for MinGW stdin pipe | Marc Hoersken |
2014-04-20 | sockfilt.c: properly handle disk files, pipes and character input | Marc Hoersken |
2014-04-20 | sockfilt.c: ignore non-key-events and continue waiting for input | Marc Hoersken |
2014-04-20 | sockfilt.c: free memory in case of memory allocation errors | Marc Hoersken |
2014-02-16 | sockfilt.c: add undefs which are required after 6239146e | Marc Hoersken |
2014-01-26 | sockfilt.c: follow up cleanup commit on 49b63cf3 | Marc Hoersken |
2014-01-26 | sockfilt.c: fixed and simplified Windows select function | Marc Hoersken |
2013-04-06 | sockfilt.c: Fixed detection of client-side connection close | Marc Hoersken |
2013-04-06 | sockfilt.c: Reduce CPU load while running under a Windows PIPE | Marc Hoersken |
2013-04-05 | sockfilt.c: Fixed handling of multiple fds being signaled | Marc Hoersken |
2013-04-04 | sockfilt.c: Added wrapper functions to fix Windows console issues | Marc Hoersken |
2013-01-11 | sockfilt.c: log file descriptor number on read/write error | Yang Tse |
2013-01-09 | test servers: handle W32/W64 SIGBREAK with exit_signal_handler | Yang Tse |
2013-01-09 | test servers: fix errno, ERRNO and SOCKERRNO usage for W32/W64 | Yang Tse |
2013-01-09 | sockfilt.c: fix some W64 compiler warnings | Yang Tse |
2013-01-08 | sockfilt.c: fix some compiler warnings | Yang Tse |
2013-01-07 | tests/server/sockfilt.c: Fixed integer comparison warning | Marc Hoersken |
2013-01-07 | tests/server/sockfilt.c: Include required Win32 headers | Marc Hoersken |
2013-01-06 | tests/server/sockfilt.c: Fixed support for listening sockets | Marc Hoersken |
2013-01-06 | tests/server/sockfilt.c: Set Windows Console to binary mode | Marc Hoersken |
2013-01-06 | tests/server/sockfilt.c: Improved log error messages | Marc Hoersken |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-12-26 | sockfilt.c: commit b44da5a82a follow-up 2 | Yang Tse |
2012-12-26 | sockfilt.c: commit b44da5a82a follow-up | Yang Tse |
2012-12-26 | sockfilt.c: fix some compiler warnings | Yang Tse |
2012-12-25 | socklift.c: Quick fix to re-add missing code | Marc Hoersken |
2012-12-25 | socklift.c: Added select_ws function to support Windows | Marc Hoersken |
2012-12-14 | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse |
2012-04-10 | test servers: build adjustment | Yang Tse |
2011-10-31 | FTP test server: NODATACONN commands commit c761fcb0 follow-up | Yang Tse |
2011-10-30 | FTP test server: fix server unresponsiveness | Yang Tse |
2010-11-19 | test servers: fix strict aliasing compiler warnings | Yang Tse |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2010-02-22 | convert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() and | Yang Tse |
2010-02-19 | fix compiler warning | Yang Tse |
2010-02-18 | fix compiler warning | Yang Tse |
2010-02-04 | Validate server port argument | Yang Tse |
2010-02-02 | avoid possibility of using obsoleted stuff | Yang Tse |
2010-01-10 | Update error message to include port number | Yang Tse |
2009-10-10 | Fix compiler warning: loop without body | Yang Tse |
2009-06-12 | fix compiler warning | Yang Tse |
2009-05-18 | Remove temporary debug tracing, and add nasty error explanation | Yang Tse |