2018-01-16 http-tutorial-branch: initialize http-client-tutorial
chegar [Tue, 16 Jan 2018 16:02:06 +0000] rev 56012
http-tutorial-branch: initialize
2018-01-16 Initial changes for http-client-tutorial branch http-client-tutorial
chegar [Tue, 16 Jan 2018 15:57:19 +0000] rev 56011
Initial changes for http-client-tutorial branch
2018-01-16 http-client-branch: updated server push API http-client-branch
michaelm [Tue, 16 Jan 2018 15:52:01 +0000] rev 56010
http-client-branch: updated server push API
2018-01-12 http-client-branch: Adds some convenience methods to parse body responses as lines http-client-branch
dfuchs [Fri, 12 Jan 2018 15:36:28 +0000] rev 56009
http-client-branch: Adds some convenience methods to parse body responses as lines
2018-01-05 http-client-branch: merge with default http-client-branch
chegar [Fri, 05 Jan 2018 14:11:48 +0000] rev 56008
http-client-branch: merge with default
2018-01-05 1. MBeanCollection Bulk operation via objectname query jmx-rest-api
hb [Fri, 05 Jan 2018 13:42:53 +0530] rev 56007
1. MBeanCollection Bulk operation via objectname query 2. All MBeans identified by getCanonicalName instead of toString
2018-01-04 1. URL decoding of URL jmx-rest-api
hb [Thu, 04 Jan 2018 14:39:04 +0530] rev 56006
1. URL decoding of URL 2. MBean info availble in MBeanCollection page 3. MBeanCollection post supports objectname filtering 4. Tests now use reflection instead of Methodhndles 3. couple of bug fixes
2018-01-02 REST base url gets complete complete domain name jmx-rest-api
hb [Tue, 02 Jan 2018 15:03:52 +0530] rev 56005
REST base url gets complete complete domain name
2018-01-02 Fixed JSON parser tests jmx-rest-api
hb [Tue, 02 Jan 2018 13:33:08 +0530] rev 56004
Fixed JSON parser tests
2018-01-02 * Start Rest adapter via command line arguments jmx-rest-api
hb [Tue, 02 Jan 2018 13:20:18 +0530] rev 56003
* Start Rest adapter via command line arguments * Rest adapter config via management.properties
2018-01-01 Lot of bug fixes jmx-rest-api
hb [Mon, 01 Jan 2018 23:59:14 +0530] rev 56002
Lot of bug fixes Added test cases
2017-12-28 Few bug fixes jmx-rest-api
hb [Thu, 28 Dec 2017 20:34:32 +0530] rev 56001
Few bug fixes
2017-12-28 Code cleanup - MBeanColl*Resource, MBeanResource jmx-rest-api
hb [Thu, 28 Dec 2017 20:05:03 +0530] rev 56000
Code cleanup - MBeanColl*Resource, MBeanResource
2017-12-28 Remove stale files jmx-rest-api
hb [Thu, 28 Dec 2017 14:43:34 +0530] rev 55999
Remove stale files
2017-12-28 Code cleanup - PlatformMBeanServer, MBeanServerResource jmx-rest-api
hb [Thu, 28 Dec 2017 14:43:14 +0530] rev 55998
Code cleanup - PlatformMBeanServer, MBeanServerResource Added remaining HTTP methods to RESTresource
2017-12-27 Added copyright header jmx-rest-api
hb [Wed, 27 Dec 2017 18:39:52 +0530] rev 55997
Added copyright header
2017-12-27 Bulk operation at MBeanServer level jmx-rest-api
hb [Wed, 27 Dec 2017 16:05:53 +0530] rev 55996
Bulk operation at MBeanServer level
2017-12-27 POST : Attribute update - working jmx-rest-api
hb [Wed, 27 Dec 2017 14:44:48 +0530] rev 55995
POST : Attribute update - working POST : Bulk operation for MBean - working Exception to HTTP error Mapping
2017-12-25 Implementation of GET for new APIs jmx-rest-api
hb [Mon, 25 Dec 2017 20:42:05 +0530] rev 55994
Implementation of GET for new APIs Implemented paging and filtering for GET
2017-12-15 changeset: 48573:3f9dda0428dc http-client-branch
michaelm [Fri, 15 Dec 2017 14:26:23 +0000] rev 55993
changeset: 48573:3f9dda0428dc branch: http-client-branch tag: tip user: michaelm date: Fri Dec 15 14:19:51 2017 +0000 summary: http-client-branch: Fixed problem with h2c connection reuse.
2017-12-15 http-client-branch: (WebSocket) refactoring http-client-branch
prappo [Fri, 15 Dec 2017 13:35:56 +0300] rev 55992
http-client-branch: (WebSocket) refactoring
2017-12-15 http-client-branch: cleanup: add missing @Overrides http-client-branch
dfuchs [Fri, 15 Dec 2017 10:31:21 +0000] rev 55991
http-client-branch: cleanup: add missing @Overrides
2017-12-15 http-client-branch: unused import in AbstractSSLTubeTest.java http-client-branch
dfuchs [Fri, 15 Dec 2017 09:44:23 +0000] rev 55990
http-client-branch: unused import in AbstractSSLTubeTest.java
2017-12-15 http-client-branch: (WebSocket) refactoring http-client-branch
prappo [Fri, 15 Dec 2017 03:05:16 +0300] rev 55989
http-client-branch: (WebSocket) refactoring
2017-12-14 http-client-branch: (WebSocket) refactoring for the sake of extra test coverage http-client-branch
prappo [Fri, 15 Dec 2017 00:47:16 +0300] rev 55988
http-client-branch: (WebSocket) refactoring for the sake of extra test coverage
2017-09-01 Remove auto-generated files jmx-rest-api
hb [Fri, 01 Sep 2017 14:36:28 +0530] rev 55987
Remove auto-generated files
2017-08-29 Remove duplicate file jmx-rest-api
hb [Tue, 29 Aug 2017 14:50:57 +0530] rev 55986
Remove duplicate file
2017-08-29 REST Adapter Initial commit jmx-rest-api
hb [Tue, 29 Aug 2017 13:34:15 +0530] rev 55985
REST Adapter Initial commit 1. Unit tested and working GET/POST interfaces 2. Unit tested and working JSON parser
2017-12-15 Initial changes for jmx-rest-api jmx-rest-api
hb [Fri, 15 Dec 2017 13:46:19 +0530] rev 55984
Initial changes for jmx-rest-api
2017-12-14 http-client-branch: Fixed 8192966: HttpClient should reuse TCP connection for h2c connections http-client-branch
michaelm [Thu, 14 Dec 2017 18:41:57 +0000] rev 55983
http-client-branch: Fixed 8192966: HttpClient should reuse TCP connection for h2c connections
2017-12-14 http-client-branch: merge with default http-client-branch
chegar [Thu, 14 Dec 2017 12:28:32 +0000] rev 55982
http-client-branch: merge with default
2017-12-11 http-client-branch: Fixed h2c connection reuse problem (connections not being reused/cached) http-client-branch
michaelm [Mon, 11 Dec 2017 16:43:11 +0000] rev 55981
http-client-branch: Fixed h2c connection reuse problem (connections not being reused/cached)
2017-12-08 Make sure Epsilon is able to use the last bit of expanded heap epsilon-gc-branch
shade [Fri, 08 Dec 2017 15:44:08 +0100] rev 55980
Make sure Epsilon is able to use the last bit of expanded heap
2017-12-08 Print heap counters occasionally epsilon-gc-branch
shade [Fri, 08 Dec 2017 13:45:22 +0100] rev 55979
Print heap counters occasionally
2017-12-08 http-client-branch: (WebSocket) tests cleanup http-client-branch
prappo [Fri, 08 Dec 2017 12:35:49 +0300] rev 55978
http-client-branch: (WebSocket) tests cleanup
2017-12-08 http-client-branch: (WebSocket) WSHandshakeException cleanup http-client-branch
prappo [Fri, 08 Dec 2017 12:27:49 +0300] rev 55977
http-client-branch: (WebSocket) WSHandshakeException cleanup
2017-12-07 Fix implicit conversion out of size_t. epsilon-gc-branch
shade [Thu, 07 Dec 2017 13:23:41 +0100] rev 55976
Fix implicit conversion out of size_t.
2017-12-07 Fixup serviceability for Epsilon. epsilon-gc-branch
shade [Thu, 07 Dec 2017 13:19:22 +0100] rev 55975
Fixup serviceability for Epsilon.
2017-12-07 Merge epsilon-gc-branch
shade [Thu, 07 Dec 2017 13:05:31 +0100] rev 55974
Merge
2017-12-07 http-client-branch: merge with default http-client-branch
chegar [Thu, 07 Dec 2017 11:54:55 +0000] rev 55973
http-client-branch: merge with default
2017-12-06 http-client-branch: remove trailing whitespace http-client-branch
chegar [Wed, 06 Dec 2017 19:07:16 +0000] rev 55972
http-client-branch: remove trailing whitespace
2017-12-06 http-client-branch: BufferingSubscriberTest needs to be lock-step with the Publisher http-client-branch
chegar [Wed, 06 Dec 2017 18:40:15 +0000] rev 55971
http-client-branch: BufferingSubscriberTest needs to be lock-step with the Publisher
2017-12-06 http-client-branch: workaround issue with SubmissionPublisher::close in several tests http-client-branch
dfuchs [Wed, 06 Dec 2017 16:08:15 +0000] rev 55970
http-client-branch: workaround issue with SubmissionPublisher::close in several tests
2017-12-06 http-client-branch: (WebSocket) relaxed Opening Handshake constraints; originated from JDK-8191646 http-client-branch
prappo [Wed, 06 Dec 2017 18:47:54 +0300] rev 55969
http-client-branch: (WebSocket) relaxed Opening Handshake constraints; originated from JDK-8191646
2017-12-06 http-client-branch: common random seed handling for whitebox tests http-client-branch
chegar [Wed, 06 Dec 2017 14:29:06 +0000] rev 55968
http-client-branch: common random seed handling for whitebox tests
2017-12-06 Merge ihse-testmakefiles-branch
ihse [Wed, 06 Dec 2017 14:17:44 +0100] rev 55967
Merge
2017-12-06 Restore boot-jdk fix. ihse-testmakefiles-branch
ihse [Wed, 06 Dec 2017 14:13:50 +0100] rev 55966
Restore boot-jdk fix.
2017-12-06 http-client-branch: work around issue with SP::close in BufferingSubscriberTest http-client-branch
dfuchs [Wed, 06 Dec 2017 12:44:05 +0000] rev 55965
http-client-branch: work around issue with SP::close in BufferingSubscriberTest
2017-12-06 Merge http-client-branch
dfuchs [Wed, 06 Dec 2017 12:39:37 +0000] rev 55964
Merge
2017-12-06 Merge http-client-branch
dfuchs [Wed, 06 Dec 2017 12:18:08 +0000] rev 55963
Merge
2017-12-06 http-client-branch: make test MockServer more resilient to rogue clients http-client-branch
dfuchs [Wed, 06 Dec 2017 10:44:31 +0000] rev 55962
http-client-branch: make test MockServer more resilient to rogue clients
2017-12-06 http-client-branch: review comment: make test HTTP/2 server more tollerant of bad connections http-client-branch
chegar [Wed, 06 Dec 2017 12:15:54 +0000] rev 55961
http-client-branch: review comment: make test HTTP/2 server more tollerant of bad connections
2017-12-06 http-client-branch: addditional BufferingSubscriberTest checks http-client-branch
chegar [Wed, 06 Dec 2017 12:11:36 +0000] rev 55960
http-client-branch: addditional BufferingSubscriberTest checks
2017-12-06 http-client-branch: review comment: small fixes to BufferingSubscriber, and add a User-Agent header http-client-branch
chegar [Wed, 06 Dec 2017 12:05:38 +0000] rev 55959
http-client-branch: review comment: small fixes to BufferingSubscriber, and add a User-Agent header
2017-12-06 http-client-branch: review comment: Utils::accumulateBuffers sets a wrong limit http-client-branch
dfuchs [Wed, 06 Dec 2017 10:33:27 +0000] rev 55958
http-client-branch: review comment: Utils::accumulateBuffers sets a wrong limit
2017-12-05 http-client-branch: (WebSocket) SelectorTest http-client-branch
prappo [Tue, 05 Dec 2017 22:44:33 +0300] rev 55957
http-client-branch: (WebSocket) SelectorTest
(0) -30000 -10000 -3000 -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 tip