summaryrefslogtreecommitdiff
path: root/cpp/src/Glacier2Lib/SessionHelper.cpp
Commit message (Collapse)AuthorAge
* Port Glacier2, IceBox, IceBridge, IceDB, IceXML, icegriddbJoe George2021-02-01
|
* Fix build failured, introduce in previous commitJose2020-04-30
|
* Unhandled CommunicatorDestroyedException - See # 744Jose2020-04-30
|
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Fix Xcode 10 warningsBernard Normier2018-09-19
|
* Fixed minor test leaks (ICE-8767)Benoit Foucher2018-03-27
|
* Update copyright year to 2018Jose2018-02-14
|
* Move SessionHelper communicator initialization to a separate thread ICE-8504Jose2017-10-30
|
* Remove excessive empty linesJoe George2017-06-07
|
* Fix ICE-7926 - Glacier2::SessionHelper::session implementationJose2017-05-29
|
* Fixed ICE-7884 - TwowayOnlyException is now raised for twoway invocations on ↵Benoit Foucher2017-05-23
| | | | oneway proxies
* Fix (ICE-7873) - Port Glacier2/sessionHelper test to C++11Jose2017-05-15
|
* SessionHelper API cleanupBernard Normier2017-04-27
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Removed cpp:unscoped from all Ice enumsBernard Normier2017-02-08
| | | | | | | | CompressBatch is now "scoped" in C++98 and ObjC
* | First cut of ICE-6920 - Remove try/catch block around communicator destroyBenoit Foucher2017-01-25
| |
* | Moved UniquePtr to IceInternalBernard Normier2017-01-11
| | | | | | | | Removed ctor and assignment operator from UniquePtr
* | WinRT -> UWP renamesJose2016-12-14
| |
* | Added support for non-ASCII characters and universal character namesBernard Normier2016-10-20
| | | | | | | | | | to stringified identities and proxies. This includes a new Ice.ToStringMode property.
* | Refactored shared_from_this/enable_shared_from_thisBernard Normier2016-08-04
| |
* | Move generateUUID to IceBernard Normier2016-08-01
| |
* | 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
* | Exported classes no longer have weak vtables with clangBernard Normier2016-06-27
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
| * Rework previous fix for 3.6 compatibilityJose2016-02-29
| |
| * ICE-6952 - identityToString/stringToIdentity non member functionsJose2016-02-29
| |
* | Ice::identityToString & Ice::stringToIdentity usageJose2016-02-29
| |
* | Remove C++14 usage and switch to -std=c++11Jose2016-01-12
| |
* | Add ICE_RESET_EXCEPTION macro to simplify C++ buildsJose2016-01-11
| |
* | C++11 fix Exception::ice_clone to use exception_ptrJose2016-01-08
| |
* | C++ lambda cleanupJoe George2015-12-30
| |
* | Fix ICE-6947Joe George2015-12-29
| | | | | | | | | | Pass in-parameters for local interfaces with delegate metadata by value in C++11
* | 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++11 mapping Glacier2Lib updatesJose2015-12-15
| |
* | Fixed typoBernard Normier2015-11-15
| |
* | Moved AbstractMutex and CacheBernard Normier2015-11-13
|/ | | | from IceUtil to Freeze
* ICE-6302 Fixed intermittent sessionHelper test failureDwayne Boone2015-07-28
|
* ICE-6302 Fixed SessionHelper to terminate connection attempt when destroy is ↵Dwayne Boone2015-07-27
| | | | called
* ICE-6514 Removed uneeded includes of DisableWarnings.hDwayne Boone2015-07-08
|
* Fixed ICE-6595: Glacier2/sessionHelper deadlock on destroyBenoit Foucher2015-06-19
|
* Fixed ICE-6595, potential deadlock when joining threadBenoit Foucher2015-06-16
|
* Fixed Glacier2 session helper and optional test leakBenoit Foucher2015-06-10
|
* ICE-6302 fixed Glacier2 session helper to no longer use detached threadsDwayne Boone2015-02-20
|
* ICE-6285 - Glacier2 session helper bugMark Spruiell2015-01-29
| | | | ICE-6167 - ACM improvements for Glacier2 helpers