summaryrefslogtreecommitdiff
path: root/cpp/src/Glacier2Lib/SessionHelper.cpp
Commit message (Collapse)AuthorAge
...
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Don't clean references in SessionHelper threads isn't required and is confusingJose2014-12-23
|
* Better fix for (ICE-6211)Jose2014-12-23
|
* Fixed (ICE-6211) - IceSSL assertion on AMZNJose2014-12-22
|
* Fixed (ICE-6179) - SessionHelper classes create bogus endpoint when use ipv6 ↵Jose2014-12-15
| | | | address
* SessionFactoryHelper fixesJose2014-11-12
|
* SessionFactoryHelper fixesJose2014-11-11
|
* Fixed (ICE-5754) - Glacier2 sessionHelper test fail when using wsJose2014-11-11
|
* Fixed VC warning / build failureBernard Normier2014-09-25
|
* ICE-5611 on RouterFinder failure use default identity rather than failingDwayne Boone2014-09-25
|
* ICE-5611 Add support for Ice/RouterFinder to Glacier2 helpersDwayne Boone2014-09-24
|
* ICE-4234 - Update Ice to use current Java threading constructsMatthew Newhook2014-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.
* Added support for invocation timeouts and ACM heartbeatsBenoit Foucher2014-05-23
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed (ICE-5187) - Glacier2 SessionHelpers cannot load IceSSL plug-in from ↵Jose2013-01-17
| | | | custom location
* Fixed (ICE-5043) - Glacier2/winrt/chat demo crashes on loginJose2012-11-29
|
* Fixed ICE-4882:Bernard Normier2012-10-22
| | | | | | Better logging in C++, especially with services. On compilers with stack-trace printing support, the stack trace of most exceptions is now logged.
* Port to gcc and clang in c++11 mode:Bernard Normier2012-10-05
| | | | | - for GCC, replaced most std::auto_ptr usage by a new IceUtil::UniquePtr - for clang, added ICE_NOEXCEPT and ICE_NOEXCEPT_FALSE for a few dtors in Freeze
* ICE-4809 - AMI metadata in Ice services internal definitionsJose2012-08-14
|
* Fixed bug #ICE-4845 (ice_clone for IceUtil::Exception is now covariant)Bernard Normier2012-08-11
| | | | | Small build fixes (VS warning, Python 3.x run.py) slice2cpp no longer generates ice_clone for interfaces
* Fixed file permissionsBernard Normier2012-08-09
|
* Extra warning disable for VS2008 and VS2010 : C4355 'this' : used in base ↵Bernard Normier2012-08-09
| | | | member initializer list
* WinRT supportJose2012-07-13
|
* ICE-4839 - Glacier2 sessionHelper IceSSL plug-inJose2012-06-25
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* ICE-3590 - localhost vs. 127.0.0.1Jose2012-02-21
|
* Glacier2 SessionHelper related fixesJose2011-12-09
| | | | | | | | | | | | - Add C++ Glacier2/sessionHelper test - Fix helpers to dispatch connect failed in a separate thread ICE-4714 - No longer clear the communicator on connection lost or disconnect ICE-4707 - Glacier2.SessionHelper const/final ICE-4476
* Glacier2 C++ SessionHelper VC100 fixJose2011-12-07
|
* Glacier2 Session Helper implementationJose2011-10-31