summaryrefslogtreecommitdiff
path: root/cpp/src/IceLocatorDiscovery/PluginI.cpp
Commit message (Collapse)AuthorAge
* Ignore null locator repliesJose2019-12-05
|
* Fixed IceLocatorDiscovery race condition, fixes #555Benoit Foucher2019-09-26
|
* 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.
* Update copyright year to 2018Jose2018-02-14
|
* Added tracing for IceLocatorDiscovery (ICE-8072)Benoit Foucher2018-02-14
|
* Removed dead code from IceLocatorDiscovery sourcesBenoit Foucher2017-08-28
|
* Remove excessive empty linesJoe George2017-06-07
|
* Minor IceLocatorDiscovery fix for consistencyBenoit Foucher2017-05-11
|
* Fixed ICE-7869 - IceGridGUI NPEBenoit Foucher2017-05-10
|
* Fixed IceDiscovery/IceLocatorDiscovery build failures on x64Benoit Foucher2017-05-10
|
* Fixed ICE-7849 - Removed IceDiscovery/IceLocatorDiscovery ice_getConnection ↵Benoit Foucher2017-05-10
| | | | call, added IceGrid/simple C++11 test
* Fixed ICE-6680 - WS transports are now provided by a separate IceWS pluginBenoit Foucher2017-04-27
|
* Fixed ICE-7801 - icegridadmin discovered locator not setBenoit Foucher2017-04-13
|
* ICE-7768: fixed C++11 Blobject APIBernard Normier2017-04-07
|
* Fixed ICE-7757 & ICE-7739 - IceLocatorDiscovery stops discovering locatorsBenoit Foucher2017-04-06
|
* Fixed ICE-7584 - discovery plugins now send multicast datagrams on all ↵Benoit Foucher2017-03-01
| | | | interfaces
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Moved UniquePtr to IceInternalBernard Normier2017-01-11
| | | | | | | | Removed ctor and assignment operator from UniquePtr
* | Refactored shared_from_this/enable_shared_from_thisBernard Normier2016-08-04
| |
* | Move generateUUID to IceBernard Normier2016-08-01
| |
* | Whitespace cleanup - tabs to spacesJoe George2016-06-29
| |
* | 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
| |
* | Remove C++14 usage and switch to -std=c++11Jose2016-01-12
| |
* | C++11 IceLocatorDiscovery fixesJose2015-12-31
| |
* | C++11 updates for IceLocatorDiscoveryJose2015-12-31
|/ | | | | - Fixes IceLocatorDiscovery to build with new C++11 mapping - Fixes to C++11 mapping for Bloject and ice_invoke async versions
* Revert "Fixed ICE-6707 - default interface for discovery is now ↵Benoit Foucher2015-08-14
| | | | | | Ice.Default.Host if it is set" This reverts commit 406e393f2be3a29830a7758e58e4e674afc5e21e.
* Fixed ICE-6707 - default interface for discovery is now Ice.Default.Host if ↵Benoit Foucher2015-08-13
| | | | it is set
* Fixed ICE-6671 - Added registration functions to explicitly register Ice pluginsBenoit Foucher2015-08-12
|
* Fixed IceDiscovery and collocation optimization issue which could cause ↵Benoit Foucher2015-06-22
| | | | indefinite hang if communicator was destroyed (ICE-6627)
* The communicator now catch exceptions raised by plugin initialize and raise ↵Benoit Foucher2015-06-17
| | | | PluginInitializationException instead
* ICE-6481 pragma comment when building static librariesBernard Normier2015-05-05
| | | | | | | | | | | | | | On windows with VS, pragma comment is now defined when building only when ICE_BUILDING_<component-name> is not defined. ICE_BUILDING_<component-name> is defined automatically when <component-name>_API_EXPORTS is defined. When building static Ice libraries on Windows, please define ICE_BUILDING_<component-name-being-built>. ICE_DECLSPEC_EXPORT and ICE_DECLSPEC_IMPORT are now defined all the time on Windows, and we define the various _API macros to /**/ when ICE_STATIC_LIBS is defined. Replaced various direct use of ICE_DECLSPEC_EXPORT/ICE_DECLSPEC_IMPORT by the correct _API macro.
* Fixed ICE-6362 : fixed IceLocatorDiscovery infinite retryBenoit Foucher2015-03-10
|
* Changes for brew, python PyPI packaging and ruby gem packaging.Matthew Newhook2015-02-18
|
* Fixed Ice discovery plugins to not block on initBenoit Foucher2015-02-06
|
* IceGridDiscovery is now IceLocatorDiscoveryBenoit Foucher2015-02-03