summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ConnectionI.cpp
Commit message (Collapse)AuthorAge
* The Ice connection will now print warnings for first invalid messages ↵Benoit Foucher2019-10-02
| | | | received by a client, fixes #565
* Fix issue where DispatchQueue was not always usedJoe George2019-06-27
|
* Enable -Wconversion with clang - Close #363Jose2019-06-21
|
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Extra C++ warning flags with clang and g++.Bernard Normier2018-10-26
| | | | Fixes 223.
* Added sanity checks for ACM timeout value (ICE-8749)Benoit Foucher2018-03-20
|
* 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
|
* ICE-7997 - unnecessary test in ConnectionIMark Spruiell2017-10-30
|
* Clean C++ exception code to only throw exception typesJose2017-09-20
| | | | | | | | | | - Update C++ code to only throw types derived from C++ exception - Update C++ code to use one-shot constructors to create the exceptions Fix bug ICE-7892
* Fixed ICE-8048 - removed double underscores that crept back inBenoit Foucher2017-06-14
|
* Fixed for ICE-8012 - heartbeatCallback non null assertBenoit Foucher2017-06-13
|
* 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
* Fixed ICE-7880 - renamed HeartbeatOnInvocation to HeartbeatOnDispatchBenoit Foucher2017-05-17
|
* 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
|
* Fixed leak in IceSSL secure transport implementatoin & minor code style fixesBenoit Foucher2017-04-03
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | ICE-7560 - more AMI test fixes, renaming ConnectionClose enumeratorsMark Spruiell2017-02-09
| |
* | Removed cpp:unscoped from all Ice enumsBernard Normier2017-02-08
| | | | | | | | CompressBatch is now "scoped" in C++98 and ObjC
* | 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
| |
* | 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 logging messageBernard Normier2016-08-30
| |
* | 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 NPE in Java/IceSSL implementationBenoit Foucher2016-06-28
| |
* | Refactored SSL and iAP transports, support for running SSL on topBenoit Foucher2016-06-27
| | | | | | | | of TCP/iAP/Bluetooth.
* | ICE-7179 - Update std::function code styleJoe George2016-06-13
| |
* | Renamed C++11 AMI/AMD suffix: _async to AsyncBernard Normier2016-06-09
| |
* | 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
| |
* | Deprecate ice_name and add ice_idJose2016-01-19
| |
* | Add ICE_RESET_EXCEPTION macro to simplify C++ buildsJose2016-01-11
| |
* | C++11 fix Exception::ice_clone to use exception_ptrJose2016-01-08
| |
* | windows build fixesJose2016-01-08
| |
* | Remove unnecessary usage of ICE_CLOSE_CALLBACKJoe George2015-12-29
| |
* | Fix C++ buildJoe George2015-12-29
| |