summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ConnectionFactory.cpp
Commit message (Expand)AuthorAge
* Copyright header simplicationJose2019-01-19
* Remove copyright noticeJose2018-12-18
* Fix copyright headerJose2018-12-18
* Fixed bogus incoming connection factory assert, fixes #301Benoit Foucher2018-12-11
* Better fix for #291Benoit Foucher2018-11-13
* Another fix for the assert which could be triggered on OA destruction, fixes ...Benoit Foucher2018-11-12
* Fixed rare race condition which could trigger an assert on OA destruction, fi...Benoit Foucher2018-11-12
* Extra C++ warning flags with clang and g++.Bernard Normier2018-10-26
* Fixes for C++17 modeJose2018-09-07
* Fixed C++ connection factory build failureBenoit Foucher2018-03-30
* Fix to ensure that object adapter creation fails on iOS if port already in useBenoit Foucher2018-03-30
* Whitespace cleanupJose2018-02-16
* Improved object adapter getPublishedEndpoints/refreshPublishedEndpoints methodBenoit Foucher2018-02-16
* Update copyright year to 2018Jose2018-02-14
* Fix for ICE-8044 - adapterDeactivation test failure caused by deadlockBenoit Foucher2017-06-13
* Fixed ICE-7922 - Review retry/network tracingBenoit Foucher2017-05-26
* Cleanup more whitespaceJoe George2017-05-09
* Fixed ICE-7755 - listen on all IPs associated with a DNS nameBenoit Foucher2017-04-10
* Minor fix to JS controller and PHP timeout test (bumped hold time)Benoit Foucher2017-04-07
* 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 flushed...Benoit Foucher2017-02-06
* | Fixed ICE-2802 - no longer halt when running out of FDsBenoit Foucher2017-01-18
* | WinRT -> UWP renamesJose2016-12-14
* | Refactored shared_from_this/enable_shared_from_thisBernard Normier2016-08-04
* | Added support for building Xcode SDK, added iAP transportBenoit Foucher2016-05-31
* | Merge remote-tracking branch 'origin/3.6'Jose2016-05-09
|\|
| * Fix to no longer recursively try endpoints on connection establishmentBenoit Foucher2016-05-02
* | 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
* | Deprecate ice_name and add ice_idJose2016-01-19
* | C++11 build fixes for gcc 4.8 on rhel7Jose2016-01-11
* | C++ shared_from_this simplificationsJose2015-12-21
* | C++11 mapping initial commitJose2015-12-01
* | Added ready callback to allow transports to signal readiness to the thread poolBenoit Foucher2015-10-09
|/
* Fix for TCH-259 - assert on shutdownBenoit Foucher2015-09-08
* Added iOS support for IceTouchBenoit Foucher2015-03-20
* ICE-6170 - fixed behavior of batch requestsBenoit Foucher2015-03-10
* Fix (ICE-6286) - IncomingConnectionFactory::createAcceptor does not handle Th...Jose2015-01-29
* Improved Objective-C stringification of exceptionsBenoit Foucher2015-01-22
* Fixed previous fix which wasn't correct on WindowsBenoit Foucher2015-01-22
* Fixes to align with Ice Touch codeBenoit Foucher2015-01-22
* Updated copyright to 2015Dwayne Boone2015-01-05
* Removed dead code (sync. connection establishment code)Benoit Foucher2014-11-27
* Fixed ICE-5486: added support for MessageSizeMax OA propertyBenoit Foucher2014-11-05
* Fixed ICE-5454: close acceptor on adapter deactivationBenoit Foucher2014-10-15
* Fixed invocation timeouts/interrupt issues, addded AsyncResult.cancel()Benoit Foucher2014-10-10
* Minor change to Udptransceiver to ensure proper tracing on failureDwayne Boone2014-09-23
* ICE-4891 some minor improvementsDwayne Boone2014-09-17