Age | Commit message (Expand) | Author |
2014-12-04 | sws: add UNIX domain socket support | Peter Wu |
2014-12-04 | sws: restrict TCP_NODELAY to IP sockets | Peter Wu |
2014-12-03 | sws.c: Fixed compilation warning when IPv6 is disabled | Steve Holme |
2014-11-30 | sws: move away from IPv4/IPv4-only assumption | Peter Wu |
2014-11-20 | sws: initial tiny steps toward http2 support | Daniel Stenberg |
2014-11-10 | cmake: add ENABLE_THREADED_RESOLVER, rename ARES | Peter Wu |
2014-11-10 | tests: fix memleak in server/resolve.c | Peter Wu |
2014-10-09 | Cmake: Got rid of setup_curl_dependencies | Jakub Zakrzewski |
2014-05-29 | tests: Fix portability issue with the tftpd server and timeouts | Dan Fandrich |
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-11-03 | base64: Fixed compilation warnings when using Curl_base64_decode() | Steve Holme |
2013-11-02 | getpart: Fixed base64 encoded parts following commit e17c1b25bc33eb | Steve Holme |
2013-08-22 | tftpd: support "writedelay" within <servercmd> | Daniel Stenberg |
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 |