Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Down with ant. From the gradle to the grave. | Matthew Newhook | 2014-10-20 |
| | |||
* | Fixed ICE-5666: setting the invocation timeout to -2 provides the previous ↵ | Benoit Foucher | 2014-10-15 |
| | | | | connection timeouts | ||
* | Fixed invocation timeouts/interrupt issues, addded AsyncResult.cancel() | Benoit Foucher | 2014-10-10 |
| | |||
* | Improved fix for ICE-5693 and update of request handler | Benoit Foucher | 2014-09-29 |
| | |||
* | Fixed deadlock in connection binding code (ICE-5693) | Benoit Foucher | 2014-09-26 |
| | |||
* | ICE-5661 add proxy->begin_ice_getConnection | Dwayne Boone | 2014-09-18 |
| | |||
* | - 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. | ||
* | 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 |
| | |||
* | ICE-5573 - .NET TimeoutException ignores Dispatcher | Matthew Newhook | 2014-07-10 |
| | | | | | | | | - Added test for C++, C# & Java to the dispatcher test to ensure that the invocation timeout is throwin in the correct thread. - Pass the connection to the dispatcher invocation in more cases. | ||
* | 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 |
| | |||
* | Java & C# port | Benoit Foucher | 2012-09-28 |
| | |||
* | 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 |
| | |||
* | Added support for Ice::Dispatcher | Benoit Foucher | 2009-12-01 |
| | |||
* | - Cleaned up test/Ice/operations test | Benoit Foucher | 2009-11-25 |
| | | | | | - Added test/Ice/ami test - sent callback is now always called | ||
* | New AMI mapping | Benoit Foucher | 2009-11-23 |
| | |||
* | Fixed bug 4146 - re-throwing exception with fillInStackTrace | Benoit Foucher | 2009-09-09 |
| | |||
* | IOCP changes, bug 3501, 4200, 4156, 3101 | Benoit Foucher | 2009-08-21 |
| | |||
* | Fixed bug 4145 - unexpected exception from batch request | Benoit Foucher | 2009-07-02 |
| | |||
* | Made checksum map final. Fixed latent bug where wait() was called outside loop. | Michi Henning | 2009-05-15 |
| | |||
* | Bug 2798 - add reason information to MemoryLimitException | Dwayne Boone | 2009-04-21 |
| | |||
* | 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 |
| | |||
* | - Fixed bug 2688 | Benoit Foucher | 2008-02-14 |
| | | | | | | | - Fixed bug 2674 - Changed connection validation to always use non-blocking IO (bug 1981) - Added distribution/src/common/RELEASE_NOTES.txt - Moved distribution/src/windows/README.DEMOS to distribution/src/common | ||
* | merged bug2615 | Matthew Newhook | 2008-02-14 |
| | |||
* | using Java5 types in Ice core; general cleanup | Mark Spruiell | 2008-01-30 |
| | |||
* | Updated copyright | Dwayne Boone | 2008-01-23 |
| | |||
* | async I/O in C# | Mark Spruiell | 2008-01-19 |
| | |||
* | - Added missing notifyAll in ConnectRequestHandler (which could cause async | Benoit Foucher | 2008-01-04 |
| | | | | | | | | | requests to hang if an exception occured during flushing). - Changed getaddrinfo(0, "0", ...) calls to getaddrinfo(0, "1", ...). Solaris doesn't recognize "0" as a valid service name. - Workaround HP-UX compiler bug caused by Glacier2::Instance inlined methods. | ||
* | Fixed bug 2592 | Benoit Foucher | 2007-12-12 |
| | |||
* | Fixed NPE in the outgoing connection factory | Benoit Foucher | 2007-12-05 |
| | |||
* | - 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. |