Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Down with ant. From the gradle to the grave. | Matthew Newhook | 2014-10-20 |
| | |||
* | ICE-1593 Handling thread interrupts in Java | Matthew Newhook | 2014-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 Newhook | 2014-08-07 |
| | |||
* | Added support for invocation timeouts and ACM heartbeats | Benoit Foucher | 2014-05-23 |
| | |||
* | Added support for IceGrid custom load balancing | Benoit Foucher | 2014-04-15 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Fixed ICE-5143 and ICE-5140: stringified proxy and default raw encoding for ↵ | Benoit Foucher | 2013-01-16 |
| | | | | opaque endpoints | ||
* | Fixed ICE-4927: fixed proxy encoding to marshal protocol/encoding version ↵ | Benoit Foucher | 2012-11-13 |
| | | | | instead of encoding it in endpoints | ||
* | ICE-4702 - Poor hash algorithm | Jose | 2012-08-10 |
| | |||
* | Win32 fixes, C# port | Benoit Foucher | 2012-04-26 |
| | |||
* | Merge remote-tracking branch 'origin/master' into encoding11 | Benoit Foucher | 2012-04-25 |
|\ | |||
| * | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | | |||
* | | Java port | Benoit Foucher | 2012-04-20 |
|/ | |||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 |
| | |||
* | Bug 3137 - add proxyToProperty | Dwayne Boone | 2009-10-26 |
| | |||
* | Fixed bug 4266 - stringified proxy issues, other minor issues | Benoit Foucher | 2009-10-12 |
| | |||
* | Add ice_getConnectionId to Proxy api. | Jose | 2009-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 3878 - remove some deprecated features | Dwayne Boone | 2009-05-11 |
| | |||
* | bug 3021 - replace StringBuffer with StringBuilder | Mark Spruiell | 2009-02-10 |
| | |||
* | Bug 3621 - updated copyright to 2009 | Dwayne Boone | 2009-01-02 |
| | |||
* | Removed thread-per-connection and added serialize mode | Benoit Foucher | 2008-03-06 |
| | |||
* | cleaning up hashCode() for Reference, RoutableReference | Mark Spruiell | 2008-02-13 |
| | |||
* | using Java5 types in Ice core; general cleanup | Mark Spruiell | 2008-01-30 |
| | |||
* | Updated copyright | Dwayne Boone | 2008-01-23 |
| | |||
* | - Removed OA createReverseProxy method. | Benoit Foucher | 2008-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 1359 | Benoit Foucher | 2008-01-15 |
| | |||
* | Moved various classes from IceUtil to IceUtilInternal | Bernard Normier | 2008-01-09 |
| | |||
* | - Added support for non-blocking AMI/batch requests, connection | Benoit Foucher | 2007-11-27 |
| | | | | | | creation. - Added support for AMI oneway requests. - Changed collocation optimization to not perform any DNS lookups. | ||
* | Expanded tabs into spaces | Bernard Normier | 2007-02-01 |
| | |||
* | adding thread-per-connection settings for proxies & OAs | Mark Spruiell | 2007-01-26 |
| | |||
* | Updated copyright header | Dwayne Boone | 2007-01-08 |
| | |||
* | Added Ice.Default.PreferSecure | Dwayne Boone | 2006-11-21 |
| | |||
* | Merge from R3_1_branch | Bernard Normier | 2006-07-20 |
| | |||
* | Use communicator identityToStrng | Dwayne Boone | 2006-05-12 |
| | |||
* | adding comments warning about changes to proxyToString operations breaking | Brent Eagles | 2006-04-25 |
| | | | | features | ||
* | Bug 803 - Changed communicator initialzation | Dwayne Boone | 2006-04-07 |
| | |||
* | Finished fixing bug 847 | Benoit Foucher | 2006-03-30 |
| | |||
* | Updated copyright | Dwayne Boone | 2006-03-14 |
| | |||
* | Moved endpointSelection/cacheConnection to RoutableReference. | Benoit Foucher | 2006-03-09 |
| | |||
* | Bug 857. | Michi Henning | 2006-02-21 |
| | |||
* | - Added ice_cacheConnection, ice_endpointSelection | Benoit Foucher | 2006-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 Foucher | 2006-02-08 |
| | |||
* | Removed ice_default() | Dwayne Boone | 2005-10-27 |
| | |||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=429 | Matthew Newhook | 2005-10-11 |
| | |||
* | Bug 467. | Michi Henning | 2005-09-20 |
| | |||
* | Removed compare() method, we use java.util.Arrays.equal() instead | Benoit Foucher | 2005-09-12 |
| | |||
* | Added support for new proxy methods (ice_getAdapterId(), | Benoit Foucher | 2005-09-09 |
| | | | | ice_newAdapterId(), ice_getEndpoints(), ice_newEndpoints()). | ||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=460 | Matthew Newhook | 2005-09-08 |
| |