Age | Commit message (Expand) | Author |
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 |
2009-05-14 | Add some debug tracing | Yang Tse |
2009-05-14 | Fix detection of automatically choosen listener port number on IPv6 enabled b... | Yang Tse |
2009-05-13 | log each setsockopt/SO_REUSEADDR failure | Yang Tse |
2009-05-13 | fix print formatting-string directives | Yang Tse |
2009-05-02 | Use build-time configured curl_socklen_t instead of socklen_t | Yang Tse |
2009-04-27 | Include <arpa/inet.h> if HAVE_ARPA_INET_H is defined | Yang Tse |
2009-04-08 | #ifdef around variables to squelsh warnings. | Gisle Vanem |
2008-10-01 | Fixed some compiler warnings with gcc | Dan Fandrich |
2008-09-26 | Avoid the use of the '? :' operator inside the call to our | Yang Tse |
2008-09-20 | fix compiler warning: external definition with no prior declaration | Yang Tse |
2008-09-04 | fix print formatting string directives | Yang Tse |
2008-03-05 | fix log message used when unable to connect to destination port | Yang Tse |
2008-02-28 | signal handling to properly cleanup on SIGINT and SIGTERM | Yang Tse |
2008-02-28 | when terminating do it falling through cleanup code | Yang Tse |