Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Down with ant. From the gradle to the grave. | Matthew Newhook | 2014-10-20 |
| | |||
* | updating CHANGES for AsyncResult.cancel | Mark Spruiell | 2014-10-13 |
| | |||
* | Fixed invocation timeouts/interrupt issues, addded AsyncResult.cancel() | Benoit Foucher | 2014-10-10 |
| | |||
* | ICE-5688 - updating Javadoc for AsyncResult methods | Mark Spruiell | 2014-10-07 |
| | |||
* | - 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 |
| | |||
* | Fix for ICE-5594: removed inlining of CallbackBase::__check, remove unused ↵ | Benoit Foucher | 2014-07-29 |
| | | | | __getObserver method | ||
* | ICE-4234 - Update Ice to use current Java threading constructs | Matthew Newhook | 2014-07-23 |
| | | | | | | | - Use ScheduledThreadPoolDispatcher not IceUtilInternal.Timer. - Use Ice timer in glacier2, Freeze impl. - Align C++, C# with java changes. - Database demo now supports mariadb. | ||
* | 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. | ||
* | 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-4012 - release marshaling buffer sooner than later | Benoit Foucher | 2013-02-04 |
| | |||
* | Changed Ice.UseServantClassLoader to Ice.UseApplicationClassLoader | Benoit Foucher | 2013-01-18 |
| | |||
* | Fixed (ICE-5144) - Minor grammar errors in code | Jose | 2013-01-14 |
| | |||
* | Fixed ICE-4933: Added size and replySize fields to dispatch and remote ↵ | Benoit Foucher | 2013-01-07 |
| | | | | invocation metrics, support for requestId attribute | ||
* | Improved tracing of failures, user exceptions are now tracked | Benoit Foucher | 2012-10-10 |
| | | | | with a userException member. | ||
* | Java & C# port | Benoit Foucher | 2012-09-28 |
| | |||
* | Java port | Mark Spruiell | 2012-06-01 |
| | |||
* | 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 |
|/ | |||
* | ICE-4793 - Fixes to prevent GCC shadow warnings and other minor fixes | Benoit Foucher | 2012-03-05 |
| | |||
* | ICE-4777 - C++ assertion failure when flushing batch requests | Mark Spruiell | 2012-01-30 |
| | |||
* | ICE-4701 - AsyncResult::getCommunicator returns null | Mark Spruiell | 2012-01-06 |
| | |||
* | Removed virtual specifier from C# BasicStream | Benoit Foucher | 2011-10-31 |
| | |||
* | Fix for bug 5137 - AMI test failure on C# | Benoit Foucher | 2011-06-07 |
| | |||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | Fixed bug where client thread pool thread would die if callback raised an assert | Benoit Foucher | 2011-04-07 |
| | |||
* | Bug 4720 - Improved AsyncResult to allow throwing local exception is request ↵ | Benoit Foucher | 2011-04-07 |
| | | | | failed with local exception | ||
* | bug 4515 - OutOfMemoryError in dbmap test | Mark Spruiell | 2010-05-26 |
| | |||
* | bug 4623 - missing doc comments | Mark Spruiell | 2010-05-21 |
| | |||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 |
| | |||
* | - bug 3533: add async version of Connection/Communicator | Mark Spruiell | 2009-12-08 |
| | | | | | | flushBatchRequests operation - Slice file cleanup in C# tests - Updating C++ dependencies | ||
* | Changed back isSentSynchronously to sentSynchronously, only generate ↵ | Benoit Foucher | 2009-12-03 |
| | | | | newCallback exception for oneway requests | ||
* | More AMI mapping improvements | Benoit Foucher | 2009-12-02 |
| | |||
* | 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 |