weijun [Mon, 14 May 2018 21:06:55 +0800] rev 56553
no more warning
weijun [Mon, 14 May 2018 09:55:03 +0800] rev 56552
First working version
weijun [Mon, 14 May 2018 13:05:11 +0800] rev 56551
sequence number fix
weijun [Mon, 14 May 2018 09:48:33 +0800] rev 56550
Use VS2017
valeriep [Mon, 14 May 2018 22:49:05 +0000] rev 56549
Merge
valeriep [Mon, 14 May 2018 22:41:54 +0000] rev 56548
Undo the interim RSASSA-PSS changes in SignedObject class
ihse [Mon, 14 May 2018 22:09:08 +0200] rev 56547
Merge
jnimeh [Mon, 14 May 2018 11:08:04 -0700] rev 56546
Fix improper ordering for default certificate type field in CertificateRequest
Summary: Fixes the ordering in the CERT_TYPES constant for the CertificateRequest message. ECDSA will now be an advertised type when ECDSA is available in JCE.
weijun [Mon, 14 May 2018 09:44:42 +0800] rev 56545
Initial changes for JDK-8199569
ascarpino [Sun, 13 May 2018 08:52:25 -0700] rev 56544
start/beginHandshake and more post-handshake changes
wetmore [Fri, 11 May 2018 16:07:27 -0700] rev 56543
Merge
wetmore [Fri, 11 May 2018 15:53:12 -0700] rev 56542
Initial TLSv1.3 Implementation
wetmore [Fri, 11 May 2018 14:55:56 -0700] rev 56541
Initial changes for JDK-8145252-TLS13-branch
shade [Fri, 11 May 2018 18:33:36 +0200] rev 56540
Refactor test handling with @requires
dfuchs [Wed, 09 May 2018 16:56:42 -0700] rev 56539
Merge
dfuchs [Wed, 09 May 2018 16:45:54 -0700] rev 56538
http-client-branch: add a property to make it possible to limit the size of the HTTP/1.1 coonection pool
dfuchs [Mon, 07 May 2018 14:48:59 -0700] rev 56537
Merge
shade [Mon, 07 May 2018 16:41:38 +0200] rev 56536
Merge
shade [Sun, 06 May 2018 16:19:56 +0200] rev 56535
Merge
shade [Fri, 04 May 2018 19:29:01 +0200] rev 56534
Fix build with -epsilongc
shade [Fri, 04 May 2018 19:16:56 +0200] rev 56533
Merge
dfuchs [Fri, 04 May 2018 17:28:03 +0100] rev 56532
Merge
dfuchs [Fri, 04 May 2018 17:02:19 +0100] rev 56531
http-client-branch: connection shutdown should no cancel streams immediately if data is pending in the stream queue.
dfuchs [Fri, 04 May 2018 14:32:26 +0100] rev 56530
http-client-branch: remove stray println
ihse [Fri, 04 May 2018 13:57:59 +0200] rev 56529
Fix for libsplashscreen.
ihse [Fri, 04 May 2018 13:15:15 +0200] rev 56528
Fix jdk.accessibility.
ihse [Fri, 04 May 2018 10:55:57 +0200] rev 56527
Try to fix libsplashscreen on mac.
ihse [Fri, 04 May 2018 10:09:27 +0200] rev 56526
... and missing _DIRS.
ihse [Fri, 04 May 2018 10:06:23 +0200] rev 56525
Add missing -I.
ihse [Fri, 04 May 2018 01:42:32 +0200] rev 56524
Even more fixes.
ihse [Fri, 04 May 2018 01:35:03 +0200] rev 56523
Merge
ihse [Fri, 04 May 2018 01:31:12 +0200] rev 56522
Fixes based on quick code review.
ihse [Fri, 04 May 2018 01:17:28 +0200] rev 56521
Cleaning up SRC and EXTRA_SRC.
ihse [Fri, 04 May 2018 00:52:25 +0200] rev 56520
Rename FindHeaderDirForModule to GetJavaHeaderDir.
ihse [Fri, 04 May 2018 00:50:29 +0200] rev 56519
Process extra header dirs syntax.
ihse [Fri, 04 May 2018 00:23:32 +0200] rev 56518
Even more cleaning up.
ihse [Thu, 03 May 2018 23:33:28 +0200] rev 56517
Cleaning up src format.
shade [Thu, 03 May 2018 22:30:08 +0200] rev 56516
Fix Zero build failures
dfuchs [Thu, 03 May 2018 18:32:32 +0100] rev 56515
http-client-branch: SSLFlowDelegate - avoid wasted memory in SSL buffers, fix race condition if socket closed during handshake
dfuchs [Thu, 03 May 2018 18:29:46 +0100] rev 56514
http-client-branch: RST_STREAM should be handled immediately if received before HEADERS, and subscriber.onError() should be called if received after that.
dfuchs [Thu, 03 May 2018 18:27:32 +0100] rev 56513
http-client-branch: Http2Connection should not try to send RST_STREAM if the channel is already closed
ihse [Thu, 03 May 2018 14:46:44 +0200] rev 56512
Remove FindSrcDirsForLib.
ihse [Thu, 03 May 2018 14:30:20 +0200] rev 56511
Introduce EXTRA_SRC and supply headers as dirs.
shade [Thu, 03 May 2018 11:59:58 +0200] rev 56510
Epsilon should use Elastic TLABs facility to control sizes
shade [Thu, 03 May 2018 10:02:32 +0200] rev 56509
Fix gc/epsilon/TestMemoryMXBeans failures after the merge
shade [Thu, 03 May 2018 09:43:47 +0200] rev 56508
Merge
chegar [Wed, 02 May 2018 15:47:57 +0100] rev 56507
http-client-branch: Merge with default
chegar [Wed, 02 May 2018 10:35:33 +0100] rev 56506
http-client-branch: review comment - remove tailing whitespace and long lines
michaelm [Tue, 01 May 2018 22:37:29 +0100] rev 56505
8193356: HttpClient should create a new connection after available stream ids are used up.
Reviewed-by: chegar, dfuchs
prappo [Tue, 01 May 2018 19:14:46 +0100] rev 56504
http-client-branch: review comment - HPACK bytewise decoding
dfuchs [Tue, 01 May 2018 10:03:01 +0100] rev 56503
Merge
dfuchs [Tue, 01 May 2018 09:56:39 +0100] rev 56502
http-client-branch: avoid calling getApplicationBufferSize/getPacketBufferSize too often
chegar [Tue, 01 May 2018 09:47:33 +0100] rev 56501
http-client-branch: review comment - some minor comment rewording and cleanup
chegar [Tue, 01 May 2018 09:19:00 +0100] rev 56500
http-client-branch: review comment - update comment in Http2Connection
dfuchs [Mon, 30 Apr 2018 11:44:31 +0100] rev 56499
http-client-branch: tag tests that access real hosts on external networks as manual
chegar [Fri, 27 Apr 2018 15:23:33 +0100] rev 56498
http-client-branch: do not ignore setup exceptions when creating WS test server