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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-13Merged with dotnet/release/2.2.Martin Baulig
2018-04-30Correctly deserialize constructed octet and bit strings (#29389)Jeremy Barton
2018-04-14Remove unused TestHelper.AsReadOnlySpan (#29100)Ahson Khan
2018-04-13Collapse leftover AsSpan().Slice(...) into AsSpan(...) (#29078)Ahson Khan
2018-04-10Fix TODO to cleanup Tests by removing AsReadOnySpan/Memory and update callsit...Ahson Khan
2018-03-09Collapse AsSpan().Slice(...) into .AsSpan(...) (#27867)Tarek Mahmoud Sayed
2018-03-06Remove apis that duplicate implicit operators. (#27744)Atsushi Kanamori
2018-02-21Rename string-slicing extension methods (#27328)Atsushi Kanamori
2018-02-21Support for RFC 3161 cryptographic timestamps with RFC 5816 additionsJeremy Barton
2018-01-18Make AsnWriter IDisposableJeremy Barton
2017-12-21Convert uses of the Dangerous APIs to use MemoryMarshal.GetReference (#25936)Ahson Khan
2017-12-19Make GeneralizedTime correctly read down to the tickJeremy Barton
2017-12-14Create a serializer and deserializer for ASN.1 dataJeremy Barton
2017-12-09Create a Memory/Span-based ASN.1 reader and writer (#25296)Jeremy Barton
2017-11-16Harden DerSequenceReader against unsupported data.Jeremy Barton
2017-08-11Moving PlatformDetection to Corefx.Private.TestUtilities assembly (#23109)Tarek Mahmoud Sayed
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-06-28Convert Assert.Throws<ArgumentException> to AssertExtensions (#21491)Hugh Bellamy
2017-06-23Convert most Assert.Throws<ArgumentException> without param name to AssertExt...Hugh Bellamy
2017-05-12Fix all failures in Security.Cryptography.Encoding.Tests on ILCAtsushi Kanamori
2017-04-18Bulk updates of tests for AssertExtensions (#18491)Daniel Harvey
2017-03-11Merge remote-tracking branch 'dotnet/master' into master_to_applecryptoJeremy Barton
2017-03-02Initial implementation of X509Certificates, HttpClient, and SslStream for mac...Jeremy Barton
2017-02-18Remove dead string resources (#16284)Dan Moseley
2017-02-16Remove all .builds files under pkg/ref/src/tests library foldersWes Haggard
2017-02-12Cleanup netstandard ifdefs and conditions (#16072)Jan Kotas
2017-02-11Merge commit '5091856f5ec900505026f8296e8b2fd5f958796b' into dev/apple_cryptoJeremy Barton
2017-02-08Add comments to PlatformSpecific testssepidehMS
2017-02-07Remove versioned configuration from test projects (#15879)Tarek Mahmoud Sayed
2017-01-31Sync PropertyGroups and BuildConfigurationsEric St. John
2017-01-18Merge remote-tracking branch 'dotnet/master' into merge_neweng_masterJeremy Barton
2017-01-18Update project configuration and sln files (#15182)Karthik Rajasekaran
2017-01-11Automated update of ns1.7->ns2.0 and nca1.1->nca2.0Alex Perovich
2017-01-11Manual changes for ns2.0 renameAlex Perovich
2017-01-04Add Configurations.props files for test projects, include tests in build.proj...Eric Mellino
2016-12-22Make the Crypto.Encoding library work on macOS without OpenSSLJeremy Barton
2016-12-14Make Test projects compile against the Targeting pack. (1/3 of the work) (#14...Jose Perez Rodriguez
2016-11-11Moving part of System.Security.Permissions down to System.Runtime.Extensions ...Jose Perez Rodriguez
2016-11-10Move IO types into System.Runtime.Extensions (#13451)Jeremy Kuhne
2016-11-07Correctly encode the 0-subidentifier in DerEncoderJeremy Barton
2016-10-18Combine test dependencies into a common project.json.Karthik Rajasekaran
2016-10-18Update CoreClr, CoreFx to beta-24617-03, beta-24617-03, respectivelydotnet-bot
2016-10-15Update CoreClr, CoreFx, External to beta-24615-02, beta-24615-03, beta-24614-...dotnet-bot
2016-10-13Update CoreClr, CoreFx, External to beta-24613-02, beta-24613-01, beta-24613-...dotnet-bot
2016-10-12Update CoreClr, CoreFx to beta-24612-03, beta-24612-03, respectivelydotnet-bot
2016-10-11Update CoreClr, CoreFx to beta-24611-01, beta-24611-02 respectively (master)Stephen Toub
2016-10-08Update CoreClr, CoreFx to beta-24608-02, beta-24608-01, respectively (master)Stephen Toub
2016-10-08Revert "Merge branch 'dotnet-bot-master-UpdateDependencies'"Sedar Gokbulut
2016-10-07Update CoreClr, CoreFx, ProjectNTfs to beta-24607-02, beta-24607-03, beta-246...dotnet-bot
2016-10-06S.S.C.Algorithms and .Encoding ns2.0 misc additions (#12410)Steve Harter