Age | Commit message (Expand) | Author |
2013-08-22 | tftpd: convert 6 global variables into local ones | Daniel Stenberg |
2013-07-19 | WIN32 MemoryTracking: require UNICODE for wide strdup code support | Yang Tse |
2013-07-18 | Reinstate "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage". | Yang Tse |
2013-07-17 | cmake: Fix for MSVC2010 project generation | Sergei Nikulov |
2013-06-04 | sws: support extracting test number from CONNECT ipv6-address! | Daniel Stenberg |
2013-05-12 | Revert "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage" | Daniel Stenberg |
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-06 | tftpd.c: Apply sread timeout to the whole data transfer session | Marc Hoersken |
2013-04-06 | tftpd.c: Follow up cleanup and restore of previous sockopt | Marc Hoersken |
2013-04-06 | tftpd.c: Fixed sread timeout on Windows by setting it manually | Marc Hoersken |
2013-04-06 | util.c: Revert workaround eeefcdf, 6eb56e7 and e3787e8 | Marc Hoersken |
2013-04-06 | util.c: Follow up cleanup on eeefcdf | Marc Hoersken |
2013-04-06 | cpp: use #ifdef __MINGW32__ to avoid compiler complaints | Daniel Stenberg |
2013-04-06 | util.c: Made write_pidfile write the correct PID on MinGW/Msys | 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-03-27 | test1509: verify proxy header response headers count | Daniel Stenberg |
2013-03-25 | WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage | Yang Tse |
2013-03-15 | HTTP proxy: insert slash in URL if missing | Daniel Stenberg |
2013-02-04 | cmake: Fix mingw build | Matt Arsenault |
2013-01-20 | Makefile.inc: fix $(top_srcdir) not allowed in _SOURCES variables | Yang Tse |
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-09 | build: fix circular header inclusion with other packages | 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 |
2013-01-03 | build: make use of 93 lib/*.c renamed files | 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-12-04 | build: explain current role of LIBS in our Makefile.am files | Yang Tse |
2012-11-29 | build: prevent global LIBS from influencing test server build targets | Yang Tse |
2012-11-28 | build: fix Windows build targets damaged since commit 550e403f00 | Yang Tse |
2012-11-28 | build: avoid linkage of directly unused libraries | Yang Tse |
2012-11-06 | uniformly use AM_CPPFLAGS, avoid deprecated INCLUDES | Dave Reisner |
2012-09-11 | sws.c: Fixed warning: 'err' may be used uninitialized in this function | Marc Hoersken |
2012-08-08 | Fix some compiler warnings. | Guenter Knauf |
2012-08-07 | sws: close sockets properly | Joe Mason |