Tue, 29 May 2018 13:16:23 -0700 Merge JDK-8145252-TLS13-branch
wetmore [Tue, 29 May 2018 13:16:23 -0700] rev 56622
Merge
Tue, 29 May 2018 13:42:04 +0100 http-client-branch: performance - reduce context switching http-client-branch
dfuchs [Tue, 29 May 2018 13:42:04 +0100] rev 56621
http-client-branch: performance - reduce context switching
Tue, 29 May 2018 15:48:13 +0800 getNamesForMech, more import/export JDK-8199569-branch
weijun [Tue, 29 May 2018 15:48:13 +0800] rev 56620
getNamesForMech, more import/export
Fri, 25 May 2018 16:13:11 +0100 http-client-branch: Make HttpHeaders final http-client-branch
chegar [Fri, 25 May 2018 16:13:11 +0100] rev 56619
http-client-branch: Make HttpHeaders final
Mon, 28 May 2018 17:22:37 +0100 http-client-branch: further update to max streams fix http-client-branch
michaelm [Mon, 28 May 2018 17:22:37 +0100] rev 56618
http-client-branch: further update to max streams fix
Mon, 28 May 2018 21:30:25 +0800 Create Name with meth to support export JDK-8199569-branch
weijun [Mon, 28 May 2018 21:30:25 +0800] rev 56617
Create Name with meth to support export
Mon, 28 May 2018 10:48:38 +0100 http-client-branch: fix intermittent problem with stream counting by decrementing counter before completing the subscriber CF http-client-branch
michaelm [Mon, 28 May 2018 10:48:38 +0100] rev 56616
http-client-branch: fix intermittent problem with stream counting by decrementing counter before completing the subscriber CF
Sat, 26 May 2018 20:29:15 -0700 clean up TODO tags JDK-8145252-TLS13-branch
xuelei [Sat, 26 May 2018 20:29:15 -0700] rev 56615
clean up TODO tags
Sat, 26 May 2018 15:15:27 -0700 implement version downgrad protection JDK-8145252-TLS13-branch
xuelei [Sat, 26 May 2018 15:15:27 -0700] rev 56614
implement version downgrad protection
Fri, 25 May 2018 14:22:27 -0700 Add twitter branch. twitter
twisti [Fri, 25 May 2018 14:22:27 -0700] rev 56613
Add twitter branch.
Fri, 25 May 2018 14:24:17 -0700 Merge JDK-8145252-TLS13-branch
wetmore [Fri, 25 May 2018 14:24:17 -0700] rev 56612
Merge
Fri, 25 May 2018 12:43:45 -0700 added jdk.tls.server.protocols JDK-8145252-TLS13-branch
ascarpino [Fri, 25 May 2018 12:43:45 -0700] rev 56611
added jdk.tls.server.protocols
Fri, 25 May 2018 12:24:17 -0700 DH left padding of public key JDK-8145252-TLS13-branch
xuelei [Fri, 25 May 2018 12:24:17 -0700] rev 56610
DH left padding of public key
Fri, 25 May 2018 11:42:54 -0700 TLS 1.3 support for HttpsUrlConnClient OCSP Stapling jtreg test JDK-8145252-TLS13-branch
jnimeh [Fri, 25 May 2018 11:42:54 -0700] rev 56609
TLS 1.3 support for HttpsUrlConnClient OCSP Stapling jtreg test Summary: Adds test cases for OCSPstapling using the TLS 1.3 handshake and HttpsUrlConnection
Fri, 25 May 2018 13:20:01 -0400 A couple of minor session resumption fixes JDK-8145252-TLS13-branch
apetcher [Fri, 25 May 2018 13:20:01 -0400] rev 56608
A couple of minor session resumption fixes
Thu, 24 May 2018 13:09:59 -0700 Merge JDK-8145252-TLS13-branch
wetmore [Thu, 24 May 2018 13:09:59 -0700] rev 56607
Merge
Thu, 24 May 2018 12:32:00 -0700 TLS 1.3 support in OCSP stapling jtreg tests JDK-8145252-TLS13-branch
jnimeh [Thu, 24 May 2018 12:32:00 -0700] rev 56606
TLS 1.3 support in OCSP stapling jtreg tests Summary: Adds test cases for OCSP stapling using the TLS 1.3 handshake
Thu, 24 May 2018 11:34:31 -0700 Use DiffieHellman rather than the DH alias JDK-8145252-TLS13-branch
xuelei [Thu, 24 May 2018 11:34:31 -0700] rev 56605
Use DiffieHellman rather than the DH alias
Thu, 24 May 2018 18:41:30 +0100 http-client-branch: Fix for new MaxStreams.java test http-client-branch
michaelm [Thu, 24 May 2018 18:41:30 +0100] rev 56604
http-client-branch: Fix for new MaxStreams.java test
Thu, 24 May 2018 09:21:01 -0700 remove TODO tags if no need any more JDK-8145252-TLS13-branch
xuelei [Thu, 24 May 2018 09:21:01 -0700] rev 56603
remove TODO tags if no need any more
Thu, 24 May 2018 11:37:30 +0100 Merge http-client-branch
dfuchs [Thu, 24 May 2018 11:37:30 +0100] rev 56602
Merge
Thu, 24 May 2018 11:31:50 +0100 http-client-branch: HttpClient HTTP/1.1 could be more lenient and accept LF as well as CRLF as header separator. http-client-branch
dfuchs [Thu, 24 May 2018 11:31:50 +0100] rev 56601
http-client-branch: HttpClient HTTP/1.1 could be more lenient and accept LF as well as CRLF as header separator. 8203427: HttpClient HTTP/1.1 could be more lenient and accept LF as well as CRLF as header separator. Reviewed-by: chegar
Wed, 23 May 2018 11:55:41 -0700 mismatching sign_alg and sign_alg_cert JDK-8145252-TLS13-branch
xuelei [Wed, 23 May 2018 11:55:41 -0700] rev 56600
mismatching sign_alg and sign_alg_cert
Wed, 23 May 2018 09:33:37 -0700 Merge JDK-8145252-TLS13-branch
wetmore [Wed, 23 May 2018 09:33:37 -0700] rev 56599
Merge
Wed, 23 May 2018 16:44:13 +0100 8196389: Should HttpClient support SETTINGS_MAX_CONCURRENT_STREAMS from the server http-client-branch
michaelm [Wed, 23 May 2018 16:44:13 +0100] rev 56598
8196389: Should HttpClient support SETTINGS_MAX_CONCURRENT_STREAMS from the server Reviewed-by: chegar, dfuchs
Wed, 23 May 2018 16:40:10 +0200 TestElasticTLABDecay is misconfigured epsilon-gc-branch
shade [Wed, 23 May 2018 16:40:10 +0200] rev 56597
TestElasticTLABDecay is misconfigured
Mon, 21 May 2018 15:01:17 +0200 Last stylistic touchups epsilon-gc-branch
shade [Mon, 21 May 2018 15:01:17 +0200] rev 56596
Last stylistic touchups
Wed, 23 May 2018 17:02:13 +0800 sun/net/www/protocol/https/HttpsURLConnection/ReadTimeout.java adapts to new exception hierarchy JDK-8145252-TLS13-branch
jjiang [Wed, 23 May 2018 17:02:13 +0800] rev 56595
sun/net/www/protocol/https/HttpsURLConnection/ReadTimeout.java adapts to new exception hierarchy
Tue, 22 May 2018 21:46:47 -0700 close issues introduced in TLS 1.3 implementation JDK-8145252-TLS13-branch
xuelei [Tue, 22 May 2018 21:46:47 -0700] rev 56594
close issues introduced in TLS 1.3 implementation
Tue, 22 May 2018 16:38:48 -0700 Merge JDK-8145252-TLS13-branch
wetmore [Tue, 22 May 2018 16:38:48 -0700] rev 56593
Merge
Tue, 22 May 2018 16:36:02 -0700 Merge JDK-8145252-TLS13-branch
wetmore [Tue, 22 May 2018 16:36:02 -0700] rev 56592
Merge
Tue, 22 May 2018 14:12:14 -0400 Setting X25519/X448 to TLS 1.3 only JDK-8171279-XDH-TLS-branch
apetcher [Tue, 22 May 2018 14:12:14 -0400] rev 56591
Setting X25519/X448 to TLS 1.3 only
Tue, 22 May 2018 14:01:11 -0400 merge JDK-8171279-XDH-TLS-branch
apetcher [Tue, 22 May 2018 14:01:11 -0400] rev 56590
merge
Tue, 22 May 2018 13:44:02 -0400 Initial working XDH support in TLS. I should try to refactor the code a bit. JDK-8171279-XDH-TLS-branch
apetcher [Tue, 22 May 2018 13:44:02 -0400] rev 56589
Initial working XDH support in TLS. I should try to refactor the code a bit.
Tue, 22 May 2018 20:36:31 +0800 com/sun/jndi/ldap/DeadSSLLdapTimeoutTest.java adapts to new exception hierarchy JDK-8145252-TLS13-branch
jjiang [Tue, 22 May 2018 20:36:31 +0800] rev 56588
com/sun/jndi/ldap/DeadSSLLdapTimeoutTest.java adapts to new exception hierarchy
Tue, 22 May 2018 17:53:35 +0800 Re-generate certificates for javax/net/ssl/templates/SSLSocketTemplate.java JDK-8145252-TLS13-branch
jjiang [Tue, 22 May 2018 17:53:35 +0800] rev 56587
Re-generate certificates for javax/net/ssl/templates/SSLSocketTemplate.java
Mon, 21 May 2018 20:51:38 -0700 RSA key is too short to support TLS 1.3 JDK-8145252-TLS13-branch
xuelei [Mon, 21 May 2018 20:51:38 -0700] rev 56586
RSA key is too short to support TLS 1.3
Mon, 21 May 2018 09:53:23 -0700 No more renegotiation in TLS 1.3 JDK-8145252-TLS13-branch
xuelei [Mon, 21 May 2018 09:53:23 -0700] rev 56585
No more renegotiation in TLS 1.3
Mon, 21 May 2018 08:16:24 -0700 Use default signature algorithms for TLS 1.2 JDK-8145252-TLS13-branch
xuelei [Mon, 21 May 2018 08:16:24 -0700] rev 56584
Use default signature algorithms for TLS 1.2
Mon, 21 May 2018 11:14:44 -0400 initial commit for JDK-8171279-XDH-TLS-branch JDK-8171279-XDH-TLS-branch
apetcher [Mon, 21 May 2018 11:14:44 -0400] rev 56583
initial commit for JDK-8171279-XDH-TLS-branch
Mon, 21 May 2018 14:50:28 +0200 Fix build failure epsilon-gc-branch
shade [Mon, 21 May 2018 14:50:28 +0200] rev 56582
Fix build failure
Mon, 21 May 2018 14:47:22 +0200 Formatting and renames epsilon-gc-branch
shade [Mon, 21 May 2018 14:47:22 +0200] rev 56581
Formatting and renames
Mon, 21 May 2018 10:34:21 +0200 Fix 32-bit builds epsilon-gc-branch
shade [Mon, 21 May 2018 10:34:21 +0200] rev 56580
Fix 32-bit builds
Mon, 21 May 2018 15:40:25 +0800 sun/security/ssl/AppOutputStream/NoExceptionOnClose.java changes the expected exception JDK-8145252-TLS13-branch
jjiang [Mon, 21 May 2018 15:40:25 +0800] rev 56579
sun/security/ssl/AppOutputStream/NoExceptionOnClose.java changes the expected exception
Sun, 20 May 2018 22:18:11 +0200 Merge epsilon-gc-branch
shade [Sun, 20 May 2018 22:18:11 +0200] rev 56578
Merge
Sun, 20 May 2018 22:03:10 +0200 Elastic TLAB machinery should handle decays epsilon-gc-branch
shade [Sun, 20 May 2018 22:03:10 +0200] rev 56577
Elastic TLAB machinery should handle decays
Sat, 19 May 2018 23:51:09 +0200 Serviceability support for Epsilon epsilon-gc-branch
shade [Sat, 19 May 2018 23:51:09 +0200] rev 56576
Serviceability support for Epsilon
Sun, 20 May 2018 09:45:36 -0700 The expected exception may be not thrown in order JDK-8145252-TLS13-branch
xuelei [Sun, 20 May 2018 09:45:36 -0700] rev 56575
The expected exception may be not thrown in order
Sun, 20 May 2018 22:01:40 +0800 Use SEC_WHCAR* as gss_name_t JDK-8199569-branch
weijun [Sun, 20 May 2018 22:01:40 +0800] rev 56574
Use SEC_WHCAR* as gss_name_t
Fri, 18 May 2018 19:07:49 -0700 DTLS fix for proper closing JDK-8145252-TLS13-branch
ascarpino [Fri, 18 May 2018 19:07:49 -0700] rev 56573
DTLS fix for proper closing
Fri, 18 May 2018 15:23:56 +0100 http-client-branch: improve test stability by allowing retry on java.net.ConnectException http-client-branch
dfuchs [Fri, 18 May 2018 15:23:56 +0100] rev 56572
http-client-branch: improve test stability by allowing retry on java.net.ConnectException
Thu, 17 May 2018 16:18:47 -0700 TLS 1.3, update on SSLSocketImpl.checkEOF() JDK-8145252-TLS13-branch
xuelei [Thu, 17 May 2018 16:18:47 -0700] rev 56571
TLS 1.3, update on SSLSocketImpl.checkEOF()
Thu, 17 May 2018 11:12:52 -0700 improper certificates in SSLSocketTemplate.java JDK-8145252-TLS13-branch
xuelei [Thu, 17 May 2018 11:12:52 -0700] rev 56570
improper certificates in SSLSocketTemplate.java
Thu, 17 May 2018 09:24:28 -0700 jdk/testlibrary/testkeys upgraded to use RSA_4096 key JDK-8145252-TLS13-branch
ssahoo [Thu, 17 May 2018 09:24:28 -0700] rev 56569
jdk/testlibrary/testkeys upgraded to use RSA_4096 key
Thu, 17 May 2018 09:00:47 -0700 TLS 1.3, incorrect encode of NewSessionTicket for empty extension JDK-8145252-TLS13-branch
xuelei [Thu, 17 May 2018 09:00:47 -0700] rev 56568
TLS 1.3, incorrect encode of NewSessionTicket for empty extension
Wed, 16 May 2018 22:13:16 -0700 TLS 1.3, correct a serious ALPN impl typo JDK-8145252-TLS13-branch
xuelei [Wed, 16 May 2018 22:13:16 -0700] rev 56567
TLS 1.3, correct a serious ALPN impl typo
Wed, 16 May 2018 21:18:06 -0700 TLS 1.3, check alpn respond value JDK-8145252-TLS13-branch
xuelei [Wed, 16 May 2018 21:18:06 -0700] rev 56566
TLS 1.3, check alpn respond value
Wed, 16 May 2018 15:41:50 -0700 TLS 1.3, OpenSSL interop issue, a missed update JDK-8145252-TLS13-branch
xuelei [Wed, 16 May 2018 15:41:50 -0700] rev 56565
TLS 1.3, OpenSSL interop issue, a missed update
Wed, 16 May 2018 15:26:36 -0700 TLS 1.3, OpenSSL interop issues JDK-8145252-TLS13-branch
xuelei [Wed, 16 May 2018 15:26:36 -0700] rev 56564
TLS 1.3, OpenSSL interop issues
Wed, 16 May 2018 10:08:23 -0700 Merge JDK-8145252-TLS13-branch
wetmore [Wed, 16 May 2018 10:08:23 -0700] rev 56563
Merge
Wed, 16 May 2018 22:45:34 +0800 Negotiate seems to be working JDK-8199569-branch
weijun [Wed, 16 May 2018 22:45:34 +0800] rev 56562
Negotiate seems to be working
Tue, 15 May 2018 22:59:45 -0700 Use PostHandshakeContext for New Session Ticket when approriate JDK-8145252-TLS13-branch
ascarpino [Tue, 15 May 2018 22:59:45 -0700] rev 56561
Use PostHandshakeContext for New Session Ticket when approriate
Tue, 15 May 2018 14:52:51 -0700 test correction, reject renegotiation applies to TLS 1.2 and prior versions only JDK-8145252-TLS13-branch
xuelei [Tue, 15 May 2018 14:52:51 -0700] rev 56560
test correction, reject renegotiation applies to TLS 1.2 and prior versions only
Tue, 15 May 2018 13:01:37 -0700 rollbak behavior changes of extended secret extension JDK-8145252-TLS13-branch
xuelei [Tue, 15 May 2018 13:01:37 -0700] rev 56559
rollbak behavior changes of extended secret extension
Tue, 15 May 2018 14:54:04 -0400 minor session management improvements to try to address some bugs JDK-8145252-TLS13-branch
apetcher [Tue, 15 May 2018 14:54:04 -0400] rev 56558
minor session management improvements to try to address some bugs
Tue, 15 May 2018 10:48:19 -0700 Corrected copyright JDK-8145252-TLS13-branch
wetmore [Tue, 15 May 2018 10:48:19 -0700] rev 56557
Corrected copyright
Tue, 15 May 2018 16:10:17 +0100 http-client-branch: additional tests for header case-insensitivity http-client-branch
chegar [Tue, 15 May 2018 16:10:17 +0100] rev 56556
http-client-branch: additional tests for header case-insensitivity
Tue, 15 May 2018 12:20:42 +0800 code style, functions rearrangement JDK-8199569-branch
weijun [Tue, 15 May 2018 12:20:42 +0800] rev 56555
code style, functions rearrangement
Tue, 15 May 2018 12:19:38 +0800 inline GenClientContext, macro redefition, new functions JDK-8199569-branch
weijun [Tue, 15 May 2018 12:19:38 +0800] rev 56554
inline GenClientContext, macro redefition, new functions
Mon, 14 May 2018 21:06:55 +0800 no more warning JDK-8199569-branch
weijun [Mon, 14 May 2018 21:06:55 +0800] rev 56553
no more warning
Mon, 14 May 2018 09:55:03 +0800 First working version JDK-8199569-branch
weijun [Mon, 14 May 2018 09:55:03 +0800] rev 56552
First working version
Mon, 14 May 2018 13:05:11 +0800 sequence number fix JDK-8199569-branch
weijun [Mon, 14 May 2018 13:05:11 +0800] rev 56551
sequence number fix
Mon, 14 May 2018 09:48:33 +0800 Use VS2017 JDK-8199569-branch
weijun [Mon, 14 May 2018 09:48:33 +0800] rev 56550
Use VS2017
Mon, 14 May 2018 22:49:05 +0000 Merge JDK-8145252-TLS13-branch
valeriep [Mon, 14 May 2018 22:49:05 +0000] rev 56549
Merge
Mon, 14 May 2018 22:41:54 +0000 Undo the interim RSASSA-PSS changes in SignedObject class JDK-8145252-TLS13-branch
valeriep [Mon, 14 May 2018 22:41:54 +0000] rev 56548
Undo the interim RSASSA-PSS changes in SignedObject class
Mon, 14 May 2018 22:09:08 +0200 Merge ihse-jdk-library-branch
ihse [Mon, 14 May 2018 22:09:08 +0200] rev 56547
Merge
Mon, 14 May 2018 11:08:04 -0700 Fix improper ordering for default certificate type field in CertificateRequest JDK-8145252-TLS13-branch
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.
Mon, 14 May 2018 09:44:42 +0800 Initial changes for JDK-8199569 JDK-8199569-branch
weijun [Mon, 14 May 2018 09:44:42 +0800] rev 56545
Initial changes for JDK-8199569
Sun, 13 May 2018 08:52:25 -0700 start/beginHandshake and more post-handshake changes JDK-8145252-TLS13-branch
ascarpino [Sun, 13 May 2018 08:52:25 -0700] rev 56544
start/beginHandshake and more post-handshake changes
Fri, 11 May 2018 16:07:27 -0700 Merge JDK-8145252-TLS13-branch
wetmore [Fri, 11 May 2018 16:07:27 -0700] rev 56543
Merge
Fri, 11 May 2018 15:53:12 -0700 Initial TLSv1.3 Implementation JDK-8145252-TLS13-branch
wetmore [Fri, 11 May 2018 15:53:12 -0700] rev 56542
Initial TLSv1.3 Implementation
Fri, 11 May 2018 14:55:56 -0700 Initial changes for JDK-8145252-TLS13-branch JDK-8145252-TLS13-branch
wetmore [Fri, 11 May 2018 14:55:56 -0700] rev 56541
Initial changes for JDK-8145252-TLS13-branch
Fri, 11 May 2018 18:33:36 +0200 Refactor test handling with @requires epsilon-gc-branch
shade [Fri, 11 May 2018 18:33:36 +0200] rev 56540
Refactor test handling with @requires
Wed, 09 May 2018 16:56:42 -0700 Merge http-client-branch
dfuchs [Wed, 09 May 2018 16:56:42 -0700] rev 56539
Merge
Wed, 09 May 2018 16:45:54 -0700 http-client-branch: add a property to make it possible to limit the size of the HTTP/1.1 coonection pool http-client-branch
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
Mon, 07 May 2018 14:48:59 -0700 Merge http-client-branch
dfuchs [Mon, 07 May 2018 14:48:59 -0700] rev 56537
Merge
Mon, 07 May 2018 16:41:38 +0200 Merge epsilon-gc-branch
shade [Mon, 07 May 2018 16:41:38 +0200] rev 56536
Merge
Sun, 06 May 2018 16:19:56 +0200 Merge epsilon-gc-branch
shade [Sun, 06 May 2018 16:19:56 +0200] rev 56535
Merge
Fri, 04 May 2018 19:29:01 +0200 Fix build with -epsilongc epsilon-gc-branch
shade [Fri, 04 May 2018 19:29:01 +0200] rev 56534
Fix build with -epsilongc
Fri, 04 May 2018 19:16:56 +0200 Merge epsilon-gc-branch
shade [Fri, 04 May 2018 19:16:56 +0200] rev 56533
Merge
Fri, 04 May 2018 17:28:03 +0100 Merge http-client-branch
dfuchs [Fri, 04 May 2018 17:28:03 +0100] rev 56532
Merge
Fri, 04 May 2018 17:02:19 +0100 http-client-branch: connection shutdown should no cancel streams immediately if data is pending in the stream queue. http-client-branch
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.
Fri, 04 May 2018 14:32:26 +0100 http-client-branch: remove stray println http-client-branch
dfuchs [Fri, 04 May 2018 14:32:26 +0100] rev 56530
http-client-branch: remove stray println
Fri, 04 May 2018 13:57:59 +0200 Fix for libsplashscreen. ihse-jdk-library-branch
ihse [Fri, 04 May 2018 13:57:59 +0200] rev 56529
Fix for libsplashscreen.
Fri, 04 May 2018 13:15:15 +0200 Fix jdk.accessibility. ihse-jdk-library-branch
ihse [Fri, 04 May 2018 13:15:15 +0200] rev 56528
Fix jdk.accessibility.
Fri, 04 May 2018 10:55:57 +0200 Try to fix libsplashscreen on mac. ihse-jdk-library-branch
ihse [Fri, 04 May 2018 10:55:57 +0200] rev 56527
Try to fix libsplashscreen on mac.
Fri, 04 May 2018 10:09:27 +0200 ... and missing _DIRS. ihse-jdk-library-branch
ihse [Fri, 04 May 2018 10:09:27 +0200] rev 56526
... and missing _DIRS.
Fri, 04 May 2018 10:06:23 +0200 Add missing -I. ihse-jdk-library-branch
ihse [Fri, 04 May 2018 10:06:23 +0200] rev 56525
Add missing -I.
Fri, 04 May 2018 01:42:32 +0200 Even more fixes. ihse-jdk-library-branch
ihse [Fri, 04 May 2018 01:42:32 +0200] rev 56524
Even more fixes.
Fri, 04 May 2018 01:35:03 +0200 Merge ihse-jdk-library-branch
ihse [Fri, 04 May 2018 01:35:03 +0200] rev 56523
Merge
Fri, 04 May 2018 01:31:12 +0200 Fixes based on quick code review. ihse-jdk-library-branch
ihse [Fri, 04 May 2018 01:31:12 +0200] rev 56522
Fixes based on quick code review.
Fri, 04 May 2018 01:17:28 +0200 Cleaning up SRC and EXTRA_SRC. ihse-jdk-library-branch
ihse [Fri, 04 May 2018 01:17:28 +0200] rev 56521
Cleaning up SRC and EXTRA_SRC.
Fri, 04 May 2018 00:52:25 +0200 Rename FindHeaderDirForModule to GetJavaHeaderDir. ihse-jdk-library-branch
ihse [Fri, 04 May 2018 00:52:25 +0200] rev 56520
Rename FindHeaderDirForModule to GetJavaHeaderDir.
Fri, 04 May 2018 00:50:29 +0200 Process extra header dirs syntax. ihse-jdk-library-branch
ihse [Fri, 04 May 2018 00:50:29 +0200] rev 56519
Process extra header dirs syntax.
Fri, 04 May 2018 00:23:32 +0200 Even more cleaning up. ihse-jdk-library-branch
ihse [Fri, 04 May 2018 00:23:32 +0200] rev 56518
Even more cleaning up.
Thu, 03 May 2018 23:33:28 +0200 Cleaning up src format. ihse-jdk-library-branch
ihse [Thu, 03 May 2018 23:33:28 +0200] rev 56517
Cleaning up src format.
Thu, 03 May 2018 22:30:08 +0200 Fix Zero build failures epsilon-gc-branch
shade [Thu, 03 May 2018 22:30:08 +0200] rev 56516
Fix Zero build failures
Thu, 03 May 2018 18:32:32 +0100 http-client-branch: SSLFlowDelegate - avoid wasted memory in SSL buffers, fix race condition if socket closed during handshake http-client-branch
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
Thu, 03 May 2018 18:29:46 +0100 http-client-branch: RST_STREAM should be handled immediately if received before HEADERS, and subscriber.onError() should be called if received after that. http-client-branch
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.
Thu, 03 May 2018 18:27:32 +0100 http-client-branch: Http2Connection should not try to send RST_STREAM if the channel is already closed http-client-branch
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
Thu, 03 May 2018 14:46:44 +0200 Remove FindSrcDirsForLib. ihse-jdk-library-branch
ihse [Thu, 03 May 2018 14:46:44 +0200] rev 56512
Remove FindSrcDirsForLib.
Thu, 03 May 2018 14:30:20 +0200 Introduce EXTRA_SRC and supply headers as dirs. ihse-jdk-library-branch
ihse [Thu, 03 May 2018 14:30:20 +0200] rev 56511
Introduce EXTRA_SRC and supply headers as dirs.
Thu, 03 May 2018 11:59:58 +0200 Epsilon should use Elastic TLABs facility to control sizes epsilon-gc-branch
shade [Thu, 03 May 2018 11:59:58 +0200] rev 56510
Epsilon should use Elastic TLABs facility to control sizes
Thu, 03 May 2018 10:02:32 +0200 Fix gc/epsilon/TestMemoryMXBeans failures after the merge epsilon-gc-branch
shade [Thu, 03 May 2018 10:02:32 +0200] rev 56509
Fix gc/epsilon/TestMemoryMXBeans failures after the merge
Thu, 03 May 2018 09:43:47 +0200 Merge epsilon-gc-branch
shade [Thu, 03 May 2018 09:43:47 +0200] rev 56508
Merge
Wed, 02 May 2018 15:47:57 +0100 http-client-branch: Merge with default http-client-branch
chegar [Wed, 02 May 2018 15:47:57 +0100] rev 56507
http-client-branch: Merge with default
Wed, 02 May 2018 10:35:33 +0100 http-client-branch: review comment - remove tailing whitespace and long lines http-client-branch
chegar [Wed, 02 May 2018 10:35:33 +0100] rev 56506
http-client-branch: review comment - remove tailing whitespace and long lines
Tue, 01 May 2018 22:37:29 +0100 8193356: HttpClient should create a new connection after available stream ids are used up. http-client-branch
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
Tue, 01 May 2018 19:14:46 +0100 http-client-branch: review comment - HPACK bytewise decoding http-client-branch
prappo [Tue, 01 May 2018 19:14:46 +0100] rev 56504
http-client-branch: review comment - HPACK bytewise decoding
Tue, 01 May 2018 10:03:01 +0100 Merge http-client-branch
dfuchs [Tue, 01 May 2018 10:03:01 +0100] rev 56503
Merge
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 tip