summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/OutgoingAsync.cpp
Commit message (Collapse)AuthorAge
* Fixed ICE-7994 - invocation metrics issue with AMI batch oneway requestsBenoit Foucher2017-06-08
|
* Remove excessive empty linesJoe George2017-06-07
|
* Fixed ICE-7941 - scheduleCallback now provides the connection to the ↵Benoit Foucher2017-06-01
| | | | dispatcher work item, fixed naming of AsyncResult private methods
* Visual Studio 2010 supportJose2017-04-20
|
* VC90 build failuresJose2017-04-01
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Fixed ICE-7169 and ICE-7375 - add option to specify if batch requests ↵Benoit Foucher2017-02-06
| | | | | | | | flushed with the communicator/connection should be compressed
* | Minor fixes for ICE-6893 - Review calls to abort()Benoit Foucher2017-01-23
| |
* | Moved UniquePtr to IceInternalBernard Normier2017-01-11
| | | | | | | | Removed ctor and assignment operator from UniquePtr
* | ICE-7138 - new Python AMI mapping based on futures and modified AMD mappingMark Spruiell2016-12-09
| |
* | Replaced non-public double underscores in C++Bernard Normier2016-11-12
| |
* | Revert "Replaced double and triple underscores in C++ by ice-prefixed names"Bernard Normier2016-11-05
| | | | | | | | This reverts commit 91fa99c34d1211d426b24bf68001fc27a87b3f00.
* | Replaced double and triple underscores in C++ by ice-prefixed namesBernard Normier2016-11-02
| |
* | Fixed ICE-7270 - ice_getConnection now returns a non-null connection even if ↵Benoit Foucher2016-08-09
| | | | | | | | connection caching is disabled
* | Fixed ICE-7208 - C++98 sync code now depends on async codeBenoit Foucher2016-08-08
| |
* | Refactored shared_from_this/enable_shared_from_thisBernard Normier2016-08-04
| |
* | Simplified exception-related codeBernard Normier2016-07-25
| | | | | | | | Reduced VS 2015 U3 optimizer disabling
* | Added ICE_BUILDING_SRC to make buildsBernard Normier2016-07-22
| | | | | | | | | | | | Ice::Dispatcher and Ice::LocalObject are now hidden with C++11 Reworked C++11 exception ice_clone, added ExceptionHelper + other C++ cleanups
* | Fixed ICE-7188 - pass all std::function by valueBenoit Foucher2016-07-07
| |
* | Exported classes no longer have weak vtables with clangBernard Normier2016-06-27
| |
* | ICE-7179 - Update std::function code styleJoe George2016-06-13
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | Fixed Windows build issueBenoit Foucher2016-02-03
| |
* | Refactored invocation code to better suite new C++11 mappingBenoit Foucher2016-02-03
| |
* | ICE-6861 - removing public stream APIMark Spruiell2016-01-19
| |
* | Deprecate ice_name and add ice_idJose2016-01-19
| |
* | C++11 fix Exception::ice_clone to use exception_ptrJose2016-01-08
| |
* | Fixed C++98 to get rid of Ice::Context pointers now that we use ↵Benoit Foucher2015-12-22
| | | | | | | | Ice::noExplicitContext, other minor style fixes
* | C++11 mapping initial commitJose2015-12-01
|/
* ICE-6514 Removed uneeded includes of DisableWarnings.hDwayne Boone2015-07-08
|
* Fixed Linux build issueBenoit Foucher2015-03-10
|
* ICE-6170 - fixed behavior of batch requestsBenoit Foucher2015-03-10
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed ICE-6211 - background test hang on AndroidBenoit Foucher2014-12-22
|
* Fixed ICE-5985: Java background test failuresBenoit Foucher2014-11-27
|
* Fixed ICE-3490: guarantee invocation serialization for proxies which are equalBenoit Foucher2014-10-22
|
* Fixed ICE-5666: setting the invocation timeout to -2 provides the previous ↵Benoit Foucher2014-10-15
| | | | connection timeouts
* Update JS with the same OutgoingAsync fixes as C++/Java/C#Benoit Foucher2014-10-13
|
* Fixed invocation timeouts/interrupt issues, addded AsyncResult.cancel()Benoit Foucher2014-10-10
|
* Lots of minor fixes, few simplifications to OutgoingAsync codeBenoit Foucher2014-10-01
|
* Remove leftovers of the old AMI mappingJose2014-09-25
|
* ICE-5661 some changes to class structure for OutgoingAsyncDwayne Boone2014-09-19
|
* ICE-5661 add proxy->begin_ice_getConnectionDwayne Boone2014-09-18
|
* Added back to optmization to not call connection dispatch if not necessaryBenoit Foucher2014-09-05
|
* - 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.
* Fix for ICE-5594: removed inlining of CallbackBase::__check, remove unused ↵Benoit Foucher2014-07-29
| | | | __getObserver method
* Fixed #2 of ICE-5594: code style for CallbackBase classBenoit Foucher2014-07-28
|
* Fixed #3 of ICE-5594: fixed __verify signature to take a const& for the cookieBenoit Foucher2014-07-25
|