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:
authorCorinna Vinschen <corinna@vinschen.de>2011-04-18 15:44:17 +0400
committerCorinna Vinschen <corinna@vinschen.de>2011-04-18 15:44:17 +0400
commit0077cd1016c8414f6175f8e94f97be9ea4506bea (patch)
tree0c466b05d7bcef31b5bcd68006e8c4f92e2a650b /winsup/cygwin/ChangeLog
parent7c8126eb3e2e637eec97e0a2af760a1b7b3f3926 (diff)
* fhandler_socket.cc (fhandler_socket::evaluate_events): Handle the
FD_CLOSE event specially when called from accept. Explain why. (fhandler_socket::shutdown): Fake success on not-connected socket and trigger socket event if the read side of a socket is affected. Explain why. * poll.cc (poll): Check for saw_shutdown_read on sockets to generate POLLHUP as well.
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 6582ed7f4..83d332020 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,15 @@
2011-04-18 Corinna Vinschen <corinna@vinschen.de>
+ * fhandler_socket.cc (fhandler_socket::evaluate_events): Handle the
+ FD_CLOSE event specially when called from accept. Explain why.
+ (fhandler_socket::shutdown): Fake success on not-connected socket and
+ trigger socket event if the read side of a socket is affected. Explain
+ why.
+ * poll.cc (poll): Check for saw_shutdown_read on sockets to generate
+ POLLHUP as well.
+
+2011-04-18 Corinna Vinschen <corinna@vinschen.de>
+
* Fix various copyrights.
2011-04-17 Christopher Faylor <me.cygwin2011@cgf.cx>