Mon, 26 Mar 2018 16:01:23 +0200 Update copyrights epsilon-gc-branch
shade [Mon, 26 Mar 2018 16:01:23 +0200] rev 56350
Update copyrights
Mon, 26 Mar 2018 10:59:34 +0200 Trim Epsilon BarrierSet after upstream changes epsilon-gc-branch
shade [Mon, 26 Mar 2018 10:59:34 +0200] rev 56349
Trim Epsilon BarrierSet after upstream changes
Mon, 26 Mar 2018 09:56:36 +0200 Merge epsilon-gc-branch
shade [Mon, 26 Mar 2018 09:56:36 +0200] rev 56348
Merge
Sun, 25 Mar 2018 09:02:36 +0100 http-client-branch: merge with default http-client-branch
chegar [Sun, 25 Mar 2018 09:02:36 +0100] rev 56347
http-client-branch: merge with default
Fri, 23 Mar 2018 18:44:47 +0000 Merge http-client-branch
dfuchs [Fri, 23 Mar 2018 18:44:47 +0000] rev 56346
Merge
Fri, 23 Mar 2018 18:01:52 +0000 http-client-branch: fix HTTP/1.1 retry to avoid duplication of header values http-client-branch
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
Thu, 22 Mar 2018 16:13:36 +0000 Merge http-client-branch
dfuchs [Thu, 22 Mar 2018 16:13:36 +0000] rev 56344
Merge
Thu, 22 Mar 2018 16:09:01 +0000 http-client-branch: minor cleanup in HttpRequestImpl http-client-branch
dfuchs [Thu, 22 Mar 2018 16:09:01 +0000] rev 56343
http-client-branch: minor cleanup in HttpRequestImpl
Thu, 22 Mar 2018 14:45:30 +0000 http-client-branch: verify that send/sendAsync will throw IAE and NPE as specified by HttpRequest.Builder http-client-branch
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
Thu, 22 Mar 2018 09:48:27 +0000 http-client-branch: (WebSocket) from IOE to IAE in sendClose with bad reason http-client-branch
prappo [Thu, 22 Mar 2018 09:48:27 +0000] rev 56341
http-client-branch: (WebSocket) from IOE to IAE in sendClose with bad reason
Wed, 21 Mar 2018 19:18:59 +0000 http-client-branch: supplementary review comments http-client-branch
chegar [Wed, 21 Mar 2018 19:18:59 +0000] rev 56340
http-client-branch: supplementary review comments
Wed, 21 Mar 2018 17:24:15 +0000 http-client-branch: missing <p> http-client-branch
chegar [Wed, 21 Mar 2018 17:24:15 +0000] rev 56339
http-client-branch: missing <p>
Wed, 21 Mar 2018 17:10:53 +0000 http-client-branch: API note about sendPong http-client-branch
chegar [Wed, 21 Mar 2018 17:10:53 +0000] rev 56338
http-client-branch: API note about sendPong
Wed, 21 Mar 2018 16:50:25 +0000 http-client-branch: (WebSocket) almost missed the CSR train http-client-branch
prappo [Wed, 21 Mar 2018 16:50:25 +0000] rev 56337
http-client-branch: (WebSocket) almost missed the CSR train
Wed, 21 Mar 2018 16:30:10 +0000 http-client-branch: Early Review comments for JDK-8199938 Supplementary minor HTTP Client spec clarifications http-client-branch
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
Wed, 21 Mar 2018 15:12:11 +0000 http-client-branch: bye, bye, SSLDelegate http-client-branch
dfuchs [Wed, 21 Mar 2018 15:12:11 +0000] rev 56335
http-client-branch: bye, bye, SSLDelegate
Wed, 21 Mar 2018 14:11:38 +0000 http-client-branch: (WebSocket) javadoc typos http-client-branch
prappo [Wed, 21 Mar 2018 14:11:38 +0000] rev 56334
http-client-branch: (WebSocket) javadoc typos
Wed, 21 Mar 2018 13:59:56 +0000 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 http-client-branch
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
Wed, 21 Mar 2018 13:40:10 +0000 http-client-branch: typo http-client-branch
chegar [Wed, 21 Mar 2018 13:40:10 +0000] rev 56332
http-client-branch: typo
Wed, 21 Mar 2018 12:44:25 +0000 http-client-branch: (WebSocket) alleviated heavy use of {@code WebSocket} in the javadoc; more details on Listener methods http-client-branch
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
Wed, 21 Mar 2018 12:42:19 +0000 http-client-branch: minor HttpClient.send exception correction http-client-branch
chegar [Wed, 21 Mar 2018 12:42:19 +0000] rev 56330
http-client-branch: minor HttpClient.send exception correction
Wed, 21 Mar 2018 12:38:23 +0000 http-client-branch: minor WebSocket.Listener re-wording http-client-branch
chegar [Wed, 21 Mar 2018 12:38:23 +0000] rev 56329
http-client-branch: minor WebSocket.Listener re-wording
Wed, 21 Mar 2018 11:39:30 +0000 http-client-branch: (WebSocket) API wording for back-pressure http-client-branch
prappo [Wed, 21 Mar 2018 11:39:30 +0000] rev 56328
http-client-branch: (WebSocket) API wording for back-pressure
Wed, 21 Mar 2018 10:25:26 +0000 http-client-branch: (WebSocket) remove close timer http-client-branch
prappo [Wed, 21 Mar 2018 10:25:26 +0000] rev 56327
http-client-branch: (WebSocket) remove close timer
Tue, 20 Mar 2018 13:10:09 +0000 http-client-branch: RawChannel implementation based on FlowTube http-client-branch
dfuchs [Tue, 20 Mar 2018 13:10:09 +0000] rev 56326
http-client-branch: RawChannel implementation based on FlowTube
Tue, 20 Mar 2018 10:19:00 +0000 http-client-branch: (WebSocket) split pending operations tests, otherwise it took them too long to run http-client-branch
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
Tue, 20 Mar 2018 00:30:20 +0000 http-client-branch: (WebSocket) full-duplex DummyWebSocketServer; tests stabilization & fixes http-client-branch
prappo [Tue, 20 Mar 2018 00:30:20 +0000] rev 56324
http-client-branch: (WebSocket) full-duplex DummyWebSocketServer; tests stabilization & fixes
Mon, 19 Mar 2018 21:04:01 +0000 http-client-branch: (WebSocket) autopong on a closed channel is not an error + test http-client-branch
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
Mon, 19 Mar 2018 19:52:43 +0000 http-client-branch: (WebSocket) no error after abort http-client-branch
prappo [Mon, 19 Mar 2018 19:52:43 +0000] rev 56322
http-client-branch: (WebSocket) no error after abort
Mon, 19 Mar 2018 17:04:28 +0000 http-client-branch: (WebSocket) abort tests http-client-branch
prappo [Mon, 19 Mar 2018 17:04:28 +0000] rev 56321
http-client-branch: (WebSocket) abort tests
Mon, 19 Mar 2018 14:20:18 +0000 http-client-branch: (WebSocket) removed MessagePart http-client-branch
prappo [Mon, 19 Mar 2018 14:20:18 +0000] rev 56320
http-client-branch: (WebSocket) removed MessagePart
Mon, 19 Mar 2018 12:24:07 +0000 http-client-branch: (HttpClient) faulty assertion, some tests fail http-client-branch
prappo [Mon, 19 Mar 2018 12:24:07 +0000] rev 56319
http-client-branch: (HttpClient) faulty assertion, some tests fail
Sun, 18 Mar 2018 14:31:36 +0000 http-client-branch: (WebSocket) API changes + test; http-client-branch
prappo [Sun, 18 Mar 2018 14:31:36 +0000] rev 56318
http-client-branch: (WebSocket) API changes + test;
Sat, 17 Mar 2018 18:01:01 +0000 http-client-branch: split large WebSocket test into three http-client-branch
chegar [Sat, 17 Mar 2018 18:01:01 +0000] rev 56317
http-client-branch: split large WebSocket test into three
Fri, 16 Mar 2018 12:57:42 +0000 http-client-branch: HTTP references in java.net package http-client-branch
chegar [Fri, 16 Mar 2018 12:57:42 +0000] rev 56316
http-client-branch: HTTP references in java.net package
Fri, 16 Mar 2018 12:32:34 +0000 http-client-branch: add a test for 8199683; make sure no data is left in the queue after server closes the connection http-client-branch
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
Fri, 16 Mar 2018 01:28:51 +0000 http-client-branch: (WebSocket) open tests; internal queue cap (close); logging; http-client-branch
prappo [Fri, 16 Mar 2018 01:28:51 +0000] rev 56314
http-client-branch: (WebSocket) open tests; internal queue cap (close); logging;
Thu, 15 Mar 2018 10:01:56 +0100 Fix merge error. ihse-cflags-rewrite-branch
ihse [Thu, 15 Mar 2018 10:01:56 +0100] rev 56313
Fix merge error.
Thu, 15 Mar 2018 09:33:36 +0100 Merge from default ihse-cflags-rewrite-branch
ihse [Thu, 15 Mar 2018 09:33:36 +0100] rev 56312
Merge from default
Thu, 15 Mar 2018 01:43:29 +0100 Merge ihse-jdk-library-branch
ihse [Thu, 15 Mar 2018 01:43:29 +0100] rev 56311
Merge
Wed, 14 Mar 2018 23:26:27 +0100 Merge from default ihse-jdk-library-branch
ihse [Wed, 14 Mar 2018 23:26:27 +0100] rev 56310
Merge from default
Wed, 14 Mar 2018 23:15:29 +0100 Really fix windows RC problem. ihse-jdk-library-branch
ihse [Wed, 14 Mar 2018 23:15:29 +0100] rev 56309
Really fix windows RC problem.
Wed, 14 Mar 2018 21:52:48 +0100 Try to fix RC_FLAGS issue on windows. ihse-jdk-library-branch
ihse [Wed, 14 Mar 2018 21:52:48 +0100] rev 56308
Try to fix RC_FLAGS issue on windows.
Wed, 14 Mar 2018 16:01:41 +0000 http-client-branch: add debug flags to WebSocketTest http-client-branch
dfuchs [Wed, 14 Mar 2018 16:01:41 +0000] rev 56307
http-client-branch: add debug flags to WebSocketTest
Wed, 14 Mar 2018 14:42:23 +0000 http-client-branch: (WebSocket) logging typos and leftovers http-client-branch
prappo [Wed, 14 Mar 2018 14:42:23 +0000] rev 56306
http-client-branch: (WebSocket) logging typos and leftovers
Wed, 14 Mar 2018 14:32:07 +0000 http-client-branch: add more diagnosis to detachChannel http-client-branch
dfuchs [Wed, 14 Mar 2018 14:32:07 +0000] rev 56305
http-client-branch: add more diagnosis to detachChannel
Wed, 14 Mar 2018 13:35:33 +0000 http-client-branch: change websocket to use System.Logger for debug logging http-client-branch
dfuchs [Wed, 14 Mar 2018 13:35:33 +0000] rev 56304
http-client-branch: change websocket to use System.Logger for debug logging
Wed, 14 Mar 2018 13:03:11 +0000 http-client-branch: (WebSocket) swapping automatic pong replies http-client-branch
prappo [Wed, 14 Mar 2018 13:03:11 +0000] rev 56303
http-client-branch: (WebSocket) swapping automatic pong replies
Wed, 14 Mar 2018 12:50:43 +0100 Merge ihse-jdk-library-branch
ihse [Wed, 14 Mar 2018 12:50:43 +0100] rev 56302
Merge
Wed, 14 Mar 2018 12:45:08 +0100 Fix build for jdk.hotspot.agent. ihse-jdk-library-branch
ihse [Wed, 14 Mar 2018 12:45:08 +0100] rev 56301
Fix build for jdk.hotspot.agent.
Wed, 14 Mar 2018 09:01:15 +0000 http-client-branch: create temp test files in current working directory http-client-branch
chegar [Wed, 14 Mar 2018 09:01:15 +0000] rev 56300
http-client-branch: create temp test files in current working directory
Tue, 13 Mar 2018 20:17:12 +0000 http-client-branch: fix race condition between WebSocket and PlainHttpConnection::detachChannel http-client-branch
dfuchs [Tue, 13 Mar 2018 20:17:12 +0000] rev 56299
http-client-branch: fix race condition between WebSocket and PlainHttpConnection::detachChannel
Tue, 13 Mar 2018 17:37:30 +0000 http-client-branch: race condition in RedirectMethodChange test http-client-branch
michaelm [Tue, 13 Mar 2018 17:37:30 +0000] rev 56298
http-client-branch: race condition in RedirectMethodChange test
Tue, 13 Mar 2018 17:23:42 +0000 http-client-branch: (WebSocket) uninitialized variable http-client-branch
prappo [Tue, 13 Mar 2018 17:23:42 +0000] rev 56297
http-client-branch: (WebSocket) uninitialized variable
Tue, 13 Mar 2018 17:12:48 +0000 http-client-branch: merge http-client-branch
prappo [Tue, 13 Mar 2018 17:12:48 +0000] rev 56296
http-client-branch: merge
Tue, 13 Mar 2018 17:12:16 +0000 http-client-branch: (WebSocket) DEBUG logging off http-client-branch
prappo [Tue, 13 Mar 2018 17:12:16 +0000] rev 56295
http-client-branch: (WebSocket) DEBUG logging off
Tue, 13 Mar 2018 17:10:20 +0000 http-client-branch: (WebSocket) logging and closure timer http-client-branch
prappo [Tue, 13 Mar 2018 17:10:20 +0000] rev 56294
http-client-branch: (WebSocket) logging and closure timer
Mon, 12 Mar 2018 12:47:29 +0000 http-client-branch: (WebSocket) debug logging http-client-branch
prappo [Mon, 12 Mar 2018 12:47:29 +0000] rev 56293
http-client-branch: (WebSocket) debug logging
Mon, 12 Mar 2018 11:36:51 +0000 http-client-branch: (merge) http-client-branch
prappo [Mon, 12 Mar 2018 11:36:51 +0000] rev 56292
http-client-branch: (merge)
Fri, 09 Mar 2018 19:10:01 +0000 http-client-branch: (WebSocket) setting DEBUG to true; refactoring; http-client-branch
prappo [Fri, 09 Mar 2018 19:10:01 +0000] rev 56291
http-client-branch: (WebSocket) setting DEBUG to true; refactoring;
Fri, 09 Mar 2018 16:53:44 +0000 http-client-branch: (WebSocket) minor cleanup http-client-branch
prappo [Fri, 09 Mar 2018 16:53:44 +0000] rev 56290
http-client-branch: (WebSocket) minor cleanup
Tue, 13 Mar 2018 14:16:52 +0000 http-client-branch: expand RedirectMethodChange test to cover HTTP2 and HTTPS http-client-branch
chegar [Tue, 13 Mar 2018 14:16:52 +0000] rev 56289
http-client-branch: expand RedirectMethodChange test to cover HTTP2 and HTTPS
Tue, 13 Mar 2018 14:24:15 +0000 http-client-branch: fix for subscribers throwing in onSubscribe http-client-branch
dfuchs [Tue, 13 Mar 2018 14:24:15 +0000] rev 56288
http-client-branch: fix for subscribers throwing in onSubscribe
Tue, 13 Mar 2018 14:33:34 +0100 Introduce SetupJdkLibrary and SetupJdkExecutable. ihse-jdk-library-branch
ihse [Tue, 13 Mar 2018 14:33:34 +0100] rev 56287
Introduce SetupJdkLibrary and SetupJdkExecutable.
Tue, 13 Mar 2018 10:39:26 +0000 http-client-branch: added some comments to test/jdk/java/net/httpclient/ThrowingSubscribers.java http-client-branch
dfuchs [Tue, 13 Mar 2018 10:39:26 +0000] rev 56286
http-client-branch: added some comments to test/jdk/java/net/httpclient/ThrowingSubscribers.java
Tue, 13 Mar 2018 11:33:57 +0100 Merge ihse-cflags-rewrite-branch
ihse [Tue, 13 Mar 2018 11:33:57 +0100] rev 56285
Merge
Sat, 03 Mar 2018 08:36:12 +0100 Merge with default ihse-cflags-rewrite-branch
ihse [Sat, 03 Mar 2018 08:36:12 +0100] rev 56284
Merge with default
Tue, 13 Mar 2018 11:32:32 +0100 Create ihse-jdk-library-branch ihse-jdk-library-branch
ihse [Tue, 13 Mar 2018 11:32:32 +0100] rev 56283
Create ihse-jdk-library-branch
Tue, 13 Mar 2018 10:21:57 +0000 http-client-branch: verify that dependent actions registered by the user in the CF we return are always executed either in the user thread that joins or asynchronously in the executor. http-client-branch
dfuchs [Tue, 13 Mar 2018 10:21:57 +0000] rev 56282
http-client-branch: verify that dependent actions registered by the user in the CF we return are always executed either in the user thread that joins or asynchronously in the executor.
Mon, 12 Mar 2018 17:52:50 +0000 http-client-branch: changed Redirect enums and implemented RFC 7231 auto redirect POST to GETs http-client-branch
michaelm [Mon, 12 Mar 2018 17:52:50 +0000] rev 56281
http-client-branch: changed Redirect enums and implemented RFC 7231 auto redirect POST to GETs
Mon, 12 Mar 2018 17:30:38 +0000 http-client-branch: link default proxy to system properties http-client-branch
chegar [Mon, 12 Mar 2018 17:30:38 +0000] rev 56280
http-client-branch: link default proxy to system properties
Mon, 12 Mar 2018 16:53:47 +0100 Make sure Epsilon barriers are under INCLUDE_ALL_GCS epsilon-gc-branch
shade [Mon, 12 Mar 2018 16:53:47 +0100] rev 56279
Make sure Epsilon barriers are under INCLUDE_ALL_GCS
Mon, 12 Mar 2018 13:11:15 +0000 http-client-branch: add a test for the default proxy selector http-client-branch
chegar [Mon, 12 Mar 2018 13:11:15 +0000] rev 56278
http-client-branch: add a test for the default proxy selector
Mon, 12 Mar 2018 12:28:43 +0100 Remove obsolete CH/BS interface calls epsilon-gc-branch
shade [Mon, 12 Mar 2018 12:28:43 +0100] rev 56277
Remove obsolete CH/BS interface calls
Mon, 12 Mar 2018 12:22:21 +0100 Merge epsilon-gc-branch
shade [Mon, 12 Mar 2018 12:22:21 +0100] rev 56276
Merge
Sun, 11 Mar 2018 13:50:18 +0000 http-client-branch: additional test coverage for ofFileDownload http-client-branch
chegar [Sun, 11 Mar 2018 13:50:18 +0000] rev 56275
http-client-branch: additional test coverage for ofFileDownload
Sat, 10 Mar 2018 10:11:43 +0000 http-client-branch: test for default impl of newWebSocketBuilder http-client-branch
chegar [Sat, 10 Mar 2018 10:11:43 +0000] rev 56274
http-client-branch: test for default impl of newWebSocketBuilder
Fri, 09 Mar 2018 18:01:03 +0000 http-client-branch: improved failure report in ThrowingSubscribers http-client-branch
dfuchs [Fri, 09 Mar 2018 18:01:03 +0000] rev 56273
http-client-branch: improved failure report in ThrowingSubscribers
Fri, 09 Mar 2018 17:59:11 +0000 http-client-branch: rename jdk.internal.httpclient.disableHostnameVerification property http-client-branch
chegar [Fri, 09 Mar 2018 17:59:11 +0000] rev 56272
http-client-branch: rename jdk.internal.httpclient.disableHostnameVerification property
Fri, 09 Mar 2018 17:36:02 +0000 http-client-branch: rename jdk.httpclient.internal.selector.timeout property http-client-branch
chegar [Fri, 09 Mar 2018 17:36:02 +0000] rev 56271
http-client-branch: rename jdk.httpclient.internal.selector.timeout property
Fri, 09 Mar 2018 16:52:31 +0000 http-client-branch: test update for disableHostnameVerification http-client-branch
chegar [Fri, 09 Mar 2018 16:52:31 +0000] rev 56270
http-client-branch: test update for disableHostnameVerification
Fri, 09 Mar 2018 16:47:00 +0000 http-client-branch: (WebSocket) test fix + output closure http-client-branch
prappo [Fri, 09 Mar 2018 16:47:00 +0000] rev 56269
http-client-branch: (WebSocket) test fix + output closure
Fri, 09 Mar 2018 11:24:37 +0000 http-client-branch: Add a test that throws unexpected exception in PushPromiseHandler http-client-branch
dfuchs [Fri, 09 Mar 2018 11:24:37 +0000] rev 56268
http-client-branch: Add a test that throws unexpected exception in PushPromiseHandler
Thu, 08 Mar 2018 21:24:47 +0000 http-client-branch: null checking in send[Async] http-client-branch
chegar [Thu, 08 Mar 2018 21:24:47 +0000] rev 56267
http-client-branch: null checking in send[Async]
Thu, 08 Mar 2018 18:44:57 +0000 http-client-branch: add some WebSocketTests to the ProblemList http-client-branch
chegar [Thu, 08 Mar 2018 18:44:57 +0000] rev 56266
http-client-branch: add some WebSocketTests to the ProblemList
Thu, 08 Mar 2018 17:42:16 +0000 http-client-branch: tests should bind to the loopback only http-client-branch
chegar [Thu, 08 Mar 2018 17:42:16 +0000] rev 56265
http-client-branch: tests should bind to the loopback only
Thu, 08 Mar 2018 17:41:52 +0000 http-client-branch: filtering ordering http-client-branch
chegar [Thu, 08 Mar 2018 17:41:52 +0000] rev 56264
http-client-branch: filtering ordering
Wed, 07 Mar 2018 17:16:28 +0000 http-client-branch: (WebSocket) impl change http-client-branch
prappo [Wed, 07 Mar 2018 17:16:28 +0000] rev 56263
http-client-branch: (WebSocket) impl change
Wed, 07 Mar 2018 15:39:25 +0000 http-client-branch: Enable HTTP/1.1 server logging in DigestEchoClient.java http-client-branch
dfuchs [Wed, 07 Mar 2018 15:39:25 +0000] rev 56262
http-client-branch: Enable HTTP/1.1 server logging in DigestEchoClient.java
Wed, 07 Mar 2018 14:55:53 +0000 http-client-branch: fix issue with client-closed streams in test HTTP/2 server http-client-branch
dfuchs [Wed, 07 Mar 2018 14:55:53 +0000] rev 56261
http-client-branch: fix issue with client-closed streams in test HTTP/2 server
Wed, 07 Mar 2018 14:20:57 +0000 http-client-branch: minor spec clarification for redirected response's request URI http-client-branch
chegar [Wed, 07 Mar 2018 14:20:57 +0000] rev 56260
http-client-branch: minor spec clarification for redirected response's request URI
Wed, 07 Mar 2018 14:11:00 +0000 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2) http-client-branch
chegar [Wed, 07 Mar 2018 14:11:00 +0000] rev 56259
http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
Wed, 07 Mar 2018 14:10:16 +0000 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files http-client-branch
chegar [Wed, 07 Mar 2018 14:10:16 +0000] rev 56258
http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
Wed, 07 Mar 2018 14:06:39 +0000 http-client-branch: rework file permissions to use limited doPriv http-client-branch
chegar [Wed, 07 Mar 2018 14:06:39 +0000] rev 56257
http-client-branch: rework file permissions to use limited doPriv
Wed, 07 Mar 2018 13:00:11 +0000 http-client-branch: (WebSocket) enhance logging for the test for WebSocket Opening Handshake http-client-branch
prappo [Wed, 07 Mar 2018 13:00:11 +0000] rev 56256
http-client-branch: (WebSocket) enhance logging for the test for WebSocket Opening Handshake
Wed, 07 Mar 2018 11:52:40 +0000 http-client-branch: resync with mainline http-client-branch
michaelm [Wed, 07 Mar 2018 11:52:40 +0000] rev 56255
http-client-branch: resync with mainline
Tue, 06 Mar 2018 18:55:10 +0000 http-client-branch: 8199135: Validate that method names are tokens http-client-branch
dfuchs [Tue, 06 Mar 2018 18:55:10 +0000] rev 56254
http-client-branch: 8199135: Validate that method names are tokens
Tue, 06 Mar 2018 18:43:27 +0000 http-client-branch: set correct request returned by response when redirecting, and add additional test coverage http-client-branch
chegar [Tue, 06 Mar 2018 18:43:27 +0000] rev 56253
http-client-branch: set correct request returned by response when redirecting, and add additional test coverage
Tue, 06 Mar 2018 12:09:12 +0000 http-client-branch: Fix race candition triggered by HTTP/1.1 connection reuse in SocketTube::connectFlows http-client-branch
dfuchs [Tue, 06 Mar 2018 12:09:12 +0000] rev 56252
http-client-branch: Fix race candition triggered by HTTP/1.1 connection reuse in SocketTube::connectFlows
Tue, 06 Mar 2018 00:13:56 +0100 Clean up solstudio warnings in makefiles. ihse-cflags-rewrite-branch
ihse [Tue, 06 Mar 2018 00:13:56 +0100] rev 56251
Clean up solstudio warnings in makefiles.
Mon, 05 Mar 2018 23:41:27 +0100 Back away from -Wall to -W4 on windows, at least initially. ihse-cflags-rewrite-branch
ihse [Mon, 05 Mar 2018 23:41:27 +0100] rev 56250
Back away from -Wall to -W4 on windows, at least initially.
Mon, 05 Mar 2018 23:23:50 +0100 Promote E_DECLARATION_IN_CODE to global disable on solaris. ihse-cflags-rewrite-branch
ihse [Mon, 05 Mar 2018 23:23:50 +0100] rev 56249
Promote E_DECLARATION_IN_CODE to global disable on solaris.
Mon, 05 Mar 2018 23:20:54 +0100 Now I really confirm this compiles without warnings on gcc 7.2.0, 6.3.0, 5.4.1, 4.9.2, 4.8.5. ihse-cflags-rewrite-branch
ihse [Mon, 05 Mar 2018 23:20:54 +0100] rev 56248
Now I really confirm this compiles without warnings on gcc 7.2.0, 6.3.0, 5.4.1, 4.9.2, 4.8.5.
Mon, 05 Mar 2018 23:15:38 +0100 Remove unused disables. ihse-cflags-rewrite-branch
ihse [Mon, 05 Mar 2018 23:15:38 +0100] rev 56247
Remove unused disables.
Mon, 05 Mar 2018 23:13:08 +0100 Remove unused disabled warning. ihse-cflags-rewrite-branch
ihse [Mon, 05 Mar 2018 23:13:08 +0100] rev 56246
Remove unused disabled warning.
Mon, 05 Mar 2018 23:08:36 +0100 Hotspot on solstudio is now finished. ihse-cflags-rewrite-branch
ihse [Mon, 05 Mar 2018 23:08:36 +0100] rev 56245
Hotspot on solstudio is now finished.
Mon, 05 Mar 2018 22:45:57 +0100 Now I believe this compiles with gcc 4.8, 4.9, 5.0, 6.0, 7.0. ihse-cflags-rewrite-branch
ihse [Mon, 05 Mar 2018 22:45:57 +0100] rev 56244
Now I believe this compiles with gcc 4.8, 4.9, 5.0, 6.0, 7.0.
Mon, 05 Mar 2018 22:35:54 +0100 Simple fix for printing file name while compiling. ihse-cflags-rewrite-branch
ihse [Mon, 05 Mar 2018 22:35:54 +0100] rev 56243
Simple fix for printing file name while compiling.
Mon, 05 Mar 2018 22:35:26 +0100 Initial conversion for windows with -Wall and disables. ihse-cflags-rewrite-branch
ihse [Mon, 05 Mar 2018 22:35:26 +0100] rev 56242
Initial conversion for windows with -Wall and disables.
Mon, 05 Mar 2018 22:29:59 +0100 Warning nokeyworddefine does not need to be turned off for libjvm. ihse-cflags-rewrite-branch
ihse [Mon, 05 Mar 2018 22:29:59 +0100] rev 56241
Warning nokeyworddefine does not need to be turned off for libjvm.
Mon, 05 Mar 2018 22:16:28 +0100 Promote inllargeint to global disable on solstudio. ihse-cflags-rewrite-branch
ihse [Mon, 05 Mar 2018 22:16:28 +0100] rev 56240
Promote inllargeint to global disable on solstudio.
Mon, 05 Mar 2018 22:02:25 +0100 Promoting notemsource to global disable for solstudio. ihse-cflags-rewrite-branch
ihse [Mon, 05 Mar 2018 22:02:25 +0100] rev 56239
Promoting notemsource to global disable for solstudio.
Mon, 05 Mar 2018 22:00:38 +0100 First pass at getting gcc warnings right. ihse-cflags-rewrite-branch
ihse [Mon, 05 Mar 2018 22:00:38 +0100] rev 56238
First pass at getting gcc warnings right.
Mon, 05 Mar 2018 21:37:20 +0100 Push wunreachable on solstudio down to where it belongs. ihse-cflags-rewrite-branch
ihse [Mon, 05 Mar 2018 21:37:20 +0100] rev 56237
Push wunreachable on solstudio down to where it belongs.
Sat, 03 Mar 2018 09:14:01 +0100 Do not always disable doubunder. ihse-cflags-rewrite-branch
ihse [Sat, 03 Mar 2018 09:14:01 +0100] rev 56236
Do not always disable doubunder.
Sat, 03 Mar 2018 20:21:35 +0000 http-client-branch: 100-Continue 100-Continue http-client-branch
chegar [Sat, 03 Mar 2018 20:21:35 +0000] rev 56235
http-client-branch: 100-Continue 100-Continue
Sat, 03 Mar 2018 09:57:25 +0000 http-client-branch: some SSLFlowDelegate fixes from Daniel and Chris http-client-branch
chegar [Sat, 03 Mar 2018 09:57:25 +0000] rev 56234
http-client-branch: some SSLFlowDelegate fixes from Daniel and Chris
Sat, 03 Mar 2018 09:54:31 +0000 http-client-branch: setReuseAddress(false) for all test ServerSockets http-client-branch
chegar [Sat, 03 Mar 2018 09:54:31 +0000] rev 56233
http-client-branch: setReuseAddress(false) for all test ServerSockets
Sat, 03 Mar 2018 08:33:51 +0100 Merge ihse-cflags-rewrite-branch
ihse [Sat, 03 Mar 2018 08:33:51 +0100] rev 56232
Merge
Thu, 01 Mar 2018 01:24:12 +0100 Clean up dtrace compilation. ihse-cflags-rewrite-branch
ihse [Thu, 01 Mar 2018 01:24:12 +0100] rev 56231
Clean up dtrace compilation.
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 tip