chegar [Thu, 29 Mar 2018 20:18:43 +0100] rev 56370
http-client-branch: review comment - typo in demand docs
chegar [Thu, 29 Mar 2018 17:52:06 +0100] rev 56369
http-client-branch: review comment - update copyright year ranges in tests
michaelm [Thu, 29 Mar 2018 17:14:17 +0100] rev 56368
http-client-branch: Fixed 8200351: problem verifying certificate of literal IP address connection
dfuchs [Thu, 29 Mar 2018 15:32:18 +0100] rev 56367
http-client-branch: fix small mistake in CookieHeaderTest.java
dfuchs [Thu, 29 Mar 2018 09:59:24 +0100] rev 56366
http-client-branch: HTTP/1.1 requests should use a single 'Cookie' header for cookies
dfuchs [Thu, 29 Mar 2018 09:55:50 +0100] rev 56365
http-client-branch: fix header field-value validation
smarks [Wed, 28 Mar 2018 23:43:54 -0700] rev 56364
add test for equality with non-optional
ihse [Thu, 29 Mar 2018 01:06:12 +0200] rev 56363
Tentatively increment data.version to 1.2.
ihse [Thu, 29 Mar 2018 01:05:38 +0200] rev 56362
Enable us to work with run-test-prebuilt from sparky-executor.
ihse [Thu, 29 Mar 2018 01:01:03 +0200] rev 56361
Created ihse-runtestprebuilt-branch.
smarks [Wed, 28 Mar 2018 15:24:53 -0700] rev 56360
restore Optional.or tests; add asserts for Optional.toString
smarks [Wed, 28 Mar 2018 11:06:28 -0700] rev 56359
comment out Optional.or tests for evaluating coverage
smarks [Wed, 28 Mar 2018 10:01:52 -0700] rev 56358
remove old Optional tests
smarks [Tue, 27 Mar 2018 23:12:36 -0700] rev 56357
8195649: reorganize tests for java.util.Optional
Reviewed-by: XXX
smarks [Tue, 27 Mar 2018 17:49:12 -0700] rev 56356
Initial changes for JDK-8195649
dfuchs [Mon, 26 Mar 2018 19:54:18 +0100] rev 56355
http-client-branch: fixed race condition when resubscribing with SocketTube
shade [Mon, 26 Mar 2018 17:27:47 +0200] rev 56354
Fix non-PCH build
shade [Mon, 26 Mar 2018 16:43:05 +0200] rev 56353
Rehash messages printed by Epsilon
shade [Mon, 26 Mar 2018 16:29:48 +0200] rev 56352
Whitespace, formatting, dead code elimination
shade [Mon, 26 Mar 2018 16:18:35 +0200] rev 56351
Purge unused young counters from monitoring
shade [Mon, 26 Mar 2018 16:01:23 +0200] rev 56350
Update copyrights
shade [Mon, 26 Mar 2018 10:59:34 +0200] rev 56349
Trim Epsilon BarrierSet after upstream changes
shade [Mon, 26 Mar 2018 09:56:36 +0200] rev 56348
Merge
chegar [Sun, 25 Mar 2018 09:02:36 +0100] rev 56347
http-client-branch: merge with default
dfuchs [Fri, 23 Mar 2018 18:44:47 +0000] rev 56346
Merge
dfuchs [Fri, 23 Mar 2018 18:01:52 +0000] rev 56345
http-client-branch: fix HTTP/1.1 retry to avoid duplication of header values
dfuchs [Thu, 22 Mar 2018 16:13:36 +0000] rev 56344
Merge
dfuchs [Thu, 22 Mar 2018 16:09:01 +0000] rev 56343
http-client-branch: minor cleanup in HttpRequestImpl
dfuchs [Thu, 22 Mar 2018 14:45:30 +0000] rev 56342
http-client-branch: verify that send/sendAsync will throw IAE and NPE as specified by HttpRequest.Builder
prappo [Thu, 22 Mar 2018 09:48:27 +0000] rev 56341
http-client-branch: (WebSocket) from IOE to IAE in sendClose with bad reason
chegar [Wed, 21 Mar 2018 19:18:59 +0000] rev 56340
http-client-branch: supplementary review comments
chegar [Wed, 21 Mar 2018 17:24:15 +0000] rev 56339
http-client-branch: missing <p>
chegar [Wed, 21 Mar 2018 17:10:53 +0000] rev 56338
http-client-branch: API note about sendPong
prappo [Wed, 21 Mar 2018 16:50:25 +0000] rev 56337
http-client-branch: (WebSocket) almost missed the CSR train
dfuchs [Wed, 21 Mar 2018 16:30:10 +0000] rev 56336
http-client-branch: Early Review comments for JDK-8199938 Supplementary minor HTTP Client spec clarifications
dfuchs [Wed, 21 Mar 2018 15:12:11 +0000] rev 56335
http-client-branch: bye, bye, SSLDelegate
prappo [Wed, 21 Mar 2018 14:11:38 +0000] rev 56334
http-client-branch: (WebSocket) javadoc typos
prappo [Wed, 21 Mar 2018 13:59:56 +0000] rev 56333
http-client-branch: (WebSocket) remove notion of partial/parts/whole messages (RFC 6455 says text and binary can be streamed unrestricted); introduce pending send operations to refer to them later in about and sendText/sendBinary
chegar [Wed, 21 Mar 2018 13:40:10 +0000] rev 56332
http-client-branch: typo
prappo [Wed, 21 Mar 2018 12:44:25 +0000] rev 56331
http-client-branch: (WebSocket) alleviated heavy use of {@code WebSocket} in the javadoc; more details on Listener methods
chegar [Wed, 21 Mar 2018 12:42:19 +0000] rev 56330
http-client-branch: minor HttpClient.send exception correction
chegar [Wed, 21 Mar 2018 12:38:23 +0000] rev 56329
http-client-branch: minor WebSocket.Listener re-wording
prappo [Wed, 21 Mar 2018 11:39:30 +0000] rev 56328
http-client-branch: (WebSocket) API wording for back-pressure
prappo [Wed, 21 Mar 2018 10:25:26 +0000] rev 56327
http-client-branch: (WebSocket) remove close timer
dfuchs [Tue, 20 Mar 2018 13:10:09 +0000] rev 56326
http-client-branch: RawChannel implementation based on FlowTube
prappo [Tue, 20 Mar 2018 10:19:00 +0000] rev 56325
http-client-branch: (WebSocket) split pending operations tests, otherwise it took them too long to run
prappo [Tue, 20 Mar 2018 00:30:20 +0000] rev 56324
http-client-branch: (WebSocket) full-duplex DummyWebSocketServer; tests stabilization & fixes
prappo [Mon, 19 Mar 2018 21:04:01 +0000] rev 56323
http-client-branch: (WebSocket) autopong on a closed channel is not an error + test
prappo [Mon, 19 Mar 2018 19:52:43 +0000] rev 56322
http-client-branch: (WebSocket) no error after abort
prappo [Mon, 19 Mar 2018 17:04:28 +0000] rev 56321
http-client-branch: (WebSocket) abort tests
prappo [Mon, 19 Mar 2018 14:20:18 +0000] rev 56320
http-client-branch: (WebSocket) removed MessagePart
prappo [Mon, 19 Mar 2018 12:24:07 +0000] rev 56319
http-client-branch: (HttpClient) faulty assertion, some tests fail
prappo [Sun, 18 Mar 2018 14:31:36 +0000] rev 56318
http-client-branch: (WebSocket) API changes + test;
chegar [Sat, 17 Mar 2018 18:01:01 +0000] rev 56317
http-client-branch: split large WebSocket test into three
chegar [Fri, 16 Mar 2018 12:57:42 +0000] rev 56316
http-client-branch: HTTP references in java.net package
dfuchs [Fri, 16 Mar 2018 12:32:34 +0000] rev 56315
http-client-branch: add a test for 8199683; make sure no data is left in the queue after server closes the connection
prappo [Fri, 16 Mar 2018 01:28:51 +0000] rev 56314
http-client-branch: (WebSocket) open tests; internal queue cap (close); logging;
ihse [Thu, 15 Mar 2018 10:01:56 +0100] rev 56313
Fix merge error.
ihse [Thu, 15 Mar 2018 09:33:36 +0100] rev 56312
Merge from default
ihse [Thu, 15 Mar 2018 01:43:29 +0100] rev 56311
Merge