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
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
2019-07-22Log exceptions from asynchronously failing Expect: 100-continue sends (#37391)Stephen Toub
2019-07-16Merge pull request #311 from EgorBo/fix-httpresponse-ns21Steve Pfister
2019-07-16forgot HttpResponseMessageEgor Bogatov
2019-07-16Relfect ns2.1 changesEgor Bogatov
2019-07-10Merge pull request #309 from baulig/work-no-encryption-testSteve Pfister
2019-07-10Disable the entire ServerNoEncryptionTest test.Martin Baulig
2019-07-03Merge pull request #308 from steveisok/pathinternal-tweakSteve Pfister
2019-07-03Used ROS IsWhiteSpace insteadSteve Pfister
2019-07-03Fix the fsw check for just spaces in a file nameSteve Pfister
2019-07-02System.Numerics.Vectors: Remove reflection in GenericVectorTests (#306)Alexander Köplinger
2019-07-02Add Empty Path Check to the Start of FileSystemWatcher Notify Events (#305)Steve Pfister
2019-06-26Merge pull request #303 from MaximLipnin/fix_sql_connectionSteve Pfister
2019-06-26Fix the issue where SQL connection hangs with zero-connection timeoutMaxim Lipnin
2019-06-17Marks PropertyInfo as [Serializable] per https://github.com/mono/mono/issues/...Steve Pfister
2019-06-06Make `DateTimeFormatInfo` and `DateTimeParse` more linker friendly.Martin Baulig
2019-06-05Merge pull request #300 from baulig/work-backport-28129-testMartin Baulig
2019-06-05Remove the newly added test again.Martin Baulig
2019-06-05Merge pull request #297 from baulig/work-backport-38129Martin Baulig