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
2020-04-03[mono-2019-12] FileSystem.Unix.File.Move uses "rename" in more cases (#40611)...mono-2019-12monojenkins
2020-01-09[Sockets]Always reset internal SAEA completion when reattempting connection i...monojenkins
2020-01-09Add workaround for #17710. (#391)monojenkins
2019-12-31Merge pull request #384 from mono/mono-2019-12-fix-mono-gh-16778Alexis Christoforides
2019-12-31Fixes https://github.com/mono/mono/issues/18291Steve Pfister
2019-12-20Fix reflection test to work with splitted assembliesAlexander Köplinger
2019-12-17 Fix inefficient interop in OSX FileSystemWatcher (#34715)mono-2019-12-fix-mono-gh-16778Jan Kotas
2019-12-17Fix wrong behaviour when move multiple files out of watched folder on mac (#4...Jan Jahoda
2019-12-09Backport FixPathLength 255 PRSteve Pfister
2019-12-03Merge pull request #374 from baulig/work-17897Martin Baulig
2019-12-03[System.Net.Http]: Add workaround for mono/mono#17897.Martin Baulig
2019-11-09Merge pull request #370 from steveisok/backport-corefx-osx-hidden-filesAlexis Christoforides
2019-11-04[mono] fixup for c44efe7297f8e11cab157c7e96b998dc936d53b7 (#372)Bernhard Urban-Forster
2019-11-04[mono] limit DegreeOfParallelism to 16 (#369)Bernhard Urban-Forster
2019-10-31Wrong Interop.Stat.cs. Added the change thereSteve Pfister
2019-10-31Add UserFlags to the FileStatus struct on the cs sideSteve Pfister
2019-10-31Added UserFlags to FileStatus structSteve Pfister
2019-10-31Backport of https://github.com/dotnet/corefx/pull/34560Steve Pfister
2019-10-31Backport SqlCommand FixSteve Pfister
2019-10-29Merge pull request #367 from baulig/work-file-copy2Martin Baulig
2019-10-29Still check for futimens() result on desktop, remove unnecessary fstat() callsAlexander Köplinger
2019-10-29Put fchmod back to the top in SystemNative_CopyFile and only ignore when it f...Martin Baulig
2019-10-29Restore fchmod check in SystemNative_CopyFile and only ignore when it fails o...Steve Pfister
2019-10-28SystemNative_CopyFile(): move fchmod() call to top and add exception for Andr...Martin Baulig
2019-10-23Update GSS/NTLM-related sources (from .NET Core 3.0 and 2.2) (#362)Egor Bogatov
2019-10-14Modifies the RequestUri property on HttpRequestMessage to validate the same w...Steve Pfister
2019-10-10Clean up some tests and move to new Azure endpoint (#41603) (#360)Alexander Köplinger
2019-10-10Fix System.MissingMemberException (#359)Thays Grazia
2019-10-08Enable Color TypeConverter on mobile profiles (#356)Alexander Köplinger
2019-09-27Fix ReadOnlySequence.cs build with mcs (#354)Alexander Köplinger
2019-09-27Fix mcs build (#353)monojenkins
2019-09-26Reflect recent NS21 changes (#348)Egor Bogatov
2019-09-16Disable test NetworkStreamTest.ReadAsync_ContinuesOnCurrentSynchronizationCon...Martin Baulig
2019-09-12Add additional checks to support more platforms. (#344)Johan Lorensson
2019-09-12Merge pull request #345 from baulig/work-partial-nsEgor Bogatov
2019-09-12Make `NetworkStream` partial.Martin Baulig
2019-09-11Pull in fsw fix that fixes https://github.com/dotnet/corefx/issues/40888 (#343)Steve Pfister
2019-08-26Remove extraneous parenthesisAlexander Köplinger
2019-08-26Allow file:// uri's to be provided to HttpClient (#339)Steve Pfister
2019-08-23Disable DanglingSymlinkMove/Copy tests on TVOS (#336)Alexander Köplinger
2019-08-20Use the proper method for getting fully resolved temporary file paths (#332)Alexis Christoforides
2019-08-11Fix build break from #327Alexander Köplinger
2019-08-10Fix another bug in https://github.com/mono/mono/pull/16049 (#327)Alexis Christoforides
2019-08-09Fix use of Span.Slice(int start() introduced in https://github.com/mono/mono/...Alexis Christoforides
2019-08-09Guard against attempting to creating out-of-range spans in macOS File… (#317)Alexis Christoforides
2019-08-08Add dependency tracking for linker to EnumerableRewriter. Fixes https://githu...Marek Safar
2019-08-01FileSystem.Unix.cs: use "== null" instead of "is null" (#315)Alexander Köplinger
2019-08-01Merge pull request #314 from mono/fix-gh-14971Alexis Christoforides
2019-07-31Skip old time zones adjustments with offsets higher than 14h (#18305) (#30217...Maxim Lipnin
2019-07-30Allow copying/moving/replacing broken symlinksAlexis Christoforides