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
2021-02-13Move corehost under src/native (#48071)Adeel Mujahid
2021-02-13Add hostfxr_get_dotnet_environment_info API (#48097)Mateo Torres-Ruiz
2021-02-04Add missing dlclose on error (#47487)Omair Majid
2021-01-30Fix copy-paste error in host_context_test.cpp (#47430)Omair Majid
2021-01-26added the exports (#47451)Vladimir Sadov
2021-01-22Export DotNetRuntimeInfo symbol from singlefile host (#47299)Vladimir Sadov
2021-01-22Linux: don't use deprecated sysctl (#45753)Tom Deseyn
2021-01-21Libraries shims build fixes (#47127)Jan Kotas
2021-01-15NameResolutionPal.Unix enabled async name resolution (#34633)Günther Foidl
2021-01-14Rewrite ARM64 IJW bootstrap thunk assembly. (#46933)Jeremy Koritzinsky
2021-01-13Publish hostfxr static library. (#46787)Sean Hall
2021-01-06Fix build errors using GCC 11 (#46334)Omair Majid
2020-12-18Moving the rest of Unix libraries to the 'overrider' mechanism when linked in...Vladimir Sadov
2020-12-09renaming `clrcompression` --> `System.IO.Compression.Native` (#45713)Vladimir Sadov
2020-12-08COM Host - Invalid compute of default value string length (#45728)Aaron Robinson
2020-12-07Static linking of native libs (#44505)Vladimir Sadov
2020-11-26Share unix getexepath() definition via src/native (#44999)Adeel Mujahid
2020-11-20Use multibyte character path for bundle_probe (#44466)Adeel Mujahid
2020-11-18Fix a comment in the bundle marker (#44874)Vitek Karas
2020-11-10Removing `g_hmodCoreCLR` and `g_hThisInst` (#43735)Vladimir Sadov
2020-11-05Fix illumos native build (#44251)Adeel Mujahid
2020-11-03Changing Windows_NT -> Windows for enabling TargetPlatformMoniker feature of...Anirudh Agnihotry
2020-11-02Slight cleanup in hostpolicy (#44157)Elinor Fung
2020-11-02Enable using the Ninja generator instead of Visual Studio on Windows builds. ...Jeremy Koritzinsky
2020-10-29Fix loading component when application was started with `dotnet` instead of a...Elinor Fung
2020-10-27Statically linking coreclr and clrjit in single file host (#43556)Vladimir Sadov
2020-10-17Port changes from dotnet/runtimelab (#43496)Jan Kotas
2020-10-15[mono] Include hostpolicy/hostfxr in mono desktop runtime packs (#42729)Egor Bogatov
2020-10-12Build globalization lib (#42166)Vladimir Sadov
2020-10-08Add initial support for Apple Silicon (#40435)Steve MacLean
2020-10-02Add single-file app's dir to NATIVE_DLL_SEARCH_DIRECTORIES (#42876)Mateo Torres-Ruiz
2020-10-01Add an option to keep native debug symbols (#39203)Omair Majid
2020-10-01Extract bundled files when IncludeAllContentForSelfExtract is set (#42435)Mateo Torres-Ruiz
2020-09-27Delete dead C/C++ code files (#42782)Adeel Mujahid
2020-09-25Re-enable support for using the system libunwind (#42689)Omair Majid
2020-09-23Fix singlefilehost build in non-portable mode (#42415)Omair Majid
2020-09-17Fix order of singlefilehost libarires passed to the linker (#42094)Omair Majid
2020-09-05SingleFile: Enable hammer servicing (#41847)Swaroop Sridhar
2020-08-28Do not add bundle deps file to APP_CONTEXT_DEPS_FILES on single-file apps (#4...Mateo Torres-Ruiz
2020-08-24map macOS compat 10.16 version to 11.0 (#41176)Tomas Weinfurt
2020-08-14Fix resolve_component_dependencies in single-file bundles (#40780)Vitek Karas
2020-08-04Minimum CMake downgrade for Linux (#39044)Jeremy Koritzinsky
2020-07-29Redirect DllImport of hostpolicy to the main executable when it's embedded (#...Vitek Karas
2020-07-29Fix parsing of embedded .clsidmap in comhost (#40022)Elinor Fung
2020-07-22Add runtimelab.yml for dotnet/runtimelab experiments CI and build infrastruct...Jose Perez Rodriguez
2020-07-17Linking native libraries into superhost (#38684)Vladimir Sadov
2020-07-16Interpret DOTNET_BUNDLE_EXTRACT_BASE_DIR without dir separator as relative pa...Mateo Torres-Ruiz
2020-07-09Fix remaining license headers (#38953)Stephen Toub
2020-07-08Update license headers (#38793)Stephen Toub
2020-06-29Host with coreclr linked in (#36847)Vladimir Sadov