src/java.base/share/classes/java/net/ServerSocket.java
Wed, 16 Oct 2019 11:12:47 +0100 pconcannon 8231719: Correct contradictions in timeout range descriptions.
Thu, 17 Oct 2019 20:54:25 +0100 chegar datagramsocketimpl-branch: merge with default datagramsocketimpl-branch
Thu, 17 Oct 2019 20:53:35 +0100 chegar datagramsocketimpl-branch: update to default datagramsocketimpl-branch
Mon, 25 Mar 2019 17:15:27 +0000 michaelm 8217997: Better socket support
Fri, 20 Sep 2019 11:07:52 +0100 jboes 8230648: Replace @exception tag with @throws in java.base
Mon, 26 Aug 2019 11:46:54 +0100 michaelm 8222363: Update ServerSocket.isBound spec to reflect implementation after close
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, 03 May 2019 08:26:44 +0100 alanb Merge niosocketimpl-branch
Tue, 30 Apr 2019 19:34:13 +0100 alanb Simplify close niosocketimpl-branch
Mon, 29 Apr 2019 09:03:06 +0100 alanb More cleanup and test improvements niosocketimpl-branch
Sat, 13 Apr 2019 07:22:55 +0100 alanb stateLock and closeLock need to be ReentrantLock niosocketimpl-branch
Sat, 30 Mar 2019 09:30:03 +0000 alanb Merge niosocketimpl-branch
Wed, 20 Mar 2019 13:54:50 +0000 alanb More cleanup of connection reset niosocketimpl-branch
Sat, 16 Mar 2019 21:00:45 +0000 alanb Merge niosocketimpl-branch
Tue, 12 Mar 2019 09:49:10 +0000 alanb More cleanup of ServerSocket.accept niosocketimpl-branch
Mon, 11 Mar 2019 19:53:08 +0000 alanb Disallow mixing of platform and custom SocketImpls niosocketimpl-branch
Sat, 09 Mar 2019 12:49:54 +0000 alanb Add comments and reorg testServerSocketAccept tests niosocketimpl-branch
Tue, 05 Mar 2019 10:02:36 +0000 alanb More cleanup of implAccept niosocketimpl-branch
Mon, 04 Mar 2019 08:13:31 +0000 alanb factory should be volatile niosocketimpl-branch
Sat, 02 Mar 2019 11:44:38 +0000 alanb More cleanup and elimination of unused code niosocketimpl-branch
Thu, 28 Feb 2019 10:43:13 +0000 chegar niosocketimpl-branch: trailing white-space 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 08:53:16 +0000 alanb More NioSocketImpl.read/write and ServerSocket.implAccept cleanup niosocketimpl-branch
Wed, 20 Feb 2019 20:55:24 +0000 alanb Add test to exercise using custom SocketImpls 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
Mon, 11 Feb 2019 08:39:50 +0000 alanb More cleanup. Also fix up jshell tests that depend on exception messages niosocketimpl-branch
Sun, 10 Feb 2019 19:51:43 +0000 alanb More cleanup niosocketimpl-branch
Sun, 10 Feb 2019 17:37:38 +0000 alanb Cleanup of system property handling niosocketimpl-branch
Sun, 10 Feb 2019 09:54:31 +0000 alanb Moving delegating SocketImpl to its own class niosocketimpl-branch
Sat, 09 Feb 2019 19:16:30 +0000 alanb Fix issues when configured to use PlainSocketImpl niosocketimpl-branch
Fri, 08 Feb 2019 19:29:14 +0000 michaelm Socket changes to support both NioSocketImpl and PlainSocketImpl switchable by net property niosocketimpl-branch
Wed, 23 Jan 2019 19:30:59 +0000 alanb Prototype of NIO based SocketImpl niosocketimpl-branch
Fri, 19 Jul 2019 15:36:23 +0200 redestad 8228394: Cleanup unused java.net SharedSecrets classes
Tue, 11 Jun 2019 09:21:34 +0100 chegar 8225426: Replace plain with system-default in Socket and ServerSocket
Fri, 07 Jun 2019 11:51:27 +0100 chegar 8216988: ServerSocket.implAccept should include warnings about Socket type/state
Thu, 30 May 2019 12:36:04 +0100 chegar 8224730: java.net.ServerSocket::toString not invoking checkConnect
Wed, 29 May 2019 13:58:05 +0100 chegar 8224477: java.net socket types new-style socket option methods - spec and impl mismatch
Tue, 07 May 2019 15:39:33 +0100 michaelm 8223457: java.net.ServerSocket protected constructor should throw NPE if impl null
Thu, 02 May 2019 17:29:10 +0100 michaelm 8216978: Drop support for pre JDK 1.4 SocketImpl implementations
Tue, 26 Mar 2019 17:02:11 +0000 chegar 8219446: Specify behaviour of timeout accepting methods of Socket and ServerSocket if timeout is negative
Sat, 16 Mar 2019 19:44:12 +0000 alanb 8220493: Prepare Socket/ServerSocket for alternative platform SocketImpl
Tue, 13 Nov 2018 12:24:34 +0000 prappo 8213490: Networking area typos and inconsistencies cleanup
Thu, 08 Nov 2018 16:16:57 +0000 chegar 8213418: Socket/ServerSocket supportedOptions does not work with custom SocketImpl
Tue, 06 Nov 2018 10:01:16 -0800 mchung 8211122: Reduce the number of internal classes made accessible to jdk.unsupported
Thu, 01 Nov 2018 09:34:59 -0700 bpb 8213210: Change ServerSocket(SocketImpl impl) constructor to protected access
Fri, 02 Feb 2018 14:17:07 -0500 rriggs 8195059: Update java.net Socket and DatagramSocket implementations to use Cleaner
Tue, 12 Sep 2017 19:03:39 +0200 erikj 8187443: Forest Consolidation: Move files to unified layout
less more (0) tip