dfuchs [Mon, 12 Feb 2018 17:32:52 +0000] rev 56103
http-client-branch: Add whitebox tests for AuthenticationFilter.
chegar [Sat, 10 Feb 2018 08:39:29 +0000] rev 56102
http-client-branch: minor module and package javadoc change
chegar [Fri, 09 Feb 2018 18:50:31 +0000] rev 56101
http-client-branch: minor bug fixes
chegar [Fri, 09 Feb 2018 15:22:31 +0000] rev 56100
http-client-branch: remove java.net.http from DOCS_MODULES since it is part of java.se
chegar [Fri, 09 Feb 2018 12:34:07 +0000] rev 56099
http-client-branch: revert overzealous use of @linkplain
chegar [Fri, 09 Feb 2018 09:26:44 +0000] rev 56098
http-client-branch: minor doc cleanup
chegar [Thu, 08 Feb 2018 20:58:35 +0000] rev 56097
http-client-branch: javadoc refresh and minor fixes
shade [Thu, 08 Feb 2018 21:05:35 +0100] rev 56096
Make sure arch-specific barriers are properly scoped
shade [Thu, 08 Feb 2018 20:56:03 +0100] rev 56095
Merge
prappo [Wed, 07 Feb 2018 22:49:25 +0000] rev 56094
http-client-branch: (HttpClient) cleanup before JDK-8196962. Removing a legacy logging for HPACK decoding. The HPACK core provides a more robust one.
chegar [Wed, 07 Feb 2018 22:09:31 +0000] rev 56093
http-client-baranch: long lines
chegar [Wed, 07 Feb 2018 21:45:37 +0000] rev 56092
http-client-branch: move implementation to jdk.internal.net.http
dfuchs [Wed, 07 Feb 2018 15:46:30 +0000] rev 56091
http-client-branch: more fixes for odd intermittent failures
chegar [Wed, 07 Feb 2018 15:41:04 +0000] rev 56090
http-client-branch: remove superflous add-modules from security test
chegar [Wed, 07 Feb 2018 14:17:24 +0000] rev 56089
http-client-branch: move to standard package and module name
chegar [Tue, 06 Feb 2018 19:37:56 +0000] rev 56088
http-client-branch: update copyright year ranges in prep for file moves
chegar [Tue, 06 Feb 2018 19:33:23 +0000] rev 56087
http-client-branch: remove incubating tag
chegar [Tue, 06 Feb 2018 19:29:33 +0000] rev 56086
http-client-branch: update public API @since tags
chegar [Tue, 06 Feb 2018 19:26:38 +0000] rev 56085
http-client-branch: remove remaining vestiges of MultiSubscriber and minor doc cleanup
dfuchs [Tue, 06 Feb 2018 17:26:49 +0000] rev 56084
http-client-branch: fix race condition and MT-safety in SmokeTest (fix the fix)
dfuchs [Tue, 06 Feb 2018 17:21:28 +0000] rev 56083
http-client-branch: fix race condition and MT-safety in SmokeTest
michaelm [Tue, 06 Feb 2018 16:07:43 +0000] rev 56082
http-client-branch: added mapping subscriber, miscellaneous bug fixes and change to discard()/replace() subscribers
dfuchs [Tue, 06 Feb 2018 15:34:08 +0000] rev 56081
http-client-branch: 8196848: SplitResponseSSL test failing intermitently (but rarely) with HttpClientImpl shutting down.
chegar [Tue, 06 Feb 2018 15:20:30 +0000] rev 56080
http-client-branch: add several private <init> methods
chegar [Tue, 06 Feb 2018 14:10:28 +0000] rev 56079
http-client-branch: more remaining impl types to internal
chegar [Tue, 06 Feb 2018 11:39:55 +0000] rev 56078
http-client-branch: move LineSubscriberAdapter to internal
chegar [Tue, 06 Feb 2018 11:15:40 +0000] rev 56077
http-client-branch: move ResponseSubscribers to internal
dfuchs [Tue, 06 Feb 2018 11:04:44 +0000] rev 56076
http-client-branch: more binding to 0.0.0.0 instead of localhost/127.0.0.1
chegar [Tue, 06 Feb 2018 10:34:47 +0000] rev 56075
http-client-branch: move BufferingSubscriber to internal
chegar [Mon, 05 Feb 2018 19:12:00 +0000] rev 56074
http-client-branch: remove redundant null check
chegar [Mon, 05 Feb 2018 19:09:31 +0000] rev 56073
http-client-branch: HttpHeadersImpl use more efficient entrySet
chegar [Mon, 05 Feb 2018 19:01:54 +0000] rev 56072
http-client-branch: use UTF-8 for all convertions to String
chegar [Mon, 05 Feb 2018 17:18:26 +0000] rev 56071
http-client-branch: immutable data Flow
dfuchs [Mon, 05 Feb 2018 15:51:09 +0000] rev 56070
http-client-branch: add tests with an HTTP/2 server for custom basic and digest authentication
chegar [Mon, 05 Feb 2018 12:32:20 +0000] rev 56069
http-client-branch: merge
chegar [Mon, 05 Feb 2018 12:29:31 +0000] rev 56068
http-client-branch: possible null dereference in Exchange
chegar [Mon, 05 Feb 2018 12:07:33 +0000] rev 56067
http-client-branch: remove redundant null check in Http1Request
prappo [Mon, 05 Feb 2018 11:59:39 +0000] rev 56066
http-client-branch: (WebSocket) merge (2)
prappo [Mon, 05 Feb 2018 11:53:05 +0000] rev 56065
http-client-branch: (WebSocket) merge
prappo [Thu, 01 Feb 2018 16:12:28 +0000] rev 56064
http-client-branch: (WebSocket) cleanup
chegar [Mon, 05 Feb 2018 11:57:50 +0000] rev 56063
http-client-branch: inconsistent synchronization in ConnectionPool
chegar [Mon, 05 Feb 2018 11:54:03 +0000] rev 56062
http-client-branch: inconsistent synchronization of PushGroup
chegar [Mon, 05 Feb 2018 11:46:00 +0000] rev 56061
http-client-branch: incorrect protected field in final class
chegar [Mon, 05 Feb 2018 11:40:32 +0000] rev 56060
http-client-branch: fix serializable fields in internal ALPNException
chegar [Mon, 05 Feb 2018 11:36:11 +0000] rev 56059
http-client-branch: fix mutable byte[] references
prappo [Thu, 01 Feb 2018 15:37:38 +0000] rev 56058
http-client-branch: (WebSocket) example-test
prappo [Wed, 31 Jan 2018 17:09:02 +0000] rev 56057
http-client-branch: (WebSocket) test
chegar [Wed, 31 Jan 2018 16:43:13 +0000] rev 56056
http-client-branch: long lines in ServerPushWithDiffTypes
prappo [Wed, 31 Jan 2018 16:31:48 +0000] rev 56055
http-client-branch: (WebSocket) tiny spec simplification + test
dfuchs [Wed, 31 Jan 2018 16:18:41 +0000] rev 56054
http-client-branch: honor legacy jdk.http.auth.* property when handling proxy-authorization
chegar [Wed, 31 Jan 2018 15:52:35 +0000] rev 56053
http-client-branch: update debugging output in SplitResponse
prappo [Wed, 31 Jan 2018 14:38:52 +0000] rev 56052
http-client-branch: (WebSocket) test rename
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
shade [Thu, 18 Jan 2018 11:43:21 +0100] rev 56021
Merge
chegar [Wed, 17 Jan 2018 17:21:35 +0000] rev 56020
http-client-branch: fix acc in PushGroup
dfuchs [Wed, 17 Jan 2018 12:19:06 +0000] rev 56019
Merge
chegar [Tue, 16 Jan 2018 21:08:16 +0000] rev 56018
http-client-tutorial: additional informational comments and fixes
chegar [Tue, 16 Jan 2018 20:40:42 +0000] rev 56017
http-client-tutorial: comments
chegar [Tue, 16 Jan 2018 20:12:22 +0000] rev 56016
http-client-tutorial: cleanup
chegar [Tue, 16 Jan 2018 19:46:17 +0000] rev 56015
http-client-tutorial: more cleanup and fixes to IDEA project
chegar [Tue, 16 Jan 2018 19:33:27 +0000] rev 56014
http-client-tutorial: fixes to IDEA project
chegar [Tue, 16 Jan 2018 19:14:34 +0000] rev 56013
http-client-tutorial: first cut
chegar [Tue, 16 Jan 2018 16:02:06 +0000] rev 56012
http-tutorial-branch: initialize
chegar [Tue, 16 Jan 2018 15:57:19 +0000] rev 56011
Initial changes for http-client-tutorial branch
michaelm [Tue, 16 Jan 2018 15:52:01 +0000] rev 56010
http-client-branch: updated server push API
dfuchs [Fri, 12 Jan 2018 15:36:28 +0000] rev 56009
http-client-branch: Adds some convenience methods to parse body responses as lines
chegar [Fri, 05 Jan 2018 14:11:48 +0000] rev 56008
http-client-branch: merge with default
hb [Fri, 05 Jan 2018 13:42:53 +0530] rev 56007
1. MBeanCollection Bulk operation via objectname query
2. All MBeans identified by getCanonicalName instead of toString
hb [Thu, 04 Jan 2018 14:39:04 +0530] rev 56006
1. URL decoding of URL
2. MBean info availble in MBeanCollection page
3. MBeanCollection post supports objectname filtering
4. Tests now use reflection instead of Methodhndles
3. couple of bug fixes
hb [Tue, 02 Jan 2018 15:03:52 +0530] rev 56005
REST base url gets complete complete domain name
hb [Tue, 02 Jan 2018 13:33:08 +0530] rev 56004
Fixed JSON parser tests
hb [Tue, 02 Jan 2018 13:20:18 +0530] rev 56003
* Start Rest adapter via command line arguments
* Rest adapter config via management.properties
hb [Mon, 01 Jan 2018 23:59:14 +0530] rev 56002
Lot of bug fixes
Added test cases
hb [Thu, 28 Dec 2017 20:34:32 +0530] rev 56001
Few bug fixes
hb [Thu, 28 Dec 2017 20:05:03 +0530] rev 56000
Code cleanup - MBeanColl*Resource, MBeanResource
hb [Thu, 28 Dec 2017 14:43:34 +0530] rev 55999
Remove stale files
hb [Thu, 28 Dec 2017 14:43:14 +0530] rev 55998
Code cleanup - PlatformMBeanServer, MBeanServerResource
Added remaining HTTP methods to RESTresource
hb [Wed, 27 Dec 2017 18:39:52 +0530] rev 55997
Added copyright header
hb [Wed, 27 Dec 2017 16:05:53 +0530] rev 55996
Bulk operation at MBeanServer level
hb [Wed, 27 Dec 2017 14:44:48 +0530] rev 55995
POST : Attribute update - working
POST : Bulk operation for MBean - working
Exception to HTTP error Mapping
hb [Mon, 25 Dec 2017 20:42:05 +0530] rev 55994
Implementation of GET for new APIs
Implemented paging and filtering for GET
michaelm [Fri, 15 Dec 2017 14:26:23 +0000] rev 55993
changeset: 48573:3f9dda0428dc
branch: http-client-branch
tag: tip
user: michaelm
date: Fri Dec 15 14:19:51 2017 +0000
summary: http-client-branch: Fixed problem with h2c connection reuse.
prappo [Fri, 15 Dec 2017 13:35:56 +0300] rev 55992
http-client-branch: (WebSocket) refactoring