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-07-24Partial cleanup of `Internal.Cryptography.Helpers`. (#31228)Martin Baulig
2018-06-25NetFX compatibility fixes for X500DistinguishedName.Filip Navara
2018-05-03Port "Keep SSL error queue clean" to 2.1 (#29438)Paulo Janotti
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-16Avoid StringBuffer allocation in Interop.Kernel32.GetMessageStephen Toub
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
2018-01-14Cleanup CodeContracts annotations (#26324)Jan Kotas
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-19Bring SignedCms to CoreFxJeremy 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-17Increment versions post 2.0Eric St. John
2017-05-12Fix all failures in Security.Cryptography.Encoding.Tests on ILCAtsushi Kanamori
2017-05-10Remove unneeded Serializable attributes (#19577)Morgan Brown
2017-04-18Bulk updates of tests for AssertExtensions (#18491)Daniel Harvey
2017-04-10Updates how we define which key an assembly usesWes Haggard
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-09Merge pull request #15932 from sepidehMS/PlatformSpecificTestsSepideh Khoshnood
2017-02-08Prepare uap package (#15866)Jose Perez Rodriguez
2017-02-08Add comments to PlatformSpecific testssepidehMS
2017-02-07Remove versioned configuration from test projects (#15879)Tarek Mahmoud Sayed
2017-02-04Update Solution files to use windows path slashes.Wes Haggard
2017-02-03Sync BuildConfiguration with project PropertyGroupsEric St. John
2017-02-03Update all solution files using solution generation toolWes Haggard
2017-02-03Add ProjectGuids for all projects and empty configs for projects without Buil...Wes Haggard
2017-02-01Clean up desktop ConfigurationsEric St. John
2017-02-01Remove desktop config when in NETStandard.LibraryEric St. John
2017-02-01Updating VS ConfigurationsJose Perez Rodriguez
2017-02-01Adding missing Configurations for uapJose Perez Rodriguez
2017-01-31Sync PropertyGroups and BuildConfigurationsEric St. John
2017-01-24Removing netstandard configurations for things that are bellow netstandard (#...Jose Perez Rodriguez