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-22NameResolutionPal.Unix: fixed loss of address family information in async loo...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-10-26Fix RHEL7 socket dispose hang, and extend coverage (#43409)Anton Firszov
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-19Fixed Incorrectly named function arguments in TryGetPlatformSocketOption. (#3...AraHaan
2020-05-12unify repeating codeKrzysztof Wicher
2020-04-27fixes for Socket constructor from handle (#34986)Tomas Weinfurt
2020-04-14Port Native libraries to SunOS (#34867)Adeel Mujahid
2020-04-11Add Socket(SocketSafeHandle) ctor (#34727)Stephen Toub
2020-03-25Add Android build configurations for Mono/Libraries (#33881)Alexander Köplinger
2020-03-18Fix native components build for Android (#32800)Adeel Mujahid
2020-03-07Add Socket.Get/SetRawSocketOption (#33261)Stephen Toub
2020-02-11Build failed due to -Werror option (#32040)Kirill Frolov
2019-11-10fix sockets tests on FreeBSD (dotnet/corefx#42518)Tomas Weinfurt
2019-11-04GetHostAddresses returns all IPs for local host name on Linux (dotnet/corefx#...Marie Píchová
2019-10-28Add support to produce WebAssembly runtime assets (dotnet/corefx#42128)Santiago Fernandez Madero
2019-10-25Revert "Add support to produce WebAssembly runtime assets (dotnet/corefx#4177...Santiago Fernandez Madero
2019-10-25Add support to produce WebAssembly runtime assets (dotnet/corefx#41777)Santiago Fernandez Madero
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
2019-05-01handle EPROTOTYPE on OSX (dotnet/corefx#37208)Tomas Weinfurt
2018-11-13Fix some warnings, which are possibly being treated as errors in some builds....Jay Krell
2018-11-08Remove extraneous MSG_PEEK usageStephen Toub
2018-11-08filter out MSG_PEEK so it does not loop backTomas Weinfurt
2018-10-20Disable socket inheritance on Windows and macOS (dotnet/corefx#32903)Stephen Toub
2018-10-09Unix: fix UDP ReuseAddress with non .NET Core UDP clients (dotnet/corefx#32046)Tom Deseyn
2018-09-20use proper flags for sendmsg() on Unix (dotnet/corefx#32356)Tomas Weinfurt
2018-09-04Old Linux kernels might not support SO_REUSEPORT (dotnet/corefx#31187)Egor Bogatov
2018-08-17Initial Haiku support for CoreFX PAL (dotnet/corefx#31083)Calvin
2018-07-30Make CoreFX/Native be valid C++. (dotnet/corefx#31342)Jay Krell
2018-07-04use separate kevent() calls on FreeBSD for read and write event notifications...Tomas Weinfurt
2018-06-21C++ cleanups and native code formatting (dotnet/corefx#30495)kasper3
2018-06-18Remove multiplication in pal_networking.c (dotnet/corefx#30496)Stephen Toub
2018-06-12Add cross-platform support for keep-alive socket options (closes dotnet/coref...Luigi Berrettini
2018-06-09fix setting TTL on IPv6 socket on Unix (dotnet/corefx#30198)Tomas Weinfurt
2018-06-07AIX support for System.Native/PAL (dotnet/corefx#30012)Calvin
2018-05-25fix multicast ttl for IPv6 on Unix (dotnet/corefx#29895)Tomas Weinfurt
2018-04-30Continue modifications for integration of System.Native to Mono. (dotnet/core...Ludovic Henry
2018-04-10Enable native build with Clang 6.0 (dotnet/corefx#28919)kasper3
2018-03-22Lookup interface index when IN_PKTINFO isn't available (dotnet/corefx#27692)kasper3
2018-03-04Remove ignore pragma for cast-align (dotnet/corefx#27693)kasper3
2018-02-21make sure socket is blocking after accept() on macOS and BSD (dotnet/corefx#2...Tomas Weinfurt
2018-02-16remove castMarco Rossignoli