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/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 3cdf7251e..e2897b750 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,16 @@
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
+ technique (prepare/wait/release) to implement interuptible connect.
+ (fhandler_socket::wait): Add timeout parameter. Allow FD_CONNECT
+ handling.
+ * net.cc (cygwin_connect): Remove braindead workaround for allowing
+ blocking connect. That's entirely in fhandler_socket::connect now.
+
+2005-10-22 Corinna Vinschen <corinna@vinschen.de>
+
* include/cygwin/version.h: Fix typo.
2005-10-21 Christopher Faylor <cgf@timesys.com>