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 ICE-5454: close acceptor on adapter deactivation | Benoit Foucher | 2014-10-15 |
| | |||
* | Fixed invocation timeouts/interrupt issues, addded AsyncResult.cancel() | Benoit Foucher | 2014-10-10 |
| | |||
* | Fixed ACM bug where the activity wasn't always updated after parsing or ↵ | Benoit Foucher | 2014-10-08 |
| | | | | sending a message | ||
* | - Java Application now catches OperationInterruptedException and | Matthew Newhook | 2014-10-03 |
| | | | | | | retries. - Removed the InProgress state from Instance, simplified and corrected the destroy logic. | ||
* | ICE-5585 call callback from ThreadPool if conneciton already closed | Dwayne Boone | 2014-10-02 |
| | |||
* | Lots of minor fixes, few simplifications to OutgoingAsync code | Benoit Foucher | 2014-10-01 |
| | |||
* | Added missing ConnectionI::setCallback fix to JS | Dwayne Boone | 2014-10-01 |
| | |||
* | Fixed Connection.setACM to check for the connection state | Benoit Foucher | 2014-10-01 |
| | |||
* | ICE-5585 in ConnectionI::SetCallback make sure callback is not null before ↵ | Dwayne Boone | 2014-09-30 |
| | | | | calling | ||
* | - begin_ now never interrupts. | Matthew Newhook | 2014-09-27 |
| | | | | | | | - All potentially blocking Ice APIs are interruption points. - Fixes to the incoming/outgoing factories and shutdown procedure - Fixed bug where connect() was from a user thread. - Added lots more tests to the interrupt test suite. | ||
* | ICE-5585 Connection::setCallback should always invoke the callback | Dwayne Boone | 2014-09-22 |
| | |||
* | ICE-5661 some changes to class structure for OutgoingAsync | Dwayne Boone | 2014-09-19 |
| | |||
* | Fixed ICE-5620: metrics admin creation in IceBox, fixed bug where timer ↵ | Benoit Foucher | 2014-09-12 |
| | | | | wasn't instrumented | ||
* | ICE-4891 Refactor network tracing | Dwayne Boone | 2014-09-05 |
| | |||
* | Added back to optmization to not call connection dispatch if not necessary | Benoit Foucher | 2014-09-05 |
| | |||
* | - 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. | ||
* | minor Java edits | Mark Spruiell | 2014-08-15 |
| | |||
* | ICE-5630 - ACM timeout is broken | Matthew Newhook | 2014-08-08 |
| | | | | | - Also refactored the code a bit in java so that the ACMMonitor doesn't inherit from runnable. | ||
* | 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 bug with system exceptions not being propagated correctly with ↵ | Benoit Foucher | 2014-07-24 |
| | | | | collocation optimization + AMD | ||
* | 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 race condition which could cause request to be dispatched even if the ↵ | Benoit Foucher | 2014-07-21 |
| | | | | connection was just put on hold | ||
* | Fix bug with connection closure causing hang in C# async demo with | Matthew Newhook | 2014-07-16 |
| | | | | COMPACT defined. | ||
* | Fixed collocation optimization to use the dispatcher, minor test fixes | Benoit Foucher | 2014-07-15 |
| | |||
* | Fixed bogus synchronization in ConnectionI.asyncRequestTimedOut | Benoit Foucher | 2014-07-10 |
| | |||
* | Better collocation optimization, fix for ICE-5489, ICE-5484 | Benoit Foucher | 2014-06-27 |
| | |||
* | initial commit of C# transport changes | Mark Spruiell | 2014-06-13 |
| | |||
* | porting C++ transport changes to Java | Mark Spruiell | 2014-05-29 |
| | |||
* | Added support for invocation timeouts and ACM heartbeats | Benoit Foucher | 2014-05-23 |
| | |||
* | Fixed (ICE-5507) - Support Java 8 lambda expression | Jose | 2014-04-18 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5196: allow setting an observer with IceMX enabled | Benoit Foucher | 2013-09-09 |
| | |||
* | Fixed ICE-5368: don't unregister writes from thread pool if connection is ↵ | Benoit Foucher | 2013-06-27 |
| | | | | closed already | ||
* | SOCKS support for Java | Mark Spruiell | 2013-04-11 |
| | |||
* | Fixed ICE-5287 - assert in connection metrics code | Benoit Foucher | 2013-02-28 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Fixed ICE-5121 - Erronous connection warnings | Benoit Foucher | 2013-01-30 |
| | |||
* | Fixed ICE-4933: Added size and replySize fields to dispatch and remote ↵ | Benoit Foucher | 2013-01-07 |
| | | | | invocation metrics, support for requestId attribute | ||
* | ICE-4965: added Python Ice/metrics demo | Benoit Foucher | 2012-11-20 |
| | |||
* | Fixed property validations, added C# metrics test | Benoit Foucher | 2012-10-05 |
| | |||
* | Java & C# port | Benoit Foucher | 2012-09-28 |
| | |||
* | Merge remote-tracking branch 'origin/master' into encoding11 | Benoit Foucher | 2012-05-14 |
|\ | | | | | | | | | | | Conflicts: CHANGES cs/src/Ice/ConnectionI.cs | ||
| * | ICE-4750, Fixed connection assert | Benoit Foucher | 2012-05-14 |
| | | |||
* | | 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 |
|/ |