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
2020-10-10[release/5.0] Update dependencies from dotnet/arcade (#43185)dotnet-maestro[bot]
2020-09-25Fix System.Net.Sockets telemetry (#42726)v5.0.0-rc.2.20475.5Miha Zupan
2020-09-11[release/5.0-rc2] Backport Browser Unsupported Attribute Changes Properly (#4...Mitchell Hwang
2020-09-10[release/5.0-rc2] Fixes to nullable reference type annotations (#41845)github-actions[bot]
2020-09-08[release/5.0-rc2] SafeSocketHandle: avoid potential blocking of finalizer thr...github-actions[bot]
2020-09-08[release/5.0-rc2] Restore exception compatibility in TcpListener.EndAccept***...github-actions[bot]
2020-09-02Remove System.Net.Connections and related features (#41648) (#41726)Geoff Kizer
2020-08-17Add NetworkError.TimedOut, rename Unknown to Other (#40841)Anton Firszov
2020-08-17Renamed EventSources "Microsoft-"->"Private.InternalDiagnostics.".Marie Píchová
2020-08-17implement ConnectAsync overloads with CancellationToken on Socket and TcpClie...Geoff Kizer
2020-08-14Replace SocketsHttpConnectionFactory with SocketsConnectionFactory (#40506)Anton Firszov
2020-08-07add NetworkException (#40344)Geoff Kizer
2020-08-06map TcpListener APM methods to Task-based methods (#40476)Geoff Kizer
2020-08-05Mark existing Windows-specific APIs without a version number, fixes #40095 (#...Adam Sitnik
2020-08-05Rename MinimumOSPlatformAttribute and RemovedInOSPlatformAttribute (#40371)Adam Sitnik
2020-08-05Unix: throw PNSE from BeginAccept/EndAccept that attempts to receive a buffer...Anton Firszov
2020-08-04Fix attribute differences in between refs and implementations (#40185)Santiago Fernandez Madero
2020-08-03fix ReceiveMessageFromPacketInfo in DualMode ReceiveMessageFromAsync (#39249)Tomas Weinfurt
2020-07-30Telemetry doesn't log datagrams failed in send/receive (#40083)Alexander Nikolaev
2020-07-28System.Net.Sockets telemetry counters (#39708)Alexander Nikolaev
2020-07-23Remove depprojs in favor of PackageReferences (#35606)Viktor Hofer
2020-07-20Unify resource strings used for Browser PNSE (#39637)Alexander Köplinger
2020-07-17mark Windows-specific APIs as such (#39265)Adam Sitnik
2020-07-16Sprinkle SuppressGCTransition across Unix shim P/Invokes (#39206)Stephen Toub
2020-07-15Add PlatformNotSupportedException for Browser version of System.Net.Sockets (...Marek Safar
2020-07-14Delete APM fallback from Socket task operations (#39248)Stephen Toub
2020-07-14Socket's connect operations tracing (#38620)Alexander Nikolaev
2020-07-10Delete NetEventSource.Enter/Exit events (#38874)Stephen Toub
2020-07-10Add and use Environment.ProcessId (#38908)Stephen Toub
2020-07-09Trim NetEventSource when EventSource.IsSupported is false (#38828)Eric Erhardt
2020-07-09extend existing test that validates the sent and received bytes with a usage ...Adam Sitnik
2020-07-08Update license headers (#38793)Stephen Toub
2020-07-08Make browser peer for windows_nt and unix (#37944)Anirudh Agnihotry
2020-07-07Tweak BufferPtrSendOperation to address argument confusion (#38868)Stephen Toub
2020-06-30Disable P/Invoke analyzer (#38550)Stephen Toub
2020-06-26Fix CA1805 for unnecessary initialization of fields (#38410)Stephen Toub
2020-06-24Delete dead TRACE_VERBOSE code from System.Net.* (#38343)Stephen Toub
2020-06-19Move epoll event handling to a non-inlined method (#37138)Anton Firszov
2020-06-17Fix build break in System.Net.Sockets (#38006)Stephen Toub
2020-06-17Unix: add mode to inline Socket continuations (#37974)Tom Deseyn
2020-06-12Socket.Unix: stackalloc IoVector/GCHandle for multi-buffer send/receives. (#3...Tom Deseyn
2020-06-11Remove SocketAsyncEngine.Token (#36339)Tom Deseyn
2020-06-11[libraries] Extend PlatformDetection.IsOSX to include all Apple OS (#37707)Mitchell Hwang
2020-06-09SocketAsyncContext.Unix: remove Lock from IsReady (#36705)Tom Deseyn
2020-06-09Use ConditionalFact/Theory for skipping RemoteExecutor on unsupported platfor...Alexander Köplinger
2020-06-09Use [MemberNotNull] to reduce use of `= null!;` (#37490)Stephen Toub
2020-06-07Add ValueTask.factory members (#37507)Stephen Toub
2020-06-05Add non-generic TaskCompletionSource (#37452)Stephen Toub
2020-05-27rearrange tfms for intellisense (#37027)Anirudh Agnihotry
2020-05-26Avoid additional casts in SocketAsyncContext (#36997)Ben Adams