summaryrefslogtreecommitdiff
path: root/cpp/src/IceDiscovery/PluginI.cpp
Commit message (Collapse)AuthorAge
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Update copyright year to 2018Jose2018-02-14
|
* Fixed ICE-8157 - ignore responses from old requests and removed duplicated ↵Benoit Foucher2017-06-27
| | | | proxies for replica groups
* Fixed ICE-7869 - IceGridGUI NPEBenoit Foucher2017-05-10
|
* 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
|
* 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
| |
* | UWP test controller and related fixesJose2016-12-22
| |
* | Move generateUUID to IceBernard Normier2016-08-01
| |
* | Deprecate Communicator::stringToIdentity and identityToStringBernard Normier2016-07-27
| |
* | Refactored SSL and iAP transports, support for running SSL on topBenoit Foucher2016-06-27
| | | | | | | | of TCP/iAP/Bluetooth.
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | C++11 mapping IceDiscovery plug-inJose2015-12-08
|/
* 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
|
* 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 discovery plugins to not block on initBenoit Foucher2015-02-06
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fix for ICE-5970: use smart pointer instead of raw pointer for the lookup objectBenoit Foucher2014-11-25
|
* Fixed copyright header on a bunch of filesDwayne Boone2014-11-05
|
* Fixed IceDiscovery and IceGridDiscovery to check for Ice.PreferIPv6Address ↵Benoit Foucher2014-10-27
| | | | to configure UDP
* ICE-4612: first cut of the IceGrid discovery plugin and APIsBenoit Foucher2014-07-10
|
* Fixed IceDiscovery test issue on CentOS 6.3Benoit Foucher2014-06-27
|
* Better collocation optimization, fix for ICE-5489, ICE-5484Benoit Foucher2014-06-27
|
* Added IceDiscovery service pluginBenoit Foucher2014-04-22