summaryrefslogtreecommitdiff
path: root/src/vm/corhost.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-03-27restrict memory limit by taking VM into consideration (#17177)Maoni Stephens1-8/+0
2018-03-26Only use FEATURE_PERFTRACING and FEATURE_EVENT_TRACE features when turned on ...Adam Stark1-0/+4
2018-03-21Add More Process Information to EventPipe Traces (#17080)Brian Robbins1-0/+5
2018-01-04Remove duplicate callback to AppDomainCreationFinished in profiler (#15691)Sung Yoon Whang1-26/+0
2017-12-28Recognize STA\MTA Attribute For Main Function (#15652)Anirudh Agnihotry1-14/+1
2017-11-14Remove out-of-use method and properties from appdomain (#15029)Zhukov Maxim1-2/+0
2017-10-18Improve thread statics performance (#14560)Jan Kotas1-65/+34
2017-10-11Delete !FEATURE_IMPLICIT_TLS (#14398)Jan Kotas1-48/+0
2017-10-06Delete dead code (#14365)Jan Kotas1-4/+0
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-2/+2
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-52/+3
2017-05-09Fix static analysis issues (#11466)Koundinya Veluri1-1/+1
2017-04-20[x86/Linux] Use CDECL as STDAPICALLTYPE (#10969)Jonghyun Park1-1/+1
2017-04-13Ensure Environment.ExitCode works correctly after app domain unloaded. (#10842)Jim Ma1-7/+34
2017-03-05Remove hosting methods that always return false (#9930)Austin Wise1-81/+1
2017-02-14Remove never defined FEATURE_RWLOCKdanmosemsft1-1/+0
2017-02-14Remove never defined FEATURE_INCLUDE_ALL_INTERFACESdanmosemsft1-653/+5
2017-02-12Remove remainder of FEATURE_CORECLR (tool missed some files, also comments)danmosemsft1-5/+5
2017-02-12Remove never defined FEATURE_COMINTEROP_WINRT_DESKTOP_HOSTdanmosemsft1-58/+0
2017-02-12Remove never defined FEATURE_APPX_BINDERdanmosemsft1-14/+0
2017-02-12Remove always defined FEATURE_VERSIONINGdanmosemsft1-2/+0
2017-02-10Missed part of file deletedanmosemsft1-1/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-3452/+5
2017-02-10Remove always undefined FEATURE_APTCAdanmosemsft1-93/+0
2017-02-06CAS Security cleanup (#9355)Jan Kotas1-8/+0
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-5/+5
2016-05-07Remove FEATURE_HOSTED_BINDER definition (#4838)Jan Vorlicek1-13/+5
2016-05-02Add ability to AutoStartProfiling for CoreCLR.Lubomir Litchev1-2/+8
2016-03-26Merge pull request #3896 from adityamandaleeka/configvalues4Aditya Mandaleeka1-5/+0
2016-03-25Add new configuration mechanism for CoreCLR.Aditya Mandaleeka1-5/+0
2016-03-24Delete legacy netcf compat support (final part)Jan Kotas1-35/+0
2016-03-23Remove special casing of platform assembliesJan Kotas1-35/+1
2016-02-19This Change Adds initial Support for LongFiles in the VM,Rama Krishnan Raghupathy1-4/+3
2016-02-01Fix Unix build breaksJan Kotas1-2/+1
2016-02-01Fix OACR errors for ProjectKdotnet-bot1-2/+3
2016-01-27Update license headersdotnet-bot1-4/+3
2015-12-01Fix regression on desktop introduce by #2164Jan Kotas1-1/+1
2015-11-25Make app shutdown wait for secondary threadsJan Vorlicek1-2/+2
2015-11-20Fix build breaks in legacy buildJan Kotas1-2/+2
2015-11-08Expose Environment.GetCommandLineArgs in mscorlibPallavi Taneja1-3/+56
2015-10-19Revert some changed files from an incorrectly merged commit.Aditya Mandaleeka1-0/+2
2015-10-15Changes to Test InfrastructureKoundinya Veluri1-2/+0
2015-10-08Add high level unhandled exception trapJan Vorlicek1-0/+2
2015-10-03Implement refactored Unix managed exception handlingJan Vorlicek1-2/+0
2015-09-08Fix missing uses of the INSTALL_MANAGED_EXCEPTION_DISPATCHERJan Vorlicek1-0/+2
2015-08-25Replace MAX_PATH with new defines in vm.Lakshmi Priya Sekar1-1/+1
2015-05-18Rollback error handling change in CorHost2::SetStartupFlagsJan Kotas1-1/+1
2015-04-30Fix new set of warningsJan Vorlicek1-1/+1
2015-04-24Implemented hardware exception chaining.Mike McLaughlin1-1/+3
2015-03-21Add host flag to disable transparency checks in CoreCLRJan Kotas1-0/+5