prappo [Wed, 31 Jan 2018 14:29:56 +0000] rev 56051
http-client-branch: (WebSocket) tests
chegar [Wed, 31 Jan 2018 13:08:53 +0000] rev 56050
http-client-branch: expand FlowAdapterSubscriberTest with mapping using convenience handlers
chegar [Wed, 31 Jan 2018 11:49:50 +0000] rev 56049
http-client-branch: only add h2 ALPN if TLSv1.2 or greater
prappo [Tue, 30 Jan 2018 20:43:32 +0000] rev 56048
http-client-branch: (WebSocket) A test for onClose & IllegalStateException
prappo [Tue, 30 Jan 2018 17:39:58 +0000] rev 56047
http-client-branch: (WebSocket) consistent method names in test
prappo [Tue, 30 Jan 2018 17:29:50 +0000] rev 56046
http-client-branch: (WebSocket) rearranged methods in tests
prappo [Tue, 30 Jan 2018 17:28:12 +0000] rev 56045
http-client-branch: (WebSocket) more tests
chegar [Tue, 30 Jan 2018 13:52:40 +0000] rev 56044
http-client-branch: fix issue in SSL flow delegate when handshake error occurs during unwrap
michaelm [Mon, 29 Jan 2018 18:12:36 +0000] rev 56043
http-client-branch: changed default protocol version when plain http over proxy requested.
chegar [Mon, 29 Jan 2018 15:18:25 +0000] rev 56042
http-client-branch: merge with default
dfuchs [Fri, 26 Jan 2018 16:46:52 +0000] rev 56041
http-client-branch: make it possible to supply proxy-authorization headers
prappo [Fri, 26 Jan 2018 11:08:42 +0000] rev 56040
http-client-branch: SequentialScheduler cleanup
chegar [Wed, 24 Jan 2018 12:26:15 +0000] rev 56039
http-client-branch: add api/impl notes to WebSocket onClose
chegar [Tue, 23 Jan 2018 14:10:14 +0000] rev 56038
http-client-branch: restore inadvertantly removed @FunctionalInterface
chegar [Tue, 23 Jan 2018 13:54:34 +0000] rev 56037
http-client-branch: clean up and expand push promise tests
chegar [Tue, 23 Jan 2018 13:21:59 +0000] rev 56036
http-client-branch: Import of 8195823: Buffers given to response body subscribers should not contain unprocessed HTTP data
prappo [Mon, 22 Jan 2018 17:29:07 +0000] rev 56035
http-client-branch: MinimalFuture deep obtrusion
dfuchs [Fri, 19 Jan 2018 16:48:12 +0000] rev 56034
http-client-branch: renamed PushPromiseHandler.withPushPromises into PushPromiseHandler.of
dfuchs [Fri, 19 Jan 2018 15:57:21 +0000] rev 56033
http-client-branch: 8194729: Java 9's HttpClient doesn't allow custom 'Authorization' headers
michaelm [Fri, 19 Jan 2018 15:05:57 +0000] rev 56032
Merge
michaelm [Fri, 19 Jan 2018 15:05:27 +0000] rev 56031
http-client-branch: make PushPromiseHandlerMap package private
chegar [Fri, 19 Jan 2018 14:01:35 +0000] rev 56030
http-client-branch: clarify behavior of restricted methods in the builder
shade [Fri, 19 Jan 2018 12:48:51 +0100] rev 56029
Disable two more tests when Epsilon is not available.
shade [Fri, 19 Jan 2018 12:24:15 +0100] rev 56028
Use proper flag aliasing machinery. Avoid setting immutable develop flags in release builds.
hb [Fri, 19 Jan 2018 13:56:36 +0530] rev 56027
Fixed double string escaping, corrected type
hb [Fri, 19 Jan 2018 13:46:27 +0530] rev 56026
1. Removed all changes to Java SE APIs
2. Changed module name to jdk.management.rest
3. Rest Adapter invoked via Module service provider
4. changed package name to jdk.internal.management.remote.rest
5. rest module and httpserver module part of platform modules
chegar [Thu, 18 Jan 2018 19:51:17 +0000] rev 56025
http-cient-branch: cleanup push promise spec
prappo [Thu, 18 Jan 2018 16:52:14 +0000] rev 56024
http-client-branch: (WebSocket) a number of tests for exceptional completion
chegar [Thu, 18 Jan 2018 11:26:39 +0000] rev 56023
http-client-branch: add offline testing example
shade [Thu, 18 Jan 2018 12:08:41 +0100] rev 56022
Support -XX:+UseNoGC as the alias for -XX:+UseEpsilonGC