Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-04Revert async nameresolution on Unix (#48666)Günther Foidl
2021-01-15NameResolutionPal.Unix enabled async name resolution (#34633)Günther Foidl
2020-10-26Add cancellable and AddressFamily-specific name resolution. (#33420)Cory Nelson
2020-07-08Update license headers (#38793)Stephen Toub
2020-05-19Try using socket syscalls that accepts a single buffer to improve performance...Tom Deseyn
2020-05-12unify repeating codeKrzysztof Wicher
2020-04-27fixes for Socket constructor from handle (#34986)Tomas Weinfurt
2020-04-11Add Socket(SocketSafeHandle) ctor (#34727)Stephen Toub
2020-03-07Add Socket.Get/SetRawSocketOption (#33261)Stephen Toub
2020-02-19Convert System.Globalization unix calls to QCalls into coreclr (#32132)Santiago Fernandez Madero
2019-11-04GetHostAddresses returns all IPs for local host name on Linux (dotnet/corefx#...Marie Píchová
2019-08-10followup on SocketAddress validation (dotnet/corefx#40165)Tomas Weinfurt
2019-07-17Socket: improve cross-platform behavior on Dispose (dotnet/corefx#38804)Tom Deseyn
2019-06-22Revert "Socket: Linux: unblock synchronous socket operations on Dispose (dotn...David Shulman
2019-06-20Socket: Linux: unblock synchronous socket operations on Dispose (dotnet/coref...Tom Deseyn
2019-06-16Allow interface names in IPv6 link-local addresses (dotnet/corefx#35278)Egor Bogatov
2019-05-22initial support for new network protocols (dotnet/corefx#37315)Tomas Weinfurt
2018-10-22Fix compilation errors on FreeBSD 11.2 with clang6.0 (dotnet/corefx#32952)Jeremy Barton
2018-06-21C++ cleanups and native code formatting (dotnet/corefx#30495)kasper3
2018-06-12Add cross-platform support for keep-alive socket options (closes dotnet/coref...Luigi Berrettini
2018-04-30Continue modifications for integration of System.Native to Mono. (dotnet/core...Ludovic Henry
2018-02-16remove castMarco Rossignoli
2018-02-16cleanMarco Rossignoli
2018-02-13clean GetHostByAddr unixMarco Rossignoli
2018-02-13clean GetHostByAddr unixUbuntu
2018-02-09clean unixUbuntu
2017-12-02Add basic Socket.IOControl implementation on Unix (dotnet/corefx#25579)Stephen Toub
2017-11-16Start switching System.Native from C++ to C (dotnet/corefx#25032)Ludovic Henry
2017-11-15Improve SO_REUSE{ADDR,PORT} xplat behavior for TCP (dotnet/corefx#24809)Tom Deseyn
2017-04-18Clean up after changesStephen Toub
2017-03-16Implement Socket.DontFragment on UnixStephen Toub
2016-12-02implement Socket.SendFileStephen Toub
2016-09-27Rework ExclusiveAddressUse and ReuseAddress on non-Windows platforms (dotnet/...Eric Eilebrecht
2016-07-28Changing dev workflow scripts to use the Run Command Tool (dotnet/corefx#10231)Mariana Rios Flores