summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/CollocatedRequestHandler.h
Commit message (Collapse)AuthorAge
* Update copyright headersJoe George2016-03-01
|
* ICE-6170 - fixed behavior of batch requestsBenoit Foucher2015-03-10
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed ICE-6199 - changed collocation optimization to call AMI cb ↵Benoit Foucher2014-12-17
| | | | asynchronously if AMD dispatch
* Fixed ICE-5607: relaxed Ice.MessageSizeMaxBenoit Foucher2014-11-05
|
* Fixed ICE-3490: guarantee invocation serialization for proxies which are equalBenoit Foucher2014-10-22
|
* Fixed invocation timeouts/interrupt issues, addded AsyncResult.cancel()Benoit Foucher2014-10-10
|
* Fixed deadlock in connection binding code (ICE-5693)Benoit Foucher2014-09-26
|
* ICE-5661 add proxy->begin_ice_getConnectionDwayne Boone2014-09-18
|
* - C#, Java: Removed Outgoing, fixed generated code to make synchronousMatthew Newhook2014-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.
* Fixed bug with system exceptions not being propagated correctly with ↵Benoit Foucher2014-07-24
| | | | collocation optimization + AMD
* Fixed collocation optimization to use the dispatcher, minor test fixesBenoit Foucher2014-07-15
|
* Better collocation optimization, fix for ICE-5489, ICE-5484Benoit Foucher2014-06-27