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
2017-04-25Replace netfx ifdefs in refs with IsPartialFacadeAssemblyEric St. John
2017-04-18Bulk updates of tests for AssertExtensions (#18491)Daniel Harvey
2017-04-15attribute setViktor Hofer
2017-04-12Add NETStandard.Library.NETFramework packageEric St. John
2017-04-12Update project build configurationsEric St. John
2017-04-12Add netfx configurations for libs in NETStandardEric St. John
2017-04-11Support Unix in System.Security.Cryptography.Csp (#18024)Steve Harter
2017-04-11Merge pull request #18165 from weshaggard/UpdateAssemblyKeysWes Haggard
2017-04-10Updates how we define which key an assembly usesWes Haggard
2017-04-10Improve negative alignment for asymmetric algs. (#18082)Jeremy Barton
2017-04-04Add enhanced overloads for RSA and DSA.CreateJeremy Barton
2017-04-02More PNSE messages/comments in Process and Crypto (#17672)Dan Moseley
2017-03-31Updating baseline files (#17703)Jose Perez Rodriguez
2017-03-28Remove some if !uap'sDan Moseley
2017-03-25Move Cryptography netcoreapp specific tests to netcoreapp files (#17463)Santiago Fernandez Madero
2017-03-11Merge remote-tracking branch 'dotnet/master' into master_to_applecryptoJeremy Barton
2017-03-10Enable Pinvoke checker and baseline violations (#16704)Dan Moseley
2017-03-10Add HashAlgorithmName overloads for Rfc2898DeriveBytes ctor (#16917)Jeremy Barton
2017-03-02Re-enable asymmetric key generation on macOS. (#16588)Jeremy Barton
2017-03-02Initial implementation of X509Certificates, HttpClient, and SslStream for mac...Jeremy Barton
2017-02-28initial plugging crypto-algorithms for signed xml (throws NewNotImplemented o...Krzysztof Wicher
2017-02-18Remove dead string resources (#16284)Dan Moseley
2017-02-17Fix several typos (#16264)Jon Hanna
2017-02-16Remove all .builds files under pkg/ref/src/tests library foldersWes Haggard
2017-02-13Marking code as unchecked (pt 7) (#16079)Dennis "D.C." Dietrich
2017-02-12Cleanup netstandard ifdefs and conditions (#16072)Jan Kotas
2017-02-11Merge commit '5091856f5ec900505026f8296e8b2fd5f958796b' into dev/apple_cryptoJeremy Barton
2017-02-11Marking code as unchecked (pt 6) (#16048)Dennis "D.C." Dietrich
2017-02-09Merge pull request #15932 from sepidehMS/PlatformSpecificTestsSepideh Khoshnood
2017-02-09Enable tests to compile with netstandard (#15956)Tarek Mahmoud Sayed
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-05Avoid unnecessary branches when fixing non-null/empty arrays (#15597)Justin Van Patten
2017-02-04Update Solution files to use windows path slashes.Wes Haggard
2017-02-03Sync BuildConfiguration with project PropertyGroupsEric St. John
2017-02-03Enable compiling the test projects against the configuration (#15743)Tarek Mahmoud Sayed
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
2017-01-20Adding missing Configurations.props for refs and fixing the existing ones (#1...Jose Perez Rodriguez
2017-01-19Remove packages from NETStandard.Library 1.6Eric 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-13Merge branch master into dev/engJose Perez Rodriguez