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 368ffb49e..9df84c2f5 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,16 @@
2008-07-08 Corinna Vinschen <corinna@vinschen.de>
+ * fhandler_socket.cc (fhandler_socket::bind): Don't run explicit
+ local socket test in SO_REUSEADDR case on systems supporting
+ enhanced socket security. Explain why. Only call address_in_use
+ for AF_INET sockets.
+ * net.cc (cygwin_setsockopt): Don't call setsockopt to set SO_REUSEADDR
+ on systems supporting enhanced socket security. Add comment.
+ * wincap.h (wincaps::has_enhanced_socket_security): New element.
+ * wincap.cc: Implement above element throughout.
+
+2008-07-08 Corinna Vinschen <corinna@vinschen.de>
+
* net.cc (ipv6_inited): Make NO_COPY.
2008-07-02 Corinna Vinschen <corinna@vinschen.de>