summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ConnectionI.h
Commit message (Collapse)AuthorAge
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Update copyright year to 2018Jose2018-02-14
|
* Ensure Ice::Connection::setAdapter fails if the adapter is deactivated ↵Benoit Foucher2018-02-12
| | | | (ICE-8659)
* Added [cpp:noexcept] to Slice local methods that don't throw (ICE-8592)Benoit Foucher2018-01-24
|
* Remove excessive empty linesJoe George2017-06-07
|
* Generate alias for "delegate" in C++11 (ICE-7859)Bernard Normier2017-05-03
|
* Fixed ICE-7744 - Changed back C++11 flushBatchRequests to return voidBenoit Foucher2017-04-20
|
* 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
* | merging IceBridge into masterMark Spruiell2017-01-30
| |
* | Moved UniquePtr to IceInternalBernard Normier2017-01-11
| | | | | | | | Removed ctor and assignment operator from UniquePtr
* | WinRT -> UWP renamesJose2016-12-14
| |
* | 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-7208 - C++98 sync code now depends on async codeBenoit Foucher2016-08-08
| |
* | Refactored shared_from_this/enable_shared_from_thisBernard Normier2016-08-04
| |
* | 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
* | Various C++ cleanupsBernard Normier2016-07-13
| |
* | ICE-7179 - Update std::function code styleJoe George2016-06-13
| |
* | Renamed C++11 AMI/AMD suffix: _async to AsyncBernard Normier2016-06-09
| |
* | Support bzip2 compression on all Apple targetsWolfram Manthey2016-05-29
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | Refactored invocation code to better suite new C++11 mappingBenoit Foucher2016-02-03
| |
* | ICE-6861 - removing public stream APIMark Spruiell2016-01-19
| |
* | C++ Consistent usage of public virtualJose2016-01-12
| |
* | C++11 fix Exception::ice_clone to use exception_ptrJose2016-01-08
| |
* | Fix ICE-6903Joe George2016-01-04
| | | | | | | | Make sent callback optional in "async-oneway" operations
* | Fix ICE-6947Joe George2015-12-29
| | | | | | | | | | Pass in-parameters for local interfaces with delegate metadata by value in C++11
* | Remove C++11 extensions to C++98 mappingJose2015-12-28
| |
* | ICE-6898 - "Delegate" functions for ACM callbacksJoe George2015-12-24
| | | | | | | | | | | | - Add delegate local interfaces CloseCallback and HeartbeatCallback and remove ConnectionCallback. - Replace setCallback by setCloseCallback and setHeartbeatCallback
* | Fixes related to EnableSharedFromThisJose2015-12-23
| |
* | C++ shared_from_this simplificationsJose2015-12-21
| |
* | ICE-6903 - "async" metadata changesJoe George2015-12-18
| | | | | | | | | | - Rename "async" metadata to "async-oneway" - Update C++11 mapping for "async-oneway".
* | C++11 mapping initial commitJose2015-12-01
|/
* Added iOS support for IceTouchBenoit Foucher2015-03-20
|
* ICE-6170 - fixed behavior of batch requestsBenoit Foucher2015-03-10
|
* ICE-6082 No way to discover send/recv buffer sizesDwayne Boone2015-03-05
|
* Additional fix for ICE_HAS_BZIP2 macroBenoit Foucher2015-01-08
|
* 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-5486: added support for MessageSizeMax OA propertyBenoit Foucher2014-11-05
|
* Fixed ICE-5607: relaxed Ice.MessageSizeMaxBenoit Foucher2014-11-05
|
* Fixed ICE-5548: fixed C++11 support to maintain binary compatibility between ↵Benoit Foucher2014-10-28
| | | | C++11 and C++03 compiled code
* Fixed ICE-5454: close acceptor on adapter deactivationBenoit Foucher2014-10-15
|
* Fixed invocation timeouts/interrupt issues, addded AsyncResult.cancel()Benoit Foucher2014-10-10
|