Mercurial
Mercurial
>
jdk-sandbox
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-64
+64
+100
+300
+1000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Tentatively increment data.version to 1.2.
ihse-runtestprebuilt-branch
2018-03-29, by ihse
Enable us to work with run-test-prebuilt from sparky-executor.
ihse-runtestprebuilt-branch
2018-03-29, by ihse
Created ihse-runtestprebuilt-branch.
ihse-runtestprebuilt-branch
2018-03-29, by ihse
restore Optional.or tests; add asserts for Optional.toString
JDK-8195649-branch
2018-03-28, by smarks
comment out Optional.or tests for evaluating coverage
JDK-8195649-branch
2018-03-28, by smarks
remove old Optional tests
JDK-8195649-branch
2018-03-28, by smarks
8195649: reorganize tests for java.util.Optional
JDK-8195649-branch
2018-03-27, by smarks
Initial changes for JDK-8195649
JDK-8195649-branch
2018-03-27, by smarks
http-client-branch: fixed race condition when resubscribing with SocketTube
http-client-branch
2018-03-26, by dfuchs
Fix non-PCH build
epsilon-gc-branch
2018-03-26, by shade
Rehash messages printed by Epsilon
epsilon-gc-branch
2018-03-26, by shade
Whitespace, formatting, dead code elimination
epsilon-gc-branch
2018-03-26, by shade
Purge unused young counters from monitoring
epsilon-gc-branch
2018-03-26, by shade
Update copyrights
epsilon-gc-branch
2018-03-26, by shade
Trim Epsilon BarrierSet after upstream changes
epsilon-gc-branch
2018-03-26, by shade
Merge
epsilon-gc-branch
2018-03-26, by shade
http-client-branch: merge with default
http-client-branch
2018-03-25, by chegar
Merge
http-client-branch
2018-03-23, by dfuchs
http-client-branch: fix HTTP/1.1 retry to avoid duplication of header values
http-client-branch
2018-03-23, by dfuchs
Merge
http-client-branch
2018-03-22, by dfuchs
http-client-branch: minor cleanup in HttpRequestImpl
http-client-branch
2018-03-22, by dfuchs
http-client-branch: verify that send/sendAsync will throw IAE and NPE as specified by HttpRequest.Builder
http-client-branch
2018-03-22, by dfuchs
http-client-branch: (WebSocket) from IOE to IAE in sendClose with bad reason
http-client-branch
2018-03-22, by prappo
http-client-branch: supplementary review comments
http-client-branch
2018-03-21, by chegar
http-client-branch: missing <p>
http-client-branch
2018-03-21, by chegar
http-client-branch: API note about sendPong
http-client-branch
2018-03-21, by chegar
http-client-branch: (WebSocket) almost missed the CSR train
http-client-branch
2018-03-21, by prappo
http-client-branch: Early Review comments for JDK-8199938 Supplementary minor HTTP Client spec clarifications
http-client-branch
2018-03-21, by dfuchs
http-client-branch: bye, bye, SSLDelegate
http-client-branch
2018-03-21, by dfuchs
http-client-branch: (WebSocket) javadoc typos
http-client-branch
2018-03-21, by prappo
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
2018-03-21, by prappo
http-client-branch: typo
http-client-branch
2018-03-21, by chegar
http-client-branch: (WebSocket) alleviated heavy use of {@code WebSocket} in the javadoc; more details on Listener methods
http-client-branch
2018-03-21, by prappo
http-client-branch: minor HttpClient.send exception correction
http-client-branch
2018-03-21, by chegar
http-client-branch: minor WebSocket.Listener re-wording
http-client-branch
2018-03-21, by chegar
http-client-branch: (WebSocket) API wording for back-pressure
http-client-branch
2018-03-21, by prappo
http-client-branch: (WebSocket) remove close timer
http-client-branch
2018-03-21, by prappo
http-client-branch: RawChannel implementation based on FlowTube
http-client-branch
2018-03-20, by dfuchs
http-client-branch: (WebSocket) split pending operations tests, otherwise it took them too long to run
http-client-branch
2018-03-20, by prappo
http-client-branch: (WebSocket) full-duplex DummyWebSocketServer; tests stabilization & fixes
http-client-branch
2018-03-20, by prappo
http-client-branch: (WebSocket) autopong on a closed channel is not an error + test
http-client-branch
2018-03-19, by prappo
http-client-branch: (WebSocket) no error after abort
http-client-branch
2018-03-19, by prappo
http-client-branch: (WebSocket) abort tests
http-client-branch
2018-03-19, by prappo
http-client-branch: (WebSocket) removed MessagePart
http-client-branch
2018-03-19, by prappo
http-client-branch: (HttpClient) faulty assertion, some tests fail
http-client-branch
2018-03-19, by prappo
http-client-branch: (WebSocket) API changes + test;
http-client-branch
2018-03-18, by prappo
http-client-branch: split large WebSocket test into three
http-client-branch
2018-03-17, by chegar
http-client-branch: HTTP references in java.net package
http-client-branch
2018-03-16, by chegar
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
2018-03-16, by dfuchs
http-client-branch: (WebSocket) open tests; internal queue cap (close); logging;
http-client-branch
2018-03-16, by prappo
Fix merge error.
ihse-cflags-rewrite-branch
2018-03-15, by ihse
Merge from default
ihse-cflags-rewrite-branch
2018-03-15, by ihse
Merge
ihse-jdk-library-branch
2018-03-15, by ihse
Merge from default
ihse-jdk-library-branch
2018-03-14, by ihse
Really fix windows RC problem.
ihse-jdk-library-branch
2018-03-14, by ihse
Try to fix RC_FLAGS issue on windows.
ihse-jdk-library-branch
2018-03-14, by ihse
http-client-branch: add debug flags to WebSocketTest
http-client-branch
2018-03-14, by dfuchs
http-client-branch: (WebSocket) logging typos and leftovers
http-client-branch
2018-03-14, by prappo
http-client-branch: add more diagnosis to detachChannel
http-client-branch
2018-03-14, by dfuchs
http-client-branch: change websocket to use System.Logger for debug logging
http-client-branch
2018-03-14, by dfuchs
http-client-branch: (WebSocket) swapping automatic pong replies
http-client-branch
2018-03-14, by prappo
Merge
ihse-jdk-library-branch
2018-03-14, by ihse
Fix build for jdk.hotspot.agent.
ihse-jdk-library-branch
2018-03-14, by ihse
http-client-branch: create temp test files in current working directory
http-client-branch
2018-03-14, by chegar
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-64
+64
+100
+300
+1000
tip