Mon, 12 Feb 2018 17:32:52 +0000 |
dfuchs |
http-client-branch: Add whitebox tests for AuthenticationFilter.
http-client-branch
|
changeset |
files
|
Sat, 10 Feb 2018 08:39:29 +0000 |
chegar |
http-client-branch: minor module and package javadoc change
http-client-branch
|
changeset |
files
|
Fri, 09 Feb 2018 18:50:31 +0000 |
chegar |
http-client-branch: minor bug fixes
http-client-branch
|
changeset |
files
|
Fri, 09 Feb 2018 15:22:31 +0000 |
chegar |
http-client-branch: remove java.net.http from DOCS_MODULES since it is part of java.se
http-client-branch
|
changeset |
files
|
Fri, 09 Feb 2018 12:34:07 +0000 |
chegar |
http-client-branch: revert overzealous use of @linkplain
http-client-branch
|
changeset |
files
|
Fri, 09 Feb 2018 09:26:44 +0000 |
chegar |
http-client-branch: minor doc cleanup
http-client-branch
|
changeset |
files
|
Thu, 08 Feb 2018 20:58:35 +0000 |
chegar |
http-client-branch: javadoc refresh and minor fixes
http-client-branch
|
changeset |
files
|
Thu, 08 Feb 2018 21:05:35 +0100 |
shade |
Make sure arch-specific barriers are properly scoped
epsilon-gc-branch
|
changeset |
files
|
Thu, 08 Feb 2018 20:56:03 +0100 |
shade |
Merge
epsilon-gc-branch
|
changeset |
files
|
Wed, 07 Feb 2018 22:49:25 +0000 |
prappo |
http-client-branch: (HttpClient) cleanup before JDK-8196962. Removing a legacy logging for HPACK decoding. The HPACK core provides a more robust one.
http-client-branch
|
changeset |
files
|
Wed, 07 Feb 2018 22:09:31 +0000 |
chegar |
http-client-baranch: long lines
http-client-branch
|
changeset |
files
|
Wed, 07 Feb 2018 21:45:37 +0000 |
chegar |
http-client-branch: move implementation to jdk.internal.net.http
http-client-branch
|
changeset |
files
|
Wed, 07 Feb 2018 15:46:30 +0000 |
dfuchs |
http-client-branch: more fixes for odd intermittent failures
http-client-branch
|
changeset |
files
|
Wed, 07 Feb 2018 15:41:04 +0000 |
chegar |
http-client-branch: remove superflous add-modules from security test
http-client-branch
|
changeset |
files
|
Wed, 07 Feb 2018 14:17:24 +0000 |
chegar |
http-client-branch: move to standard package and module name
http-client-branch
|
changeset |
files
|
Tue, 06 Feb 2018 19:37:56 +0000 |
chegar |
http-client-branch: update copyright year ranges in prep for file moves
http-client-branch
|
changeset |
files
|
Tue, 06 Feb 2018 19:33:23 +0000 |
chegar |
http-client-branch: remove incubating tag
http-client-branch
|
changeset |
files
|
Tue, 06 Feb 2018 19:29:33 +0000 |
chegar |
http-client-branch: update public API @since tags
http-client-branch
|
changeset |
files
|
Tue, 06 Feb 2018 19:26:38 +0000 |
chegar |
http-client-branch: remove remaining vestiges of MultiSubscriber and minor doc cleanup
http-client-branch
|
changeset |
files
|
Tue, 06 Feb 2018 17:26:49 +0000 |
dfuchs |
http-client-branch: fix race condition and MT-safety in SmokeTest (fix the fix)
http-client-branch
|
changeset |
files
|
Tue, 06 Feb 2018 17:21:28 +0000 |
dfuchs |
http-client-branch: fix race condition and MT-safety in SmokeTest
http-client-branch
|
changeset |
files
|
Tue, 06 Feb 2018 16:07:43 +0000 |
michaelm |
http-client-branch: added mapping subscriber, miscellaneous bug fixes and change to discard()/replace() subscribers
http-client-branch
|
changeset |
files
|
Tue, 06 Feb 2018 15:34:08 +0000 |
dfuchs |
http-client-branch: 8196848: SplitResponseSSL test failing intermitently (but rarely) with HttpClientImpl shutting down.
http-client-branch
|
changeset |
files
|
Tue, 06 Feb 2018 15:20:30 +0000 |
chegar |
http-client-branch: add several private <init> methods
http-client-branch
|
changeset |
files
|
Tue, 06 Feb 2018 14:10:28 +0000 |
chegar |
http-client-branch: more remaining impl types to internal
http-client-branch
|
changeset |
files
|
Tue, 06 Feb 2018 11:39:55 +0000 |
chegar |
http-client-branch: move LineSubscriberAdapter to internal
http-client-branch
|
changeset |
files
|
Tue, 06 Feb 2018 11:15:40 +0000 |
chegar |
http-client-branch: move ResponseSubscribers to internal
http-client-branch
|
changeset |
files
|
Tue, 06 Feb 2018 11:04:44 +0000 |
dfuchs |
http-client-branch: more binding to 0.0.0.0 instead of localhost/127.0.0.1
http-client-branch
|
changeset |
files
|
Tue, 06 Feb 2018 10:34:47 +0000 |
chegar |
http-client-branch: move BufferingSubscriber to internal
http-client-branch
|
changeset |
files
|
Mon, 05 Feb 2018 19:12:00 +0000 |
chegar |
http-client-branch: remove redundant null check
http-client-branch
|
changeset |
files
|
Mon, 05 Feb 2018 19:09:31 +0000 |
chegar |
http-client-branch: HttpHeadersImpl use more efficient entrySet
http-client-branch
|
changeset |
files
|
Mon, 05 Feb 2018 19:01:54 +0000 |
chegar |
http-client-branch: use UTF-8 for all convertions to String
http-client-branch
|
changeset |
files
|
Mon, 05 Feb 2018 17:18:26 +0000 |
chegar |
http-client-branch: immutable data Flow
http-client-branch
|
changeset |
files
|
Mon, 05 Feb 2018 15:51:09 +0000 |
dfuchs |
http-client-branch: add tests with an HTTP/2 server for custom basic and digest authentication
http-client-branch
|
changeset |
files
|
Mon, 05 Feb 2018 12:32:20 +0000 |
chegar |
http-client-branch: merge
http-client-branch
|
changeset |
files
|
Mon, 05 Feb 2018 12:29:31 +0000 |
chegar |
http-client-branch: possible null dereference in Exchange
http-client-branch
|
changeset |
files
|
Mon, 05 Feb 2018 12:07:33 +0000 |
chegar |
http-client-branch: remove redundant null check in Http1Request
http-client-branch
|
changeset |
files
|
Mon, 05 Feb 2018 11:59:39 +0000 |
prappo |
http-client-branch: (WebSocket) merge (2)
http-client-branch
|
changeset |
files
|
Mon, 05 Feb 2018 11:53:05 +0000 |
prappo |
http-client-branch: (WebSocket) merge
http-client-branch
|
changeset |
files
|
Thu, 01 Feb 2018 16:12:28 +0000 |
prappo |
http-client-branch: (WebSocket) cleanup
http-client-branch
|
changeset |
files
|
Mon, 05 Feb 2018 11:57:50 +0000 |
chegar |
http-client-branch: inconsistent synchronization in ConnectionPool
http-client-branch
|
changeset |
files
|
Mon, 05 Feb 2018 11:54:03 +0000 |
chegar |
http-client-branch: inconsistent synchronization of PushGroup
http-client-branch
|
changeset |
files
|
Mon, 05 Feb 2018 11:46:00 +0000 |
chegar |
http-client-branch: incorrect protected field in final class
http-client-branch
|
changeset |
files
|
Mon, 05 Feb 2018 11:40:32 +0000 |
chegar |
http-client-branch: fix serializable fields in internal ALPNException
http-client-branch
|
changeset |
files
|
Mon, 05 Feb 2018 11:36:11 +0000 |
chegar |
http-client-branch: fix mutable byte[] references
http-client-branch
|
changeset |
files
|
Thu, 01 Feb 2018 15:37:38 +0000 |
prappo |
http-client-branch: (WebSocket) example-test
http-client-branch
|
changeset |
files
|
Wed, 31 Jan 2018 17:09:02 +0000 |
prappo |
http-client-branch: (WebSocket) test
http-client-branch
|
changeset |
files
|
Wed, 31 Jan 2018 16:43:13 +0000 |
chegar |
http-client-branch: long lines in ServerPushWithDiffTypes
http-client-branch
|
changeset |
files
|
Wed, 31 Jan 2018 16:31:48 +0000 |
prappo |
http-client-branch: (WebSocket) tiny spec simplification + test
http-client-branch
|
changeset |
files
|
Wed, 31 Jan 2018 16:18:41 +0000 |
dfuchs |
http-client-branch: honor legacy jdk.http.auth.* property when handling proxy-authorization
http-client-branch
|
changeset |
files
|
Wed, 31 Jan 2018 15:52:35 +0000 |
chegar |
http-client-branch: update debugging output in SplitResponse
http-client-branch
|
changeset |
files
|
Wed, 31 Jan 2018 14:38:52 +0000 |
prappo |
http-client-branch: (WebSocket) test rename
http-client-branch
|
changeset |
files
|
Wed, 31 Jan 2018 14:29:56 +0000 |
prappo |
http-client-branch: (WebSocket) tests
http-client-branch
|
changeset |
files
|
Wed, 31 Jan 2018 13:08:53 +0000 |
chegar |
http-client-branch: expand FlowAdapterSubscriberTest with mapping using convenience handlers
http-client-branch
|
changeset |
files
|
Wed, 31 Jan 2018 11:49:50 +0000 |
chegar |
http-client-branch: only add h2 ALPN if TLSv1.2 or greater
http-client-branch
|
changeset |
files
|
Tue, 30 Jan 2018 20:43:32 +0000 |
prappo |
http-client-branch: (WebSocket) A test for onClose & IllegalStateException
http-client-branch
|
changeset |
files
|