Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Down with ant. From the gradle to the grave. | Matthew Newhook | 2014-10-20 |
| | |||
* | Fixed ICE-5458: Locator::getRegistry now returns a replicated proxy | Benoit Foucher | 2014-10-14 |
| | |||
* | Removed unused holder types. | Matthew Newhook | 2014-08-07 |
| | | | | | | Fixed holder types to use the generic holder type. Changed the code generator to use the generic holder types. Changed the Ice internals not to use the non-generic holder types. | ||
* | 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 |
| | |||
* | Improved IceGrid discovery, it now works with icegrid registry slaves and nodes | Benoit Foucher | 2014-07-25 |
| | |||
* | Better collocation optimization, fix for ICE-5489, ICE-5484 | Benoit Foucher | 2014-06-27 |
| | |||
* | Added IceDiscovery service plugin | Benoit Foucher | 2014-04-22 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Fixed ICE-5126 - Improved client side encoding checks | Benoit Foucher | 2013-01-15 |
| | |||
* | Added support for proxy-options to IceGrid adapter, replica group and object ↵ | Benoit Foucher | 2012-11-16 |
| | | | | descriptors | ||
* | ICE-4809 - AMI metadata in Ice services internal definitions | Jose | 2012-08-14 |
| | |||
* | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | |||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 |
| | |||
* | New AMI mapping | Benoit Foucher | 2009-11-23 |
| | |||
* | Better fix for bug 3966 - getLocatorRegistry deadlock | Benoit Foucher | 2009-08-18 |
| | |||
* | Fixed a few more issues reported by FindBugs, mostly about inconsistencies ↵ | Michi Henning | 2009-05-14 |
| | | | | with equals/hash. | ||
* | Fixed performance issues reported by FindBugs. Made corresponding | Michi Henning | 2009-05-14 |
| | | | | changes for C# where applicable. | ||
* | Bug 3409 - add sequence checking to ruby/python | Dwayne Boone | 2009-05-08 |
| | |||
* | Bug 3966 - deadlock in LocatorInfo | Dwayne Boone | 2009-05-07 |
| | |||
* | bug 3021 - replace StringBuffer with StringBuilder | Mark Spruiell | 2009-02-10 |
| | |||
* | More fixes for bug3504 and fixed bug3506 | Benoit Foucher | 2009-01-22 |
| | |||
* | - Fixed errorDetection test | Benoit Foucher | 2009-01-15 |
| | | | | - Fixed bug 3504, added locator request queue. | ||
* | Bug 3621 - updated copyright to 2009 | Dwayne Boone | 2009-01-02 |
| | |||
* | Fixed bug 2684 + collocation optimization bug | Benoit Foucher | 2008-03-14 |
| | |||
* | 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. | ||
* | - 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 |
| | |||
* | Updated copyright header | Dwayne Boone | 2007-01-08 |
| | |||
* | Added more locatiuon tracing | Dwayne Boone | 2006-08-22 |
| | |||
* | Use communicator identityToStrng | Dwayne Boone | 2006-05-12 |
| | |||
* | Bug 803 - Changed communicator initialzation | Dwayne Boone | 2006-04-07 |
| | |||
* | Updated copyright | Dwayne Boone | 2006-03-14 |
| | |||
* | Added locator cache timeout. | Benoit Foucher | 2006-02-08 |
| | |||
* | fixing bug 732: equals() can raise ClassCastException | Mark Spruiell | 2006-01-11 |
| | |||
* | Added support for new proxy methods (ice_getAdapterId(), | Benoit Foucher | 2005-09-09 |
| | | | | ice_newAdapterId(), ice_getEndpoints(), ice_newEndpoints()). | ||
* | ObjectNotExistException are now always retried. | Benoit Foucher | 2005-03-31 |
| | |||
* | 2004 to 2005 | Bernard Normier | 2005-02-16 |
| | |||
* | Fixed a bug in RouterInfo which could cause a NullPointerException when | Benoit Foucher | 2005-02-16 |
| | | | | | | | comparing references. Added certificates for the C++ IceSSL plugin (needed by demos to start SSL enabled services). Added Glacier2 callback demo. | ||
* | Fixed bug in locator info cache | Benoit Foucher | 2005-02-07 |
| | |||
* | Reference refactoring. | Michi Henning | 2004-11-23 |
| | |||
* | Fixed copyright | Bernard Normier | 2004-05-18 |
| | |||
* | Updated copyright notice | Bernard Normier | 2004-05-11 |
| | |||
* | casts for ObjectPrxHelper | Marc Laukien | 2004-04-19 |
| | |||
* | Added AMI and AMD tests for exception slicing. Removed a few redundant | Michi Henning | 2004-02-24 |
| | | | | semicolons from the source. | ||
* | Merged R1_1_branch. | Benoit Foucher | 2003-08-15 |
| | |||
* | made _locator really immutable | Marc Laukien | 2003-02-13 |
| |