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-01-06Move Corelib shared files under Common (#1307)Jan Kotas
2019-12-18simplify SslStream.AuthenticateAs*Async() (#453)Tomas Weinfurt
2019-12-14Removing "netcoreapp" and "netfx" TargetGroup (#457)Anirudh Agnihotry
2019-11-14Fix test build of test project that referenced corefx shared corelib directly...Santiago Fernandez Madero
2019-11-14Fix CodeAnalysis.ruleset path (#35)Viktor Hofer
2019-11-13Update CoreLib path for consolidation (dotnet/corefx#42577)Viktor Hofer
2019-10-17Remove UAP target (dotnet/corefx#41759)Viktor Hofer
2019-10-10Change some internal async Task methods to be async ValueTask (dotnet/corefx#...Stephen Toub
2019-09-09Remove ProjectGUIDs from project files and Project and Name attributes from P...Viktor Hofer
2019-08-12Enable StyleCop rules 1205, 1411, 1026, and 1000 (dotnet/corefx#40254)Stephen Toub
2019-08-08Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank ...Stephen Toub
2019-04-30Plumb cancellation through SslStream.AuthenticateAsXxAsync (dotnet/corefx#37259)Stephen Toub
2019-04-05Negotiated ciphersuite (dotnet/corefx#35029)Krzysztof Wicher
2019-03-18Unlock SslStream for writes after failed write (dotnet/corefx#36106)Stephen Toub
2019-03-17Flatten SslStream by removing SslStreamInternal SslState (dotnet/corefx#35109)Tim Seaward
2019-03-14Tweak SslApplicationProtocol (dotnet/corefx#36021)Stephen Toub
2019-03-03Project msbuild syntax cleanup (dotnet/corefx#35686)Viktor Hofer
2018-12-06Consume Microsoft.DotNet.CoreFxTesting package (dotnet/corefx#33423)Viktor Hofer
2018-06-29Change .csproj to new Configurations propertyEric Erhardt
2018-06-12Merge master into SdkProjEric Erhardt
2018-06-03Improved code coverage for System.Net.Security (dotnet/corefx#30082)MaxMommersteeg
2018-05-21Convert all .csproj files in src to SDK-style projectswtgodbe
2018-03-31Stop blocking explicit opt-in to Ssl2/3 in SslStream and HttpClient (dotnet/c...Stephen Toub
2018-03-31SslStream mutates state of options (dotnet/corefx#28666)Krzysztof Wicher
2018-03-16Avoid mutating SslClientAuthenticationOptions in SslStateStephen Toub
2018-03-02Expose and roll out ValueTask extensibilityStephen Toub
2018-03-01fix NetEventSource.Security.cs build issueGeoff Kizer
2018-01-08Use AllowRenegotiation with default true.Lakshmi Priya Sekar
2018-01-06Rename AllowRenegotiation to DisableRenegotiation.Lakshmi Priya Sekar
2018-01-02Increase code coverage for System.Net.Security (dotnet/corefx#26044)the-dwyer
2017-12-21Convert uses of the Dangerous APIs to use MemoryMarshal.GetReference (dotnet/...Ahson Khan
2017-11-29SSLStream - Make read side async, and remove a bunch of allocations (dotnet/c...Tim Seaward
2017-11-23SslApplicationProtocol: Use the copied byte array (dotnet/corefx#25444)Justin Van Patten
2017-11-12Revert "Implement cancellation token for SslStream new AuthenticateAs*Async m...Stephen Toub
2017-11-01Implement cancellation policy for sslstream.Lakshmi Priya Sekar
2017-10-14Fix test.Lakshmi Priya Sekar
2017-10-13Respond to PR feedback.Lakshmi Priya Sekar
2017-10-07Add more testcases.Lakshmi Priya Sekar
2017-10-07OSX implementation for alpn.Lakshmi Priya Sekar
2017-10-07Add alpn support on Linux.Lakshmi Priya Sekar
2017-10-05SSLStream : Add WriteAsync overloads (dotnet/corefx#24295)Tim Seaward
2017-08-30Remove pinnable buffer from SslStream (dotnet/corefx#23572)Tim Seaward
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (dotnet/corefx#21799)Hugh Bellamy
2017-06-21Enabling System.Net.Security tests and fixing/disabling tests that currently ...Cristian Pop
2017-05-31Fix all failures in System.Net.Security.Unit tests on ILCAtsushi Kanamori
2017-05-25Remove help VS commentsEric St. John
2017-05-12Increased code coverage for System.Net.Security to 66.6% (dotnet/corefx#19664)Vladyslav
2017-03-14Delete dead "shim" code from System.NetStephen Toub
2017-01-18Update project configuration and sln files (dotnet/corefx#15182)Karthik Rajasekaran
2017-01-11Automated update of ns1.7->ns2.0 and nca1.1->nca2.0Alex Perovich