shade [Thu, 31 May 2018 14:50:56 +0200] rev 56640
Merge
prappo [Thu, 31 May 2018 13:55:51 +0100] rev 56639
http-client-branch: review comment - HPACK misc. improvements (2)
weijun [Thu, 31 May 2018 11:50:33 +0800] rev 56638
safe copy functions
jnimeh [Wed, 30 May 2018 11:36:46 -0700] rev 56637
Add bounds check for output length in HKDF expand operation
Summary: Make the HKDF expand operation conform to the specification by limiting the allowed output length.
jnimeh [Wed, 30 May 2018 11:34:58 -0700] rev 56636
TLS 1.3 support for StapleEnableProps OCSP Stapling jtreg test
Summary: Adds test cases for OCSPstapling using the TLS 1.3 handshake and its use of the OCSP stapling system properties.
shade [Wed, 30 May 2018 14:03:03 +0200] rev 56635
Add includes for explicit dependencies, remove stale includes
shade [Wed, 30 May 2018 14:02:58 +0200] rev 56634
Fix COMPILER2 handling: include macros.hpp before use
shade [Wed, 30 May 2018 13:45:02 +0200] rev 56633
Fix GC enum declaration
weijun [Wed, 30 May 2018 19:32:31 +0800] rev 56632
cleanup
michaelm [Wed, 30 May 2018 12:01:03 +0100] rev 56631
http-client-branch: 8203433 (httpclient) Add tests for HEAD and 304 responses.
shade [Wed, 30 May 2018 12:53:59 +0200] rev 56630
Fix indentation in vmStructs_gc.hpp
shade [Wed, 30 May 2018 11:22:56 +0200] rev 56629
Make sure C2 configurations are executed in tests
shade [Wed, 30 May 2018 10:47:43 +0200] rev 56628
Epsilon's INCLUDE_XXX, XXX_ONLY and NOT_XXX should be in alphabetic order
shade [Wed, 30 May 2018 10:29:41 +0200] rev 56627
Remove UseTLAB from supports_tlab_allocation
shade [Wed, 30 May 2018 10:05:17 +0200] rev 56626
Remove obsolete INCLUDE_EPSILONGC guards
shade [Wed, 30 May 2018 09:49:56 +0200] rev 56625
Merge
weijun [Tue, 29 May 2018 23:03:55 +0800] rev 56624
gss_OID_desc constants
prappo [Tue, 29 May 2018 23:47:07 +0100] rev 56623
http-client-branch: review comment - HPACK misc. improvements
wetmore [Tue, 29 May 2018 13:16:23 -0700] rev 56622
Merge
dfuchs [Tue, 29 May 2018 13:42:04 +0100] rev 56621
http-client-branch: performance - reduce context switching
weijun [Tue, 29 May 2018 15:48:13 +0800] rev 56620
getNamesForMech, more import/export
chegar [Fri, 25 May 2018 16:13:11 +0100] rev 56619
http-client-branch: Make HttpHeaders final
michaelm [Mon, 28 May 2018 17:22:37 +0100] rev 56618
http-client-branch: further update to max streams fix
weijun [Mon, 28 May 2018 21:30:25 +0800] rev 56617
Create Name with meth to support export
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
xuelei [Sat, 26 May 2018 20:29:15 -0700] rev 56615
clean up TODO tags
xuelei [Sat, 26 May 2018 15:15:27 -0700] rev 56614
implement version downgrad protection
twisti [Fri, 25 May 2018 14:22:27 -0700] rev 56613
Add twitter branch.
wetmore [Fri, 25 May 2018 14:24:17 -0700] rev 56612
Merge
ascarpino [Fri, 25 May 2018 12:43:45 -0700] rev 56611
added jdk.tls.server.protocols
xuelei [Fri, 25 May 2018 12:24:17 -0700] rev 56610
DH left padding of public key
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