summaryrefslogtreecommitdiff
path: root/src/dlls/mscoree/unixinterface.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-10-15[Tizen] Add coreclr_preload_assembly to CoreCLR host APItizen_5.5.m2_releasesubmit/tizen_5.5_mobile_hotfix/20201026.185106submit/tizen_5.5/20191031.000006submit/tizen/20191014.221258accepted/tizen/unified/20191015.012049accepted/tizen/5.5/unified/mobile/hotfix/20201027.061818accepted/tizen/5.5/unified/20191031.004944Konstantin Baladurin1-2/+40
2019-03-02Revert "Revert "Improve coreclrhost.h header" (#22955)" (#22973)Jarret Shook1-4/+4
2019-03-02Revert "Improve coreclrhost.h header" (#22955)Jarret Shook1-4/+4
2019-03-01Merge pull request #22801 from janvorli/improve-coreclrhost-headerJan Vorlicek1-4/+4
2019-02-26GCC compatibility fixes #7 (#22810)Sinan Kaya1-1/+1
2019-02-25Use function pointer term in the coreclr_create_delegate docJan Vorlicek1-2/+2
2019-02-22Improve coreclrhost.h headerJan Vorlicek1-2/+2
2019-02-09Set visibility option to hidden (#21924)Adeel Mujahid1-0/+5
2017-04-13Ensure Environment.ExitCode works correctly after app domain unloaded. (#10842)Jim Ma1-5/+36
2016-11-02Suppress SOS.NETCore.dll error msg in release mode (#6975)chunseoklee1-11/+12
2016-10-01Initial support of local variables and method arguments in GDB JIT interface ...Evgeny Pavlov1-1/+2
2016-08-19Create SOS SymbolReader managed project and change SOS to use it. (#6783)Mike McLaughlin1-2/+2
2016-07-22Set hr to S_OK instead of returning S_OKEvgeny Pavlov1-1/+1
2016-07-22Fix ildasm fail due missing GetInfoForMethod managed methodEvgeny Pavlov1-0/+1
2016-07-22Fix after review:Evgeny Pavlov1-1/+6
2016-07-22Create coreclr delegate inside coreclr_initializeEvgeny Pavlov1-1/+19
2016-06-03Limit exports on debugger modules. (#5442)Mike McLaughlin1-86/+0
2016-05-11Change hosting API string encoding to UTF-8 on Windows (#4894)Jan Vorlicek1-2/+2
2016-04-28Load JIT from a custom locationGaurav Khanna1-0/+10
2016-03-25Add new configuration mechanism for CoreCLR.Aditya Mandaleeka1-70/+40
2016-01-27Update license headersdotnet-bot1-4/+3
2015-12-14PAL Module/shutdown cleanup.Mike McLaughlin1-3/+5
2015-12-02Fix perf issue when concurrent GC is enabled by defaultKoundinya Veluri1-1/+2
2015-11-25Merge pull request #2167 from steveharter/StdArgJan Vorlicek1-1/+1
2015-11-25Fix unicode input on the command lineSteve Harter1-1/+1
2015-11-24Don't enable Concurrent GC on Unix by defaultSergiy Kuryata1-2/+1
2015-11-13Allow setting some startup flags outside WindowsKoundinya Veluri1-10/+93
2015-07-27Expose Unix hosting API on WindowsBen Pye1-3/+8
2015-07-16Extend the Unix hosting APIJan Vorlicek1-38/+177
2015-06-24Fixed the PAL_Initialize* order problem.Mike McLaughlin1-1/+1
2015-05-29Fix exitCode from ExecuteAssemblystephentoub1-1/+5
2015-03-21Add host flag to disable transparency checks in CoreCLRJan Kotas1-1/+2
2015-03-10Add custom entry point support.Matt Ellis1-4/+37
2015-03-02Delete host authentication enforcementJan Kotas1-3/+0
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+197