Thu, 16 Nov 2017 10:29:18 +0000 chegar http-client-branch: Update copyright years in tests http-client-branch
Thu, 16 Nov 2017 10:20:31 +0000 chegar http-client-branch: Update copyright years http-client-branch
Thu, 16 Nov 2017 10:01:34 +0000 chegar http-client-branch: Add a test for CONTINUATION frame handling http-client-branch
Wed, 15 Nov 2017 11:39:54 +0000 chegar http-client-branch: spec clarifications and minor fix to sendXXX methods http-client-branch
Tue, 14 Nov 2017 16:28:52 +0000 dfuchs http-client-branch: Cleanup unneeded buffer instance variable from Http1Exchange http-client-branch
Tue, 14 Nov 2017 15:57:11 +0000 dfuchs http-client-branch: Add some more logging to sun.net.httpserver.ServerImpl http-client-branch
Tue, 14 Nov 2017 15:28:10 +0000 chegar http-client-branch: remove cookieMan http-client-branch
Tue, 14 Nov 2017 15:14:51 +0000 chegar http-client-branch: CookieManager -> CookieHandler http-client-branch
Tue, 14 Nov 2017 14:58:39 +0000 chegar http-client-branch: fix test post trailers removal http-client-branch
Tue, 14 Nov 2017 14:35:08 +0000 chegar http-client-branch: remove unimplemented response trailers http-client-branch
Tue, 14 Nov 2017 13:27:32 +0000 chegar http-client-branch: minor spec edits in HttpClient.Builder http-client-branch
Mon, 13 Nov 2017 16:01:47 +0000 dfuchs Merge http-client-branch
Mon, 13 Nov 2017 15:48:39 +0000 chegar http-client-branch: fix SmokeTest to use the correct client http-client-branch
Mon, 13 Nov 2017 14:56:09 +0000 dfuchs http-client-impl: drop usage of ByteBufferReference temporarily. Using it properly requires changing FlowTube to work with List<BBR> or BBR[] instead of List<BB>. May be added back later if there is a performance gain. http-client-branch
Mon, 13 Nov 2017 16:13:11 +0300 prappo http-client-branch: common URLPermission paths http-client-branch
Mon, 13 Nov 2017 14:43:09 +0300 prappo http-client-branch: fix for failing ConnectionPoolTestDriver http-client-branch
Mon, 13 Nov 2017 11:05:52 +0300 prappo http-client-branch: (cleanup) http-client-branch
Fri, 10 Nov 2017 19:10:54 +0100 shade Simplify Epsilon barrier set after BS cleanup epsilon-gc-branch
Fri, 10 Nov 2017 18:57:51 +0100 shade Merge epsilon-gc-branch
Fri, 10 Nov 2017 18:22:50 +0300 prappo http-client-branch: (cleanup) http-client-branch
Fri, 10 Nov 2017 16:24:07 +0300 prappo http-client-branch: (cleanup) http-client-branch
Fri, 10 Nov 2017 12:36:44 +0000 dfuchs http-client-branch: make SSLTube connect to SocketTube using FlowTube::connectFlows http-client-branch
Thu, 09 Nov 2017 17:59:23 +0000 michaelm http-client-branch: added test for JDK-8164941 http-client-branch
Thu, 09 Nov 2017 20:04:33 +0300 prappo http-client-branch: (cleanup) http-client-branch
Thu, 09 Nov 2017 14:28:00 +0000 dfuchs http-client-branch: removed AsyncConnection interface and associated methods in subclasses http-client-branch
Thu, 09 Nov 2017 14:24:43 +0000 dfuchs http-client-branch: remove test that tests removed class http-client-branch
Thu, 09 Nov 2017 15:44:56 +0300 prappo http-client-branch: fixed failing Http1HeaderParserTestDriver.java http-client-branch
Thu, 09 Nov 2017 15:24:39 +0300 prappo http-client-branch: (cleanup) unused imports, unused methods, removed 1 class; typos; http-client-branch
Wed, 08 Nov 2017 22:51:18 +0000 chegar http-client-branch: more test scenarios for RequestBuilderTest http-client-branch
Wed, 08 Nov 2017 18:11:00 +0000 dfuchs http-client-branch: HPACK.Logger uses DebugLogger http-client-branch
Wed, 08 Nov 2017 17:14:43 +0000 dfuchs http-client-impl: use Reference.reachabilityFence to make clear the websokect BuilderImpl must stay strongly referenced until after the WebSocketImpl is created. http-client-branch
Wed, 08 Nov 2017 16:39:47 +0000 chegar http-client-branch: additional Header test scenarios http-client-branch
Wed, 08 Nov 2017 16:24:56 +0000 dfuchs http-client-branch: fix test policy file http-client-branch
Wed, 08 Nov 2017 18:45:14 +0300 prappo http-client-branch: merge http-client-branch
Wed, 08 Nov 2017 18:22:38 +0300 prappo http-client-branch: removed unused ResponseSubscribers.MultiFile http-client-branch
Wed, 08 Nov 2017 15:28:37 +0000 chegar http-client-branch: remove dead code http-client-branch
Wed, 08 Nov 2017 14:20:49 +0000 chegar http-client-branch: Merge http-client-branch
Wed, 08 Nov 2017 12:44:07 +0000 chegar http-client-branch: merge with default http-client-branch
Wed, 08 Nov 2017 14:04:58 +0000 dfuchs http-client-branch: fixed activation of debug traces http-client-branch
Wed, 08 Nov 2017 14:08:52 +0300 prappo http-client-branch: BodySubscriber (previously known as BodyProcessor) naming consistency fixes http-client-branch
Wed, 08 Nov 2017 11:48:15 +0100 shade Revert the part of G1 slowpath fix epsilon-gc-branch
Wed, 08 Nov 2017 11:05:20 +0100 shade Fix newlines and whitespace to minimize difference against upstream epsilon-gc-branch
Wed, 08 Nov 2017 09:34:56 +0000 chegar http-client-branch: Publisher/Subscriber/Subscription conformance fixes http-client-branch
Tue, 07 Nov 2017 19:46:59 +0000 dfuchs http-client-branch: ensure ResponseSubscribers.HttpResponseInputStreamTest::read will throw an exception when onError is called http-client-branch
Tue, 07 Nov 2017 15:36:25 +0000 dfuchs http-client-branch: split HpackDriver.java http-client-branch
Tue, 07 Nov 2017 15:22:03 +0000 dfuchs http-client-branch: split WSDriver.java http-client-branch
Tue, 07 Nov 2017 16:48:32 +0300 prappo http-client-branch: Removed unused *PushPublisher types http-client-branch
Mon, 06 Nov 2017 16:16:22 -0500 lancea JDK-8188051-branch: Initital code JDK-8188051-branch
Mon, 06 Nov 2017 16:03:50 -0500 lancea Initial changes for JDK-8188051-branch JDK-8188051-branch
Mon, 06 Nov 2017 21:37:28 +0300 prappo http-client-branch: merge http-client-branch
Mon, 06 Nov 2017 21:31:00 +0300 prappo http-client-branch: fixing sloppy merge in HPACK http-client-branch
Mon, 06 Nov 2017 18:17:09 +0000 dfuchs http-client-branch: SSLTube should call onSubscribe in the flow http-client-branch
Mon, 06 Nov 2017 18:53:38 +0100 shade Initial import of Epsilon sources from jdk10/sandbox epsilon-gc-branch
Mon, 06 Nov 2017 13:06:34 +0000 chegar http-client-branch: Make ResponeBodyTest is more tolerant of file size http-client-branch
Mon, 06 Nov 2017 12:24:15 +0000 chegar http-client-branch: add HTTP/1.1 header parser test for 8188002 http-client-branch
Sun, 05 Nov 2017 21:19:55 +0000 chegar http-client-branch: WebSocket permission checks, test updates, and more http-client-branch
Sun, 05 Nov 2017 17:32:13 +0000 chegar http-client-branch: intial load from jdk10/sandbox http-client-branch
Sun, 05 Nov 2017 17:05:57 +0000 chegar http-client-branch: initial branch creation http-client-branch
Mon, 22 Jul 2019 16:10:25 -0700 jjg 8222791: Order of evaluation of -link params in Javadoc tool reversed -> regression with split packages
Sat, 13 Jul 2019 12:15:17 -0400 zgu 8227866: Shenandoah: Split weak root processing and class unloading in parallel cleaning task
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip