Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove unsafe code from IceInternal.Network class, Close #354 | Jose | 2019-06-21 |
| | |||
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Fixed .NET Core multicast support (fixes #29) | Benoit Foucher | 2018-07-19 |
| | |||
* | Fixed UDP multicast membership issue (ICE-8831) | Benoit Foucher | 2018-04-17 |
| | |||
* | Disabled Windows fast path loopback (ICE-8763) | Benoit Foucher | 2018-03-23 |
| | |||
* | Fix for .NET Core where SO_REUSEADDR isn't set on bound socket (ICE-8744) | Benoit Foucher | 2018-03-21 |
| | |||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Merge branch '3.7' of github.com:zeroc-ice/ice into 3.7 | Jose | 2018-02-08 |
|\ | |||
| * | Better fix for publishing loopback addresses when no other addresses are ↵ | Benoit Foucher | 2018-02-07 |
| | | | | | | | | available (ICE-8622) | ||
| * | Added loopback addresses to published endpoints if no other adresses are ↵ | Benoit Foucher | 2018-02-06 |
| | | | | | | | | available (ICE-8622) | ||
* | | Add .NET Core build support | Jose | 2017-11-29 |
|/ | |||
* | Remove excessive empty lines | Joe George | 2017-06-07 |
| | |||
* | Fixed ICE-7849 - Removed IceDiscovery/IceLocatorDiscovery ice_getConnection ↵ | Benoit Foucher | 2017-05-10 |
| | | | | call, added IceGrid/simple C++11 test | ||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-03-28 |
|\ | |||
| * | ICE-7483 - Rename OS X to macOS | Joe George | 2017-03-28 |
| | | |||
* | | Fixed ICE-7584 - discovery plugins now send multicast datagrams on all ↵ | Benoit Foucher | 2017-03-01 |
| | | | | | | | | interfaces | ||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\| | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
* | | Fixed multicast to also listen on link-locap IPv6 addressees | Benoit Foucher | 2017-01-23 |
| | | |||
* | | Fixed ICE-6708 - the UDP transport now join the multicast group on all ↵ | Benoit Foucher | 2017-01-20 |
| | | | | | | | | interfaces by default | ||
* | | CSharp cleanup and fixes: | Jose | 2016-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 leftovers | Jose | 2016-12-26 |
| | | |||
* | | CSharp mapping cleanup | Jose | 2016-05-11 |
|/ | | | | | - Remove code support for old ussuported frameworks (SILVERLIGHT, COMPACT, MONO) - Remove code support for deprecated collection mappings clr:collection | ||
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | ICE-6796 - Socket exception causes Unity hang | Mark Spruiell | 2015-09-08 |
| | |||
* | Fixed ICE-6499: set default interface for sending UDP multicast datagrams | Benoit Foucher | 2015-05-13 |
| | |||
* | py -> python | Matthew Newhook | 2015-03-21 |
rb -> ruby objc -> objective-c cs -> csharp |