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-03-10Add comments to baseline files for known differencesWes Haggard
2018-03-10Consolidate matching ref generated baseline filesWes Haggard
2018-03-10Baseline all reverse apicompat issuesWes Haggard
2018-03-08Update SLNs and projects to be in sync with configurationsEric St. John
2018-03-02Expose and roll out ValueTask extensibilityStephen Toub
2018-02-15Cleaning out dead code (#27150)Jeremy Kuhne
2018-01-19Merge pull request #26229 from ianhays/brotli_bIan Hays
2018-01-19Minor Brotli fixesIan Hays
2018-01-14Cleanup CodeContracts annotations (#26324)Jan Kotas
2017-12-24Merge pull request #25899 from ianhays/zipmiscIan Hays
2017-12-21Convert uses of the Dangerous APIs to use MemoryMarshal.GetReference (#25936)Ahson Khan
2017-12-14Fix GZip perf test location (#25907)Ian Hays
2017-12-14Expose ZipArchiveEntry.Crc32 and fix crc bugIan Hays
2017-12-14add Tests for crc32Stefan Nikolei
2017-12-14Add [CLSCompliant(false)] to Crc32Stefan Nikolei
2017-12-14Add Crc32 to refStefan Nikolei
2017-12-14Add Crc32 to ZipArchiveEntryStefan Nikolei
2017-12-13Consolidate common Compression tests and apply fixes (#25780)Ian Hays
2017-11-19Delete unnecessary SecurityTransparent annotationsJan Kotas
2017-11-19Delete unnecessary SecurityCritical and SecuritySafeCritical annotationsJan Kotas
2017-11-15File path is in IO exception messages (#25195)Stano Peťko
2017-11-03Mark applicable structs as readonlyStephen Toub
2017-10-27Make corefx exceptions serializable and add typeforwards (#24427)Viktor Hofer
2017-10-24Rename MemoryHandle PinnedPointer and add HasPointer property.ahsonkhan
2017-10-17Remove dead code from System.IO.Compression (#24674)Stano Peťko
2017-10-03Expose MemoryStream.Read/WriteAsync(Memory) from ref (#24397)Stephen Toub
2017-09-14Add uap configuration to System.IO.Compression.TestsStephen Toub
2017-09-14Override Deflate/GZipStream Read/WriteAsync(Memory)Stephen Toub
2017-08-31Grammar check - "a [a,e]" rule. (#23697)Brian Chavez
2017-08-29Update VS configurationsEric St. John
2017-08-29Remove NetFx support libsEric St. John
2017-08-25Override CopyTo in BufferedStream and GZipStream (#23493)James Ko
2017-08-04Override Read/Write(Span) on streams in System.IO.Compression (#22927)Stephen Toub
2017-08-03Expand Deflate64 WindowSize (#22874)Ian Hays
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-06-23Convert most Assert.Throws<ArgumentException> without param name to AssertExt...Hugh Bellamy
2017-06-15Merge pull request #21050 from Vedin/masterIan Hays
2017-06-14Enable UAP Remote Execution for all tests (#21014)Tarek Mahmoud Sayed
2017-06-14fix bugVedin
2017-05-25ISerializable cleanup (#20220)Morgan Brown
2017-05-17Merge pull request #19842 from ericstj/incrementVersionsGaurav Khanna
2017-05-17Scale back [Serializable] CoreFX types (#19742)Morgan Brown
2017-05-17Increment versions post 2.0Eric St. John
2017-05-09Fix System.IO.Compression test (#19509)Santiago Fernandez Madero
2017-05-02Fix Async DeflateStream tests for netfxIan Hays
2017-04-25Update project configurationsEric St. John
2017-04-25Replace netfx ifdefs in refs with IsPartialFacadeAssemblyEric St. John
2017-04-19Fix casing for Compression TestData package importIan Hays
2017-04-19Add ZipArchive test for full roundtrip ExternAttrIan Hays
2017-04-18Expose the ExternalAttributes field in ZipArchiveIan Hays