summaryrefslogtreecommitdiff
path: root/java/src/IceInternal/RoutableReference.java
Commit message (Collapse)AuthorAge
* Down with ant. From the gradle to the grave.Matthew Newhook2014-10-20
|
* ICE-1593 Handling thread interrupts in JavaMatthew Newhook2014-08-07
| | | | | | | | | | | | | - Added Ice.BackgroundIO property to perform all IO in a non-user thread. This makes Ice for Java interrupt safe. This is implemented by the QueueRequestHanbler. - EndpointHostResolver now uses an executor instead of a thread. - Added java/demo/Ice/interrupt and java/test/Ice/interrupt. - Made several changes that must be ported to C++ & C#. - InvocationTimeout exceptions can hang forever. - Connection establishment is always asynchronous. - RequestHandler.requestTimeout and asyncRequestTimeout have been renamed to requestCancel and asyncRequestCancel.
* Add @Override where possible, and remove trailing white space.Matthew Newhook2014-08-07
|
* porting C++ transport changes to JavaMark Spruiell2014-05-29
|
* Added support for invocation timeouts and ACM heartbeatsBenoit Foucher2014-05-23
|
* Added support for IceGrid custom load balancingBenoit Foucher2014-04-15
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed ICE-4927: fixed proxy encoding to marshal protocol/encoding version ↵Benoit Foucher2012-11-13
| | | | instead of encoding it in endpoints
* Fixed ICE-4591, better acceptor tracingBenoit Foucher2012-10-18
|
* ICE-4702 - Poor hash algorithmJose2012-08-10
|
* Merge remote-tracking branch 'origin/master' into encoding11Benoit Foucher2012-04-25
|\
| * Fixed copyrightsBenoit Foucher2012-04-25
| |
* | Java portBenoit Foucher2012-04-20
|/
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Bug 3137 - add proxyToPropertyDwayne Boone2009-10-26
|
* Fixed bug 4266 - stringified proxy issues, other minor issuesBenoit Foucher2009-10-12
|
* Added ConnectionInfo/EndpointInfo, bug 4280 & 3964Benoit Foucher2009-10-12
|
* Add ice_getConnectionId to Proxy api.Jose2009-07-15
| | | | | | | | commit 96047f7c59f38bcdf8b920d2acad61be96db7101 Author: Jose Gutierrez <pepone@dhcppc0.(none)> Date: Wed Jul 15 22:16:38 2009 +0200 Add ice_getConnectionId to Proxy api.
* Bug 3964 - improve endpoint infoDwayne Boone2009-05-27
|
* Bug 3878 - remove some deprecated featuresDwayne Boone2009-05-11
|
* removing Java2 mappingMark Spruiell2009-04-03
|
* bug 3021 - replace StringBuffer with StringBuilderMark Spruiell2009-02-10
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Fixed bug 2684 + collocation optimization bugBenoit Foucher2008-03-14
|
* Removed thread-per-connection and added serialize modeBenoit Foucher2008-03-06
|
* cleaning up hashCode() for Reference, RoutableReferenceMark Spruiell2008-02-13
|
* using Java5 types in Ice core; general cleanupMark Spruiell2008-01-30
|
* Updated copyrightDwayne Boone2008-01-23
|
* - Removed OA createReverseProxy method.Benoit Foucher2008-01-21
| | | | | - Fixed bug 2141, 2645, 2632, 1547. - It's now possible to call ice_secure on a fixed proxy to require a secure connetion.
* Fixed bug 1359Benoit Foucher2008-01-15
|
* - Added support for non-blocking AMI/batch requests, connectionBenoit Foucher2007-11-27
| | | | | | creation. - Added support for AMI oneway requests. - Changed collocation optimization to not perform any DNS lookups.
* Multi-home post supportDwayne Boone2007-05-18
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* preserve proxy settings for CacheConnection, EndpointSelection,Mark Spruiell2007-01-26
| | | | ThreadPerConnection
* adding thread-per-connection settings for proxies & OAsMark Spruiell2007-01-26
|
* Updated copyright headerDwayne Boone2007-01-08
|
* Bug 1327 - allow getClientProxy to return nil proxyDwayne Boone2007-01-03
|
* Added Ice.Default.PreferSecureDwayne Boone2006-11-21
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1289Matthew Newhook2006-09-11
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1289Matthew Newhook2006-09-11
|
* Fixed bug where timeout, compress and connection id attributes were notBenoit Foucher2006-06-07
| | | | taken into account for routed endpoints.
* Updated copyrightDwayne Boone2006-03-14
|
* Ported fix for bug 574.Dwayne Boone2006-03-14
|
* Moved endpointSelection/cacheConnection to RoutableReference.Benoit Foucher2006-03-09
|
* Bug 857.Michi Henning2006-02-21
|
* - Added ice_cacheConnection, ice_endpointSelectionBenoit Foucher2006-02-14
| | | | | | | - Fixed a bug where connection.close(true) would print a connection warning. - Fixed a bug where ice_newEndpoints would throw a ClassCastException - Added test/Ice/binding test suite.
* Added locator cache timeout.Benoit Foucher2006-02-08
|
* Removed ice_default()Dwayne Boone2005-10-27
|