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-21WIP: Enable TimesIncludeMillisecondPart on selected filesystems only (#28242)Jan Kotas
2018-03-21Use FileSystemName in FileSystemWatcher (#28220)Jeremy Kuhne
2018-03-18RefApiCompat for isolatedStorage (#28120)Anirudh Agnihotry
2018-03-17Use Win32Marshal from CoreLib shared code (#28161)Jeremy Kuhne
2018-03-17Check for name surrogates when deleting reparse points (#28124)Jeremy Kuhne
2018-03-15Fixing NonBreakingSpace test on OSX using FSAssert (#28094)Anirudh Agnihotry
2018-03-13Fix unbounded stackalloc in System.IO.FileSystem (#28004)Jan Kotas
2018-03-12Merge pull request #27881 from weshaggard/ReverseApiCompatWes Haggard
2018-03-12More FileSystem tests (#27955)Jeremy Kuhne
2018-03-11Add more alternate data stream tests (#27945)Jeremy Kuhne
2018-03-11Start adding alternate data stream tests (#27931)Jeremy Kuhne
2018-03-10Test changes for System.IO.FileSystem (#27923)Jeremy Kuhne
2018-03-10Consolidate matching ref generated baseline filesWes Haggard
2018-03-10Baseline all reverse apicompat issuesWes Haggard
2018-03-08WhiteSpace and PrefixParent subdirectory names throw exception (#27810)Anirudh Agnihotry
2018-03-08Test for enumerateDirectories NonBreaking space (#27762)Anirudh Agnihotry
2018-03-08Dial back `\\?\ ` insertion (#27827)Jeremy Kuhne
2018-03-07Support trimmed paths in FileInfo (#27809)Jeremy Kuhne
2018-03-05enable failing tests due to paths (#27681)Anirudh Agnihotry
2018-03-05Cleanup one last StringBuilderCache usage in System.IO.FileSystem (#27720)Jan Kotas
2018-03-02Expose and roll out ValueTask extensibilityStephen Toub
2018-03-01Remove span helpers, use mirrored PathInternal helper (#27585)Jeremy Kuhne
2018-03-01Stop FileSystem WriteAsync test from writing too much data to disk (#27387)William Godbe
2018-03-01Logging for TimesIncludeMillisecondPart test and reenable for Linux (#27559)Dan Moseley
2018-02-28Fix a bug in TranslateWin32Expression (#27539)Jeremy Kuhne
2018-02-28Disable failing System.IO testsStephen Toub
2018-02-23Make File.Move copy when the file system doesn't support link (#27371)Stephen Toub
2018-02-22Update tests for Path changes (#27348)Jeremy Kuhne
2018-02-22Make final API review changes to file enumeration (#27318)Jeremy Kuhne
2018-02-21Rename string-slicing extension methods (#27328)Atsushi Kanamori
2018-02-20Replace ValueStringBuilder.set_Length with indexer (#27274)Jan Kotas
2018-02-20Disabling CanRecurseFromRoot test, again (#27276)Stephen Toub
2018-02-20Handle errors getting state in Unix (#27239)Jeremy Kuhne
2018-02-20Update root dir enum test (#27254)Jeremy Kuhne
2018-02-19Disable CanRecurseFromRoot test (#27252)Stephen Toub
2018-02-17Fix enumerating the root directory. (#27223)Jeremy Kuhne
2018-02-16Use NtCreateFile on Win32 (#27195)Jeremy Kuhne
2018-02-16Remove FileSystem unused common files (#27184)Jeremy Kuhne
2018-02-16Change RootDirectory properties to span (#27134)Jeremy Kuhne
2018-02-15Current directory code duplicates Environment (#27153)Jeremy Kuhne
2018-02-15Cleaning out dead code (#27150)Jeremy Kuhne
2018-02-15Adding test to verify FileStream.Dispose() ignores IO Related Exception in fi...Maryam Ariyan
2018-02-15Add some pattern transformation tests (#27133)Jeremy Kuhne
2018-02-14API tweaks to match latest updates to spec (#27102)Jeremy Kuhne
2018-02-13Clear initlocals in a bunch of assemblies (#26993)Stephen Toub
2018-02-13Switch from using SafeHandle for Unix enumeration (#27052)Jeremy Kuhne
2018-02-11Fix *Info classes for Unix when opened on root (#27024)Jeremy Kuhne
2018-02-10Add FileStream tests for custom OwnedMemory with Read/WriteAsync (#26931)Stephen Toub
2018-02-10Fix Unix enumeration (#27019)Jeremy Kuhne
2018-02-09Make Unix filename conversion lazy (#26978)Jeremy Kuhne