Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-18Moving the rest of Unix libraries to the 'overrider' mechanism when linked in...Vladimir Sadov
2020-11-19Fix illumos managed build (#44386)Adeel Mujahid
2020-10-01Add Environment.ProcessPath (#42768)Jan Kotas
2020-08-15Reverts https://github.com/dotnet/corefx/pull/37583 ("Use clonefile for CopyF...David Cantú
2020-07-08Update license headers (#38793)Stephen Toub
2020-05-12unify repeating codeKrzysztof Wicher
2020-04-11Add Socket(SocketSafeHandle) ctor (#34727)Stephen Toub
2020-02-19Convert System.Globalization unix calls to QCalls into coreclr (#32132)Santiago Fernandez Madero
2019-11-01 Use clonefile for CopyFile, if available (dotnet/corefx#37583)Filip Navara
2019-07-17Socket: improve cross-platform behavior on Dispose (dotnet/corefx#38804)Tom Deseyn
2019-06-22Revert "Socket: Linux: unblock synchronous socket operations on Dispose (dotn...David Shulman
2019-06-20Socket: Linux: unblock synchronous socket operations on Dispose (dotnet/coref...Tom Deseyn
2019-03-28Added support for UF_HIDDEN flag on macOS and FreeBSD (dotnet/corefx#29323) (...Dávid Kaya
2019-03-20Remove 2 phase 2 (dotnet/corefx#35936)Dan Moseley
2019-03-10Remove 2 suffix step 1 (dotnet/corefx#35904)Dan Moseley
2019-03-08Added UserFlags field, unblocks dotnet/corefx#34560 (dotnet/corefx#35851)Dávid Kaya
2019-01-31Fix several related inheritability bugs on Unix (dotnet/corefx#34967)Stephen Toub
2018-06-21C++ cleanups and native code formatting (dotnet/corefx#30495)kasper3
2018-06-12Delete some unused .cs files (dotnet/corefx#30251)Stephen Toub
2018-04-30Continue modifications for integration of System.Native to Mono. (dotnet/core...Ludovic Henry
2018-01-22Remove old stat struct (dotnet/corefx#26383)Dan Moseley
2018-01-15Add nanosecond granularity to Unix filesystem time reads (dotnet/corefx#26176)Dan Moseley
2017-12-05Environment.ProcessorCount: use runtime implementation via EnvironmentAugment...Tom Deseyn
2017-11-28readdir_r: align read buffer at dirent (dotnet/corefx#25518)Tom Deseyn
2017-11-25Eliminate dirent memcpy when using readdir. (dotnet/corefx#25407)Tom Deseyn
2017-11-16Start switching System.Native from C++ to C (dotnet/corefx#25032)Ludovic Henry
2017-04-20Fix UnixFileSystem.MoveFile on macOS when just changing file casingStephen Toub
2017-03-18socket, accept: set CLOEXEC on platforms that support it (dotnet/corefx#17228)Tom Deseyn
2016-11-19Add Lock/Unlock to Unix PAL (dotnet/corefx#13781)Ian Hays
2016-10-25Add missing System.IO.Pipes API members (dotnet/corefx#12769)Ian Hays
2016-07-29Merge from masterJose Perez Rodriguez
2016-07-28Changing dev workflow scripts to use the Run Command Tool (dotnet/corefx#10231)Mariana Rios Flores