2018-02-20 |
ihse |
Remove duplication in debug flags.
ihse-cflags-rewrite-branch
|
changeset |
files
|
2018-02-20 |
ihse |
Trying to sort out EXTRA_CFLAGS. Moving all flag handling to flags.m4.
ihse-cflags-rewrite-branch
|
changeset |
files
|
2018-02-20 |
chegar |
http-client-branch: type paramater review of generic methods ( missing from first push )
http-client-branch
|
changeset |
files
|
2018-02-20 |
chegar |
http-client-branch: type paramater review of generic methods
http-client-branch
|
changeset |
files
|
2018-02-20 |
ihse |
Fixing PIC-flag issues, and all remaining differences on linux_x64.
ihse-cflags-rewrite-branch
|
changeset |
files
|
2018-02-20 |
chegar |
http-client-branch: minor typo-like changes
http-client-branch
|
changeset |
files
|
2018-02-20 |
chegar |
http-client-branch: add link to illegal WebSocket headers
http-client-branch
|
changeset |
files
|
2018-02-19 |
ihse |
Make configure compile.
ihse-cflags-rewrite-branch
|
changeset |
files
|
2018-02-19 |
ihse |
Fix syntax errors.
ihse-cflags-rewrite-branch
|
changeset |
files
|
2018-02-19 |
ihse |
CFLAGS is roughly sorted out now...
ihse-cflags-rewrite-branch
|
changeset |
files
|
2018-02-19 |
chegar |
http-client-branch: minor change in Builder doc for consistency
http-client-branch
|
changeset |
files
|
2018-02-19 |
chegar |
http-client-branch: clarify strict size requirement for received ping/pong messages
http-client-branch
|
changeset |
files
|
2018-02-19 |
ihse |
Move LDFLAGS handling to flags-ldflags.m4.
ihse-cflags-rewrite-branch
|
changeset |
files
|
2018-02-19 |
ihse |
Cleaning up LDFLAGS, almost done.
ihse-cflags-rewrite-branch
|
changeset |
files
|
2018-02-19 |
ihse |
Getting the overall structure basically right.
ihse-cflags-rewrite-branch
|
changeset |
files
|
2018-02-19 |
ihse |
Sorting out LIBS.
ihse-cflags-rewrite-branch
|
changeset |
files
|
2018-02-19 |
ihse |
Merge
ihse-cflags-rewrite-branch
|
changeset |
files
|
2018-02-16 |
ihse |
Try to extract defines.
ihse-cflags-rewrite-branch
|
changeset |
files
|
2018-02-16 |
ihse |
Sorting out LDFLAGS.
ihse-cflags-rewrite-branch
|
changeset |
files
|
2018-02-16 |
chegar |
http-client-branch: fix a few more typos in spec
http-client-branch
|
changeset |
files
|
2018-02-16 |
chegar |
http-client-branch: fix a few more typos in spec
http-client-branch
|
changeset |
files
|
2018-02-16 |
chegar |
http-client-branch: fix a few typos in spec
http-client-branch
|
changeset |
files
|
2018-02-16 |
chegar |
http-client-branch: Builders as interfaces
http-client-branch
|
changeset |
files
|
2018-02-16 |
chegar |
http-client-branch: HttpResponse as an interface
http-client-branch
|
changeset |
files
|
2018-02-16 |
chegar |
http-client-branch: HTTP Client file publishers, handlers, and subscribers as capability objects
http-client-branch
|
changeset |
files
|
2018-02-16 |
michaelm |
http-client-branch: added system property to disable hostname verification for testing
http-client-branch
|
changeset |
files
|
2018-02-15 |
dfuchs |
http-client-branch: Fixed chunked encoding in DigestEchoServer
http-client-branch
|
changeset |
files
|
2018-02-15 |
dfuchs |
http-client-branch: Fixed variable lenght logic in HttpServerAdapters.java
http-client-branch
|
changeset |
files
|
2018-02-15 |
dfuchs |
http-client-branch: Extend ThrowingSubscribers.java to test several exception classes
http-client-branch
|
changeset |
files
|
2018-02-15 |
dfuchs |
http-client-branch: Add a test for Handlers/Subscribers as described in JDK-8165220
http-client-branch
|
changeset |
files
|
2018-02-15 |
chegar |
http-client-branch: fix asFileDownload handler and add test
http-client-branch
|
changeset |
files
|
2018-02-15 |
chegar |
http-client-branch: minor cleanup and improve testing for response version and session
http-client-branch
|
changeset |
files
|
2018-02-15 |
prappo |
http-client-branch: (WebSocket) fixing sloppy commit
http-client-branch
|
changeset |
files
|
2018-02-15 |
prappo |
http-client-branch: (WebSocket) added test which aggregates text messages through StringBuilder
http-client-branch
|
changeset |
files
|
2018-02-14 |
dfuchs |
http-client-branch: 8196967: HTTP1/HTTP2 Proxy Issue
http-client-branch
|
changeset |
files
|
2018-02-14 |
michaelm |
http-client-branch: Fixed problem in last push in Response.java
http-client-branch
|
changeset |
files
|
2018-02-14 |
michaelm |
http-client-branch: fixed TLS hostname checking issue, SSL session reuse, and changed HttpResponse to return SSLSession
http-client-branch
|
changeset |
files
|
2018-02-14 |
ihse |
Kill CFLAGS_JDKLIB_EXTRA.
ihse-cflags-rewrite-branch
|
changeset |
files
|
2018-02-14 |
ihse |
Start breaking out stuff from flags.m4.
ihse-cflags-rewrite-branch
|
changeset |
files
|
2018-02-14 |
ihse |
Create ihse-cflags-rewrite-branch
ihse-cflags-rewrite-branch
|
changeset |
files
|
2018-02-13 |
chegar |
http-client-branch: fix typo in previous push
http-client-branch
|
changeset |
files
|
2018-02-13 |
chegar |
http-client-branch: add RFC links to the package description. Add javadoc to the public Exception types
http-client-branch
|
changeset |
files
|
2018-02-13 |
dfuchs |
http-client-branch: fix doc examples for BodyHandler::fromLineSubscriber (tahe II)
http-client-branch
|
changeset |
files
|
2018-02-13 |
dfuchs |
http-client-branch: fix doc examples for BodyHandler::fromLineSubscriber
http-client-branch
|
changeset |
files
|
2018-02-13 |
ihse |
Remove launcher mapfiles.
ihse-remove-mapfiles-branch
|
changeset |
files
|
2018-02-13 |
jprtadm |
Solaris syntax fix.
ihse-remove-mapfiles-branch
|
changeset |
files
|
2018-02-13 |
jprtadm |
More solaris hack to compile.
ihse-remove-mapfiles-branch
|
changeset |
files
|
2018-02-13 |
ihse |
Oops.
ihse-remove-mapfiles-branch
|
changeset |
files
|
2018-02-13 |
jprtadm |
Hacking away at solaris.
ihse-remove-mapfiles-branch
|
changeset |
files
|
2018-02-13 |
ihse |
Fix compiler flags for all compilers.
ihse-remove-mapfiles-branch
|
changeset |
files
|
2018-02-13 |
ihse |
Remove libjsig mapfile.
ihse-remove-mapfiles-branch
|
changeset |
files
|
2018-02-13 |
ihse |
Remove unpack200-exe mapfiles.
ihse-remove-mapfiles-branch
|
changeset |
files
|
2018-02-13 |
ihse |
Remove the libmlib_image mapfile.
ihse-remove-mapfiles-branch
|
changeset |
files
|
2018-02-13 |
ihse |
Remove libsaproc mapfiles.
ihse-remove-mapfiles-branch
|
changeset |
files
|
2018-02-13 |
ihse |
Remove libfontmanager and libjava mapfiles.
ihse-remove-mapfiles-branch
|
changeset |
files
|
2018-02-13 |
ihse |
Remove all trivial mapfiles.
ihse-remove-mapfiles-branch
|
changeset |
files
|
2018-02-13 |
ihse |
First stab at removing mapfiles.
ihse-remove-mapfiles-branch
|
changeset |
files
|
2018-02-13 |
ihse |
Create ihse-remove-mapfiles-branch
ihse-remove-mapfiles-branch
|
changeset |
files
|
2018-02-12 |
prappo |
http-client-branch: (HttpClient) JDK-fixed 8196962
http-client-branch
|
changeset |
files
|
2018-02-12 |
dfuchs |
http-client-branch: Add whitebox tests for AuthenticationFilter.
http-client-branch
|
changeset |
files
|
2018-02-10 |
chegar |
http-client-branch: minor module and package javadoc change
http-client-branch
|
changeset |
files
|
2018-02-09 |
chegar |
http-client-branch: minor bug fixes
http-client-branch
|
changeset |
files
|
2018-02-09 |
chegar |
http-client-branch: remove java.net.http from DOCS_MODULES since it is part of java.se
http-client-branch
|
changeset |
files
|
2018-02-09 |
chegar |
http-client-branch: revert overzealous use of @linkplain
http-client-branch
|
changeset |
files
|
2018-02-09 |
chegar |
http-client-branch: minor doc cleanup
http-client-branch
|
changeset |
files
|
2018-02-08 |
chegar |
http-client-branch: javadoc refresh and minor fixes
http-client-branch
|
changeset |
files
|
2018-02-08 |
shade |
Make sure arch-specific barriers are properly scoped
epsilon-gc-branch
|
changeset |
files
|
2018-02-08 |
shade |
Merge
epsilon-gc-branch
|
changeset |
files
|
2018-02-07 |
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
|
2018-02-07 |
chegar |
http-client-baranch: long lines
http-client-branch
|
changeset |
files
|
2018-02-07 |
chegar |
http-client-branch: move implementation to jdk.internal.net.http
http-client-branch
|
changeset |
files
|
2018-02-07 |
dfuchs |
http-client-branch: more fixes for odd intermittent failures
http-client-branch
|
changeset |
files
|
2018-02-07 |
chegar |
http-client-branch: remove superflous add-modules from security test
http-client-branch
|
changeset |
files
|
2018-02-07 |
chegar |
http-client-branch: move to standard package and module name
http-client-branch
|
changeset |
files
|
2018-02-06 |
chegar |
http-client-branch: update copyright year ranges in prep for file moves
http-client-branch
|
changeset |
files
|
2018-02-06 |
chegar |
http-client-branch: remove incubating tag
http-client-branch
|
changeset |
files
|
2018-02-06 |
chegar |
http-client-branch: update public API @since tags
http-client-branch
|
changeset |
files
|
2018-02-06 |
chegar |
http-client-branch: remove remaining vestiges of MultiSubscriber and minor doc cleanup
http-client-branch
|
changeset |
files
|
2018-02-06 |
dfuchs |
http-client-branch: fix race condition and MT-safety in SmokeTest (fix the fix)
http-client-branch
|
changeset |
files
|
2018-02-06 |
dfuchs |
http-client-branch: fix race condition and MT-safety in SmokeTest
http-client-branch
|
changeset |
files
|
2018-02-06 |
michaelm |
http-client-branch: added mapping subscriber, miscellaneous bug fixes and change to discard()/replace() subscribers
http-client-branch
|
changeset |
files
|
2018-02-06 |
dfuchs |
http-client-branch: 8196848: SplitResponseSSL test failing intermitently (but rarely) with HttpClientImpl shutting down.
http-client-branch
|
changeset |
files
|
2018-02-06 |
chegar |
http-client-branch: add several private <init> methods
http-client-branch
|
changeset |
files
|
2018-02-06 |
chegar |
http-client-branch: more remaining impl types to internal
http-client-branch
|
changeset |
files
|
2018-02-06 |
chegar |
http-client-branch: move LineSubscriberAdapter to internal
http-client-branch
|
changeset |
files
|
2018-02-06 |
chegar |
http-client-branch: move ResponseSubscribers to internal
http-client-branch
|
changeset |
files
|
2018-02-06 |
dfuchs |
http-client-branch: more binding to 0.0.0.0 instead of localhost/127.0.0.1
http-client-branch
|
changeset |
files
|
2018-02-06 |
chegar |
http-client-branch: move BufferingSubscriber to internal
http-client-branch
|
changeset |
files
|
2018-02-05 |
chegar |
http-client-branch: remove redundant null check
http-client-branch
|
changeset |
files
|
2018-02-05 |
chegar |
http-client-branch: HttpHeadersImpl use more efficient entrySet
http-client-branch
|
changeset |
files
|
2018-02-05 |
chegar |
http-client-branch: use UTF-8 for all convertions to String
http-client-branch
|
changeset |
files
|
2018-02-05 |
chegar |
http-client-branch: immutable data Flow
http-client-branch
|
changeset |
files
|
2018-02-05 |
dfuchs |
http-client-branch: add tests with an HTTP/2 server for custom basic and digest authentication
http-client-branch
|
changeset |
files
|
2018-02-05 |
chegar |
http-client-branch: merge
http-client-branch
|
changeset |
files
|
2018-02-05 |
chegar |
http-client-branch: possible null dereference in Exchange
http-client-branch
|
changeset |
files
|
2018-02-05 |
chegar |
http-client-branch: remove redundant null check in Http1Request
http-client-branch
|
changeset |
files
|
2018-02-05 |
prappo |
http-client-branch: (WebSocket) merge (2)
http-client-branch
|
changeset |
files
|
2018-02-05 |
prappo |
http-client-branch: (WebSocket) merge
http-client-branch
|
changeset |
files
|
2018-02-01 |
prappo |
http-client-branch: (WebSocket) cleanup
http-client-branch
|
changeset |
files
|
2018-02-05 |
chegar |
http-client-branch: inconsistent synchronization in ConnectionPool
http-client-branch
|
changeset |
files
|
2018-02-05 |
chegar |
http-client-branch: inconsistent synchronization of PushGroup
http-client-branch
|
changeset |
files
|
2018-02-05 |
chegar |
http-client-branch: incorrect protected field in final class
http-client-branch
|
changeset |
files
|
2018-02-05 |
chegar |
http-client-branch: fix serializable fields in internal ALPNException
http-client-branch
|
changeset |
files
|
2018-02-05 |
chegar |
http-client-branch: fix mutable byte[] references
http-client-branch
|
changeset |
files
|
2018-02-01 |
prappo |
http-client-branch: (WebSocket) example-test
http-client-branch
|
changeset |
files
|
2018-01-31 |
prappo |
http-client-branch: (WebSocket) test
http-client-branch
|
changeset |
files
|
2018-01-31 |
chegar |
http-client-branch: long lines in ServerPushWithDiffTypes
http-client-branch
|
changeset |
files
|
2018-01-31 |
prappo |
http-client-branch: (WebSocket) tiny spec simplification + test
http-client-branch
|
changeset |
files
|
2018-01-31 |
dfuchs |
http-client-branch: honor legacy jdk.http.auth.* property when handling proxy-authorization
http-client-branch
|
changeset |
files
|
2018-01-31 |
chegar |
http-client-branch: update debugging output in SplitResponse
http-client-branch
|
changeset |
files
|
2018-01-31 |
prappo |
http-client-branch: (WebSocket) test rename
http-client-branch
|
changeset |
files
|
2018-01-31 |
prappo |
http-client-branch: (WebSocket) tests
http-client-branch
|
changeset |
files
|
2018-01-31 |
chegar |
http-client-branch: expand FlowAdapterSubscriberTest with mapping using convenience handlers
http-client-branch
|
changeset |
files
|
2018-01-31 |
chegar |
http-client-branch: only add h2 ALPN if TLSv1.2 or greater
http-client-branch
|
changeset |
files
|
2018-01-30 |
prappo |
http-client-branch: (WebSocket) A test for onClose & IllegalStateException
http-client-branch
|
changeset |
files
|
2018-01-30 |
prappo |
http-client-branch: (WebSocket) consistent method names in test
http-client-branch
|
changeset |
files
|
2018-01-30 |
prappo |
http-client-branch: (WebSocket) rearranged methods in tests
http-client-branch
|
changeset |
files
|
2018-01-30 |
prappo |
http-client-branch: (WebSocket) more tests
http-client-branch
|
changeset |
files
|
2018-01-30 |
chegar |
http-client-branch: fix issue in SSL flow delegate when handshake error occurs during unwrap
http-client-branch
|
changeset |
files
|
2018-01-29 |
michaelm |
http-client-branch: changed default protocol version when plain http over proxy requested.
http-client-branch
|
changeset |
files
|
2018-01-29 |
chegar |
http-client-branch: merge with default
http-client-branch
|
changeset |
files
|
2018-01-26 |
dfuchs |
http-client-branch: make it possible to supply proxy-authorization headers
http-client-branch
|
changeset |
files
|
2018-01-26 |
prappo |
http-client-branch: SequentialScheduler cleanup
http-client-branch
|
changeset |
files
|
2018-01-24 |
chegar |
http-client-branch: add api/impl notes to WebSocket onClose
http-client-branch
|
changeset |
files
|
2018-01-23 |
chegar |
http-client-branch: restore inadvertantly removed @FunctionalInterface
http-client-branch
|
changeset |
files
|
2018-01-23 |
chegar |
http-client-branch: clean up and expand push promise tests
http-client-branch
|
changeset |
files
|
2018-01-23 |
chegar |
http-client-branch: Import of 8195823: Buffers given to response body subscribers should not contain unprocessed HTTP data
http-client-branch
|
changeset |
files
|
2018-01-22 |
prappo |
http-client-branch: MinimalFuture deep obtrusion
http-client-branch
|
changeset |
files
|
2018-01-19 |
dfuchs |
http-client-branch: renamed PushPromiseHandler.withPushPromises into PushPromiseHandler.of
http-client-branch
|
changeset |
files
|
2018-01-19 |
dfuchs |
http-client-branch: 8194729: Java 9's HttpClient doesn't allow custom 'Authorization' headers
http-client-branch
|
changeset |
files
|
2018-01-19 |
michaelm |
Merge
http-client-branch
|
changeset |
files
|
2018-01-19 |
michaelm |
http-client-branch: make PushPromiseHandlerMap package private
http-client-branch
|
changeset |
files
|
2018-01-19 |
chegar |
http-client-branch: clarify behavior of restricted methods in the builder
http-client-branch
|
changeset |
files
|
2018-01-19 |
shade |
Disable two more tests when Epsilon is not available.
epsilon-gc-branch
|
changeset |
files
|
2018-01-19 |
shade |
Use proper flag aliasing machinery. Avoid setting immutable develop flags in release builds.
epsilon-gc-branch
|
changeset |
files
|
2018-01-19 |
hb |
Fixed double string escaping, corrected type
jmx-rest-api
|
changeset |
files
|
2018-01-19 |
hb |
1. Removed all changes to Java SE APIs
jmx-rest-api
|
changeset |
files
|
2018-01-18 |
chegar |
http-cient-branch: cleanup push promise spec
http-client-branch
|
changeset |
files
|
2018-01-18 |
prappo |
http-client-branch: (WebSocket) a number of tests for exceptional completion
http-client-branch
|
changeset |
files
|
2018-01-18 |
chegar |
http-client-branch: add offline testing example
http-client-branch
|
changeset |
files
|
2018-01-18 |
shade |
Support -XX:+UseNoGC as the alias for -XX:+UseEpsilonGC
epsilon-gc-branch
|
changeset |
files
|
2018-01-18 |
shade |
Merge
epsilon-gc-branch
|
changeset |
files
|
2018-01-17 |
chegar |
http-client-branch: fix acc in PushGroup
http-client-branch
|
changeset |
files
|
2018-01-17 |
dfuchs |
Merge
http-client-branch
|
changeset |
files
|
2018-01-16 |
chegar |
http-client-tutorial: additional informational comments and fixes
http-client-tutorial
|
changeset |
files
|
2018-01-16 |
chegar |
http-client-tutorial: comments
http-client-tutorial
|
changeset |
files
|
2018-01-16 |
chegar |
http-client-tutorial: cleanup
http-client-tutorial
|
changeset |
files
|
2018-01-16 |
chegar |
http-client-tutorial: more cleanup and fixes to IDEA project
http-client-tutorial
|
changeset |
files
|
2018-01-16 |
chegar |
http-client-tutorial: fixes to IDEA project
http-client-tutorial
|
changeset |
files
|
2018-01-16 |
chegar |
http-client-tutorial: first cut
http-client-tutorial
|
changeset |
files
|
2018-01-16 |
chegar |
http-tutorial-branch: initialize
http-client-tutorial
|
changeset |
files
|
2018-01-16 |
chegar |
Initial changes for http-client-tutorial branch
http-client-tutorial
|
changeset |
files
|
2018-01-16 |
michaelm |
http-client-branch: updated server push API
http-client-branch
|
changeset |
files
|
2018-01-12 |
dfuchs |
http-client-branch: Adds some convenience methods to parse body responses as lines
http-client-branch
|
changeset |
files
|
2018-01-05 |
chegar |
http-client-branch: merge with default
http-client-branch
|
changeset |
files
|
2018-01-05 |
hb |
1. MBeanCollection Bulk operation via objectname query
jmx-rest-api
|
changeset |
files
|
2018-01-04 |
hb |
1. URL decoding of URL
jmx-rest-api
|
changeset |
files
|
2018-01-02 |
hb |
REST base url gets complete complete domain name
jmx-rest-api
|
changeset |
files
|
2018-01-02 |
hb |
Fixed JSON parser tests
jmx-rest-api
|
changeset |
files
|
2018-01-02 |
hb |
* Start Rest adapter via command line arguments
jmx-rest-api
|
changeset |
files
|
2018-01-01 |
hb |
Lot of bug fixes
jmx-rest-api
|
changeset |
files
|
2017-12-28 |
hb |
Few bug fixes
jmx-rest-api
|
changeset |
files
|
2017-12-28 |
hb |
Code cleanup - MBeanColl*Resource, MBeanResource
jmx-rest-api
|
changeset |
files
|
2017-12-28 |
hb |
Remove stale files
jmx-rest-api
|
changeset |
files
|
2017-12-28 |
hb |
Code cleanup - PlatformMBeanServer, MBeanServerResource
jmx-rest-api
|
changeset |
files
|
2017-12-27 |
hb |
Added copyright header
jmx-rest-api
|
changeset |
files
|
2017-12-27 |
hb |
Bulk operation at MBeanServer level
jmx-rest-api
|
changeset |
files
|
2017-12-27 |
hb |
POST : Attribute update - working
jmx-rest-api
|
changeset |
files
|
2017-12-25 |
hb |
Implementation of GET for new APIs
jmx-rest-api
|
changeset |
files
|
2017-12-15 |
michaelm |
changeset: 48573:3f9dda0428dc
http-client-branch
|
changeset |
files
|
2017-12-15 |
prappo |
http-client-branch: (WebSocket) refactoring
http-client-branch
|
changeset |
files
|
2017-12-15 |
dfuchs |
http-client-branch: cleanup: add missing @Overrides
http-client-branch
|
changeset |
files
|
2017-12-15 |
dfuchs |
http-client-branch: unused import in AbstractSSLTubeTest.java
http-client-branch
|
changeset |
files
|
2017-12-15 |
prappo |
http-client-branch: (WebSocket) refactoring
http-client-branch
|
changeset |
files
|
2017-12-14 |
prappo |
http-client-branch: (WebSocket) refactoring for the sake of extra test coverage
http-client-branch
|
changeset |
files
|
2017-09-01 |
hb |
Remove auto-generated files
jmx-rest-api
|
changeset |
files
|
2017-08-29 |
hb |
Remove duplicate file
jmx-rest-api
|
changeset |
files
|
2017-08-29 |
hb |
REST Adapter Initial commit
jmx-rest-api
|
changeset |
files
|
2017-12-15 |
hb |
Initial changes for jmx-rest-api
jmx-rest-api
|
changeset |
files
|
2017-12-14 |
michaelm |
http-client-branch: Fixed 8192966: HttpClient should reuse TCP connection for h2c connections
http-client-branch
|
changeset |
files
|
2017-12-14 |
chegar |
http-client-branch: merge with default
http-client-branch
|
changeset |
files
|
2017-12-11 |
michaelm |
http-client-branch: Fixed h2c connection reuse problem (connections not being reused/cached)
http-client-branch
|
changeset |
files
|
2017-12-08 |
shade |
Make sure Epsilon is able to use the last bit of expanded heap
epsilon-gc-branch
|
changeset |
files
|
2017-12-08 |
shade |
Print heap counters occasionally
epsilon-gc-branch
|
changeset |
files
|
2017-12-08 |
prappo |
http-client-branch: (WebSocket) tests cleanup
http-client-branch
|
changeset |
files
|
2017-12-08 |
prappo |
http-client-branch: (WebSocket) WSHandshakeException cleanup
http-client-branch
|
changeset |
files
|
2017-12-07 |
shade |
Fix implicit conversion out of size_t.
epsilon-gc-branch
|
changeset |
files
|
2017-12-07 |
shade |
Fixup serviceability for Epsilon.
epsilon-gc-branch
|
changeset |
files
|
2017-12-07 |
shade |
Merge
epsilon-gc-branch
|
changeset |
files
|
2017-12-07 |
chegar |
http-client-branch: merge with default
http-client-branch
|
changeset |
files
|
2017-12-06 |
chegar |
http-client-branch: remove trailing whitespace
http-client-branch
|
changeset |
files
|
2017-12-06 |
chegar |
http-client-branch: BufferingSubscriberTest needs to be lock-step with the Publisher
http-client-branch
|
changeset |
files
|
2017-12-06 |
dfuchs |
http-client-branch: workaround issue with SubmissionPublisher::close in several tests
http-client-branch
|
changeset |
files
|
2017-12-06 |
prappo |
http-client-branch: (WebSocket) relaxed Opening Handshake constraints; originated from JDK-8191646
http-client-branch
|
changeset |
files
|
2017-12-06 |
chegar |
http-client-branch: common random seed handling for whitebox tests
http-client-branch
|
changeset |
files
|
2017-12-06 |
ihse |
Merge
ihse-testmakefiles-branch
|
changeset |
files
|
2017-12-06 |
ihse |
Restore boot-jdk fix.
ihse-testmakefiles-branch
|
changeset |
files
|
2017-12-06 |
dfuchs |
http-client-branch: work around issue with SP::close in BufferingSubscriberTest
http-client-branch
|
changeset |
files
|
2017-12-06 |
dfuchs |
Merge
http-client-branch
|
changeset |
files
|
2017-12-06 |
dfuchs |
Merge
http-client-branch
|
changeset |
files
|
2017-12-06 |
dfuchs |
http-client-branch: make test MockServer more resilient to rogue clients
http-client-branch
|
changeset |
files
|
2017-12-06 |
chegar |
http-client-branch: review comment: make test HTTP/2 server more tollerant of bad connections
http-client-branch
|
changeset |
files
|
2017-12-06 |
chegar |
http-client-branch: addditional BufferingSubscriberTest checks
http-client-branch
|
changeset |
files
|
2017-12-06 |
chegar |
http-client-branch: review comment: small fixes to BufferingSubscriber, and add a User-Agent header
http-client-branch
|
changeset |
files
|
2017-12-06 |
dfuchs |
http-client-branch: review comment: Utils::accumulateBuffers sets a wrong limit
http-client-branch
|
changeset |
files
|
2017-12-05 |
prappo |
http-client-branch: (WebSocket) SelectorTest
http-client-branch
|
changeset |
files
|
2017-12-05 |
ihse |
Merge
ihse-testmakefiles-branch
|
changeset |
files
|
2017-12-05 |
chegar |
http-client-branch: merge with default
http-client-branch
|
changeset |
files
|
2017-12-05 |
ihse |
Fix last FIXMEs in fake spec. Fix OPENJDK_BUILD_OS bug.
ihse-testmakefiles-branch
|
changeset |
files
|
2017-12-05 |
chegar |
http-client-branch: review comment: alignment
http-client-branch
|
changeset |
files
|
2017-12-05 |
ihse |
Add BUILD_JAVA.
ihse-testmakefiles-branch
|
changeset |
files
|
2017-12-05 |
ihse |
Make it possible to override variables passed on the command line
ihse-testmakefiles-branch
|
changeset |
files
|
2017-12-05 |
dfuchs |
http-client-branch: SSLFlowDelegate::cleanList should not remove the final SENTINEL. HttpResponseInputStream.close should wakeup the reader, if any.
http-client-branch
|
changeset |
files
|
2017-12-04 |
ihse |
Merge
ihse-testmakefiles-branch
|
changeset |
files
|
2017-12-04 |
chegar |
http-client-branch: review comment: correct appending of inbound data to the tail of FramesDecoder
http-client-branch
|
changeset |
files
|
2017-12-04 |
dfuchs |
http-client-branch: split SSLTubeTest for better diagnosis
http-client-branch
|
changeset |
files
|
2017-12-04 |
dfuchs |
http-client-branch: 8192962: issue with BUFFER_UNDERFLOW
http-client-branch
|
changeset |
files
|
2017-12-03 |
chegar |
http-client-branch: review comment: HTTP/1.1 Publisher should publish WHILE there is demand and outgoing
http-client-branch
|
changeset |
files
|
2017-12-03 |
prappo |
http-client-branch: merge
http-client-branch
|
changeset |
files
|
2017-11-30 |
prappo |
http-client-branch: (WebSocket) tests
http-client-branch
|
changeset |
files
|
2017-12-02 |
dfuchs |
http-client-barnch: fixed a few issues discovered while stress testing and a race condition in SSLFlowDelegate
http-client-branch
|
changeset |
files
|
2017-12-01 |
michaelm |
http-client-branch: Fixed some Http2TestServer issues
http-client-branch
|
changeset |
files
|
2017-12-01 |
michaelm |
http-client-branch: SSL h2 connections not being cached or re-used
http-client-branch
|
changeset |
files
|
2017-11-30 |
shade |
Rename EpsilonCollectedHeap to EpsilonHeap.
epsilon-gc-branch
|
changeset |
files
|