src/java.base/share/classes/sun/nio/ch/NioSocketImpl.java
Thu, 17 Oct 2019 20:54:25 +0100 chegar datagramsocketimpl-branch: merge with default datagramsocketimpl-branch
Thu, 23 May 2019 12:10:48 +0100 alanb throw IAE when socket option not the expected type niosocketimpl-branch
Thu, 09 May 2019 17:49:28 +0100 alanb Address review comments niosocketimpl-branch
Fri, 03 May 2019 08:26:44 +0100 alanb Merge niosocketimpl-branch
Tue, 30 Apr 2019 19:34:13 +0100 alanb Simplify close niosocketimpl-branch
Tue, 30 Apr 2019 11:23:02 +0100 alanb More test cleanup niosocketimpl-branch
Fri, 26 Apr 2019 11:31:38 +0100 alanb More cleanup niosocketimpl-branch
Thu, 25 Apr 2019 14:36:51 +0100 alanb More clean-up to align with channel implementations niosocketimpl-branch
Sun, 21 Apr 2019 07:05:04 +0100 alanb Eliminate need to cache traffic class niosocketimpl-branch
Sat, 13 Apr 2019 07:22:55 +0100 alanb stateLock and closeLock need to be ReentrantLock niosocketimpl-branch
Sun, 07 Apr 2019 18:40:55 +0100 alanb Add tests for invalid usages of SocketImpl niosocketimpl-branch
Thu, 04 Apr 2019 18:52:22 +0100 alanb Remove support for accepting connection with foreign impls niosocketimpl-branch
Tue, 02 Apr 2019 14:36:17 +0100 alanb Adjust timeout when several threads are doing timed accepts at around the same time niosocketimpl-branch
Sun, 31 Mar 2019 12:11:12 +0100 alanb Cleanup niosocketimpl-branch
Sat, 23 Mar 2019 15:11:51 +0000 alanb Improve handling of async close during connect and other cleanups 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
Sat, 16 Mar 2019 21:00:45 +0000 alanb Merge niosocketimpl-branch
Mon, 11 Mar 2019 19:53:08 +0000 alanb Disallow mixing of platform and custom SocketImpls niosocketimpl-branch
Tue, 05 Mar 2019 10:02:36 +0000 alanb More cleanup of implAccept niosocketimpl-branch
Sat, 02 Mar 2019 11:44:38 +0000 alanb More cleanup and elimination of unused code niosocketimpl-branch
Thu, 28 Feb 2019 17:41:16 +0000 alanb Change asserts to guarantees niosocketimpl-branch
Thu, 28 Feb 2019 11:08:30 +0000 chegar niosocketimpl-branch: minor cleanup niosocketimpl-branch
Thu, 28 Feb 2019 10:38:11 +0000 chegar niosocketimpl-branch: a non-platform impl cannot accept a connection with a platform impl niosocketimpl-branch
Tue, 26 Feb 2019 11:14:51 +0000 alanb Cleanup/comments niosocketimpl-branch
Tue, 26 Feb 2019 08:53:16 +0000 alanb More NioSocketImpl.read/write and ServerSocket.implAccept cleanup niosocketimpl-branch
Fri, 22 Feb 2019 17:03:09 +0000 alanb More cleanup and tests niosocketimpl-branch
Sun, 17 Feb 2019 12:13:35 +0000 alanb Clean up setOption/getOption implementations niosocketimpl-branch
Sun, 17 Feb 2019 10:00:26 +0000 alanb Change Socket.getInputStream/getOutputStream to return the same stream each time niosocketimpl-branch
Sat, 16 Feb 2019 19:53:43 +0000 alanb Allow setTrafficClass on streams socket niosocketimpl-branch
Fri, 15 Feb 2019 18:07:17 +0000 alanb Throw SocketException consistently after connection reset detected niosocketimpl-branch
Wed, 13 Feb 2019 14:43:25 +0000 alanb Extend field resetting in copyTo(SocketImpl) implementations niosocketimpl-branch
Wed, 13 Feb 2019 08:29:35 +0000 alanb Improve clarity of implAccept, align timeout messages with PSI niosocketimpl-branch
Mon, 11 Feb 2019 15:17:31 +0000 michaelm Cleanup niosocketimpl-branch
Sun, 10 Feb 2019 19:51:43 +0000 alanb More cleanup niosocketimpl-branch
Sun, 10 Feb 2019 09:54:31 +0000 alanb Moving delegating SocketImpl to its own class niosocketimpl-branch
Thu, 31 Jan 2019 09:01:10 +0000 alanb Minor cleanup to NioSocketImpl to avoid accessing fd field without stateLock niosocketimpl-branch
Wed, 30 Jan 2019 14:33:52 +0000 alanb Improve read/write performance niosocketimpl-branch
Fri, 25 Jan 2019 13:50:44 +0000 alanb NioSocketImpl cleanup niosocketimpl-branch
Thu, 24 Jan 2019 17:11:10 +0000 alanb implConnect only requires one lock niosocketimpl-branch
Wed, 23 Jan 2019 19:30:59 +0000 alanb Prototype of NIO based SocketImpl niosocketimpl-branch
Thu, 30 May 2019 07:19:19 +0100 alanb 8221481: Reimplement the Legacy Socket API
less more (0) tip