src/java.base/share/classes/sun/nio/ch/SocketChannelImpl.java
Mon, 04 Nov 2019 11:25:55 +0000 michaelm Merge unixdomainchannels
Sun, 03 Nov 2019 14:07:43 +0000 alanb 8233430: (sc) Socket adaptor restoring of blocking mode can override exception if socket closed
Tue, 29 Oct 2019 19:23:09 +0000 michaelm partial cleanup unixdomainchannels
Fri, 25 Oct 2019 15:56:35 +0100 michaelm Initial implementation of unix domain channels. See j.n.c.{Server}SocketChannel apidoc unixdomainchannels
Wed, 29 May 2019 20:58:35 +0100 alanb Merge niosocketimpl-branch
Fri, 17 May 2019 13:21:44 +0100 alanb Merge niosocketimpl-branch
Fri, 26 Apr 2019 08:53:46 +0100 alanb Merge niosocketimpl-branch
Sun, 21 Apr 2019 07:05:04 +0100 alanb Eliminate need to cache traffic class niosocketimpl-branch
Sat, 23 Mar 2019 15:11:51 +0000 alanb Improve handling of async close during connect and other cleanups niosocketimpl-branch
Fri, 22 Mar 2019 13:21:29 +0000 alanb Merge niosocketimpl-branch
Wed, 20 Mar 2019 13:54:50 +0000 alanb More cleanup of connection reset niosocketimpl-branch
Mon, 18 Mar 2019 19:59:05 +0000 alanb More improvements to connection reset handling niosocketimpl-branch
Wed, 29 May 2019 13:58:05 +0100 chegar 8224477: java.net socket types new-style socket option methods - spec and impl mismatch
Wed, 08 May 2019 08:15:04 +0100 alanb 8223353: (ch) Change channel close implementation to not wait for I/O threads
Thu, 25 Apr 2019 10:41:49 +0100 alanb 8222774: (ch) Replace uses of stateLock and blockingLock with j.u.c. locks
Fri, 22 Mar 2019 11:35:35 +0000 alanb 8221252: (sc) SocketChannel and its socket adaptor need to handle connection reset
Wed, 23 Jan 2019 13:16:16 +0000 alanb 8217500: (sc) Move SocketChannelImpl's remaining native methods to Net
Tue, 22 Jan 2019 12:32:19 +0000 alanb 8217451: ExtendedSocketOptions should encapsulate support for SO_FLOW_SLA
Fri, 22 Jun 2018 18:10:20 +0100 michaelm 8204233: Add configurable option for enhanced socket IOException messages
Wed, 30 May 2018 16:36:35 +0530 vtewari 8194298: Add support for per Socket configuration of TCP keepalive
Tue, 15 May 2018 09:33:02 +0100 alanb 8203059: (so) Closing a socket channel registered with Selector and with SO_LINGER set to 0 does not reset connection
Sat, 14 Apr 2018 08:41:42 +0100 alanb 8201474: (so) Socket adaptor connect(InetAddress, timeout) succeeds when connection fails
Fri, 30 Mar 2018 08:28:09 +0100 alanb 8200257: (se) More Selector cleanup
Wed, 07 Mar 2018 07:20:38 +0000 alanb 8199120: (so) SocketChannelImpl read/write don't need stateLock when channel is configured non-blocking
Wed, 07 Mar 2018 07:15:24 +0000 alanb 8199015: (se) SocketChannelImpl.translateXXXOps access channel state without synchronization
Wed, 07 Mar 2018 07:13:55 +0000 alanb 8198928: (so) SocketChannel connect may deadlock if closed at around same time that connect fails
Wed, 28 Feb 2018 09:54:38 +0000 alanb 8198562: (ch) Separate blocking and non-blocking code paths (part 1)
Thu, 08 Feb 2018 10:55:21 +0000 alanb 8196956: (ch) More channels cleanup
Tue, 06 Feb 2018 16:04:46 +0000 alanb 8196787: (ch) Moving network channels to use j.u.c locks
Tue, 12 Sep 2017 19:03:39 +0200 erikj 8187443: Forest Consolidation: Move files to unified layout
less more (0) tip