Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - C#, Java: Removed Outgoing, fixed generated code to make synchronous | Matthew Newhook | 2014-09-03 |
| | | | | | | | | | | | requests using AMI. - Java: AsyncResult is now an interface. - Added --arg to allTests.py. - Fixed operations, adapterDeactivation and metrics test to work with background IO. - Added Collocated interrupt test. - Added support for batch oneway requests using AMI. - Added test in operations for batch oneway requests using AMI. | ||
* | - Added back the Ice.BackgroundIO property. | Matthew Newhook | 2014-08-13 |
| | | | | | | - Fixed some bugs in the interrupt test. - Fixed a bug in Outgoing where the interrupt exception could be swallowed. | ||
* | 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 |
| | |||
* | Fixed collocation optimization to use the dispatcher, minor test fixes | Benoit Foucher | 2014-07-15 |
| | |||
* | IceMX and Python support for the new collocation optimization | Benoit Foucher | 2014-07-01 |
| | |||
* | Better collocation optimization, fix for ICE-5489, ICE-5484 | Benoit Foucher | 2014-06-27 |
| | |||
* | Added support for invocation timeouts and ACM heartbeats | Benoit Foucher | 2014-05-23 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Fixed ICE-5131 - parsing of -p <version> for proxies, tweaked UDP endpoint ↵ | Benoit Foucher | 2013-01-15 |
| | | | | deprecation warning for -v/-e | ||
* | Fixed ICE-5126 - Improved client side encoding checks | Benoit Foucher | 2013-01-15 |
| | |||
* | Fixed ICE-4933: Added size and replySize fields to dispatch and remote ↵ | Benoit Foucher | 2013-01-07 |
| | | | | invocation metrics, support for requestId attribute | ||
* | Fixed ICE-4927: fixed proxy encoding to marshal protocol/encoding version ↵ | Benoit Foucher | 2012-11-13 |
| | | | | instead of encoding it in endpoints | ||
* | ICE-4619 - custom enumerator values | Mark Spruiell | 2012-10-17 |
| | |||
* | Improved tracing of failures, user exceptions are now tracked | Benoit Foucher | 2012-10-10 |
| | | | | with a userException member. | ||
* | Fixed property validations, added C# metrics test | Benoit Foucher | 2012-10-05 |
| | |||
* | Java & C# port | Benoit Foucher | 2012-09-28 |
| | |||
* | Removed Stream::format method, replace with startWriteEncaps parameter | Benoit Foucher | 2012-08-06 |
| | |||
* | Java port | Mark Spruiell | 2012-06-01 |
| | |||
* | Merge remote-tracking branch 'origin/master' into encoding11 | Benoit Foucher | 2012-04-25 |
|\ | |||
| * | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | | |||
* | | Java test and bug fixes | Benoit Foucher | 2012-04-24 |
| | | |||
* | | 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 |
| | |||
* | New AMI mapping | Benoit Foucher | 2009-11-23 |
| | |||
* | removing Java2 mapping | Mark Spruiell | 2009-04-03 |
| | |||
* | Bug 3621 - updated copyright to 2009 | Dwayne Boone | 2009-01-02 |
| | |||
* | Removed thread-per-connection and added serialize mode | Benoit Foucher | 2008-03-06 |
| | |||
* | using Java5 types in Ice core; general cleanup | Mark Spruiell | 2008-01-30 |
| | |||
* | Updated copyright | Dwayne Boone | 2008-01-23 |
| | |||
* | - Fixed bug 1619, part of 2632. | Benoit Foucher | 2008-01-09 |
| | |||
* | - Fixed bug 2363, 2623, 2500 | Benoit Foucher | 2008-01-03 |
| | | | | | - Added missing SignalPolicy.java - Removed foreground send support in Ice for C++ & Java | ||
* | Fixed bug 2592 | Benoit Foucher | 2007-12-12 |
| | |||
* | Fix to not retry batch requests (even idempotent ones) | Benoit Foucher | 2007-12-04 |
| | |||
* | - 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. | ||
* | Split DispatchStatus into DispatchStatus and ReplyStatus | Bernard Normier | 2007-05-17 |
| | |||
* | Expanded tabs into spaces | Bernard Normier | 2007-02-01 |
| | |||
* | Updated copyright header | Dwayne Boone | 2007-01-08 |
| | |||
* | Implicit Context implementation + test | Bernard Normier | 2006-10-27 |
| | |||
* | Fixed bug 897. | Benoit Foucher | 2006-03-15 |
| | |||
* | Updated copyright | Dwayne Boone | 2006-03-14 |
| | |||
* | Ported fix for bug 574. | Dwayne Boone | 2006-03-14 |
| | |||
* | cache Outgoing objects in connection instead of delegate | Mark Spruiell | 2005-07-07 |
| | |||
* | release references to Ice objects ASAP | Mark Spruiell | 2005-05-05 |
| | |||
* | - Removing BufferManager class and BasicStream.destroy(), which reduces the | Mark Spruiell | 2005-04-29 |
| | | | | | | | complexity of many existing finalizers. - Removed code that cleans up cached objects. - For compatibility with C#, finalizers no longer call methods on other objects. | ||
* | completing the fix for bug 218 | Mark Spruiell | 2005-04-12 |
| | |||
* | fix for bug 218: Hang if oneways are not flushed | Mark Spruiell | 2005-04-12 |
| |