summaryrefslogtreecommitdiff
path: root/csharp/src/Ice/Network.cs
Commit message (Collapse)AuthorAge
* Remove unsafe code from IceInternal.Network class, Close #354Jose2019-06-21
|
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Fixed .NET Core multicast support (fixes #29)Benoit Foucher2018-07-19
|
* Fixed UDP multicast membership issue (ICE-8831)Benoit Foucher2018-04-17
|
* Disabled Windows fast path loopback (ICE-8763)Benoit Foucher2018-03-23
|
* Fix for .NET Core where SO_REUSEADDR isn't set on bound socket (ICE-8744)Benoit Foucher2018-03-21
|
* Update copyright year to 2018Jose2018-02-14
|
* Merge branch '3.7' of github.com:zeroc-ice/ice into 3.7Jose2018-02-08
|\
| * Better fix for publishing loopback addresses when no other addresses are ↵Benoit Foucher2018-02-07
| | | | | | | | available (ICE-8622)
| * Added loopback addresses to published endpoints if no other adresses are ↵Benoit Foucher2018-02-06
| | | | | | | | available (ICE-8622)
* | Add .NET Core build supportJose2017-11-29
|/
* Remove excessive empty linesJoe George2017-06-07
|
* Fixed ICE-7849 - Removed IceDiscovery/IceLocatorDiscovery ice_getConnection ↵Benoit Foucher2017-05-10
| | | | call, added IceGrid/simple C++11 test
* Merge remote-tracking branch 'origin/3.6'Joe George2017-03-28
|\
| * ICE-7483 - Rename OS X to macOSJoe George2017-03-28
| |
* | 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
| |
* | Fixed multicast to also listen on link-locap IPv6 addresseesBenoit Foucher2017-01-23
| |
* | Fixed ICE-6708 - the UDP transport now join the multicast group on all ↵Benoit Foucher2017-01-20
| | | | | | | | interfaces by default
* | 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.
* | Fixed (ICE-7443) - Remove mono leftoversJose2016-12-26
| |
* | CSharp mapping cleanupJose2016-05-11
|/ | | | | - Remove code support for old ussuported frameworks (SILVERLIGHT, COMPACT, MONO) - Remove code support for deprecated collection mappings clr:collection
* Update copyright headersJoe George2016-03-01
|
* ICE-6796 - Socket exception causes Unity hangMark Spruiell2015-09-08
|
* Fixed ICE-6499: set default interface for sending UDP multicast datagramsBenoit Foucher2015-05-13
|
* py -> pythonMatthew Newhook2015-03-21
rb -> ruby objc -> objective-c cs -> csharp