summaryrefslogtreecommitdiff
path: root/csharp/src/IceDiscovery/PluginI.cs
Commit message (Collapse)AuthorAge
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Xamarin testsuiteJose2018-07-20
|
* 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-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
| |
* | CSharp cleanup and fixes:Jose2016-12-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add EditorBrowsable(EditorBrowsableState.Never) to hidde internal public methods from Intellisense, see ICE-7448. - Remove Base64 and replace it with .NET System.Convert see ICE-7477 - Remove SysLogger as that was only used by Mono - Simplify ThreadPriority setting - Remove using statements that are not required - Normalize string, char, object spell, preferred over String, Char, Object - Shorthen qualifier names avoiding redundant scopes.
* | Deprecate Communicator::stringToIdentity and identityToStringBernard Normier2016-07-27
|/
* Update Copyright year to 2016 in rc and cs filesJoe George2016-03-07
|
* Update copyright headersJoe George2016-03-01
|
* 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
* The communicator now catch exceptions raised by plugin initialize and raise ↵Benoit Foucher2015-06-17
| | | | PluginInitializationException instead
* py -> pythonMatthew Newhook2015-03-21
rb -> ruby objc -> objective-c cs -> csharp