summaryrefslogtreecommitdiff
path: root/csharp/src/Ice/StreamSocket.cs
Commit message (Collapse)AuthorAge
* Fix C# TPC endpoint source address usage - Close #783 (#812)Jose2020-04-21
|
* 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
|
* Add .NET Core build supportJose2017-11-29
|
* 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.
* | 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
* Fix to no longer close the socket on fdToString failure, the caller is now ↵Benoit Foucher2016-04-27
| | | | closing the socket if necessary
* Update copyright headersJoe George2016-03-01
|
* Fixed ICE-6868 - C# fix to release memory held by transports soonerBenoit Foucher2015-10-29
|
* Fixed ICE-6695 - ensure buffers are not cleared too early for WS/SSL transportsBenoit Foucher2015-08-11
|
* py -> pythonMatthew Newhook2015-03-21
rb -> ruby objc -> objective-c cs -> csharp