Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index e2897b750..69a7d39d3 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,15 @@
2005-10-22 Corinna Vinschen <corinna@vinschen.de>
+ * fhandler_socket.cc (fhandler_socket::connect): Don't restrict
+ WSAEINVAL -> WSAEISCONN conversion to nonblocking sockets.
+ (fhandler_socket::accept): Use event driven technique to implement
+ interuptible accept.
+ (fhandler_socket::wait): Allow FD_ACCEPT handling.
+ * net.cc (cygwin_accept): Remove workaround for allowing blocking
+ accept. That's entirely in fhandler_socket::accept now.
+
+2005-10-22 Corinna Vinschen <corinna@vinschen.de>
+
* fhandler.h (class fhandler_socket): Add timeout parameter to wait()
method.
* fhandler_socket.cc (fhandler_socket::connect): Use event driven