summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/AppDomain.cs
AgeCommit message (Expand)AuthorFilesLines
2018-05-08Rename mscorlib to System.Private.Corelib (#17926)Maryam Ariyan1-698/+0
2018-01-05Cleanup AppDomain (#15748)Justin Van Patten1-237/+84
2017-12-29Replace a few for loops with foreach to avoid loop cloning (#15668)mikedn1-37/+8
2017-11-21Move ArraySegment and a few other files to shared CoreLib partition (#15158)Jan Kotas1-1/+1
2017-11-19Delete FriendAccessAllowedAttribute and associated dead code (#15101)Jan Kotas1-2/+0
2017-11-18Delete unnecesary SuppressUnmanagedCodeSecurity annotations (#15102)Jan Kotas1-3/+0
2017-09-26Replace Contract.Assumes and Contract.Assert with Debug.Assert/Debug.Fail (#1...Dan Moseley1-7/+1
2017-09-22Remove ResId class (#14135)Dan Moseley1-1/+1
2017-09-07Spelling and grammar corrections - A through L (#13683)Brian Chavez1-1/+1
2017-09-01Share four exception types (#13492)Dan Moseley1-1/+1
2017-08-30Spelling and grammar corrections - M through Z (#13698)Brian Chavez1-1/+1
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-295/+2
2017-05-11Removes unneeded Serializable attributes from enums and delegates. They can b...Morgan Brown1-1/+0
2017-05-10Allow multiple SetData calls on AppDomain (#11496)Alex Ghiondea1-41/+6
2017-05-06Delete dead code (#11431)Jan Kotas1-122/+0
2017-04-28Correctly enumerate loaded assemblies in AppDomain (#11294)Gaurav Khanna1-0/+8
2017-03-31NS2.0 Inject more missing types into CoreRT by sharing them. (#10613)Atsushi Kanamori1-57/+0
2017-03-22Switch coreclr corelib to use resx (#10372)Alex Perovich1-18/+18
2017-03-21Revert "Switch coreclr corelib to use resx (#10268)"Jan Kotas1-18/+18
2017-03-21Switch coreclr corelib to use resx (#10268)Alex Perovich1-18/+18
2017-03-05Delete IsNonW8PFrameworkAPI checks (#9964)Jan Kotas1-21/+1
2017-02-23Run codeformatter on S.P.CoreLib sourcesAlex Perovich1-161/+187
2017-02-14Remove never defined FEATURE_REFLECTION_ONLY_LOADdanmosemsft1-50/+0
2017-02-10Use DynamicSecurityMethod attribute to mark methods with StackCrawlMarkJan Kotas1-1/+0
2017-02-10Remove CER metadata (#9487)Dan Moseley1-2/+0
2017-02-07Remove more CAS (#9390)Dan Moseley1-1/+0
2017-02-06Delete remaining security transparency annotationsJan Kotas1-2/+0
2017-02-06Delete ComVisible attributesJan Kotas1-5/+0
2017-02-06CAS Security cleanup (#9355)Jan Kotas1-27/+11
2017-02-04Remove stripped code (#9269)Dan Moseley1-118/+2
2017-02-02Delete remaining legacy ComInterfaces (#9270)Jan Kotas1-5/+1
2017-01-23Disable and remove FEATURE_APPDOMAIN_RESOURCE_MONITORING. This is a behavior ...danmosemsft1-106/+0
2017-01-23Revert "remove FEATURE_APPDOMAIN_RESOURCEMONITORING from corelib"danmosemsft1-0/+2
2017-01-22Remove FEATURE_VERSIONINGdanmosemsft1-6/+0
2017-01-22Remove FEATURE_LOADER_OPTIMIZATIONdanmosemsft1-8/+0
2017-01-22Remove FEATURE_EXCEPTION_NOTIFICATIONSdanmosemsft1-6/+0
2017-01-22remove FEATURE_APPDOMAIN_RESOURCEMONITORING from corelibdanmosemsft1-2/+0
2017-01-20Delete unused AppDomain{Setup} types/members (#8768)James Ko1-1009/+0
2016-12-12Rename Contract.Assert to Debug.Assert (#8600)Jan Kotas1-9/+10
2016-12-09Strip some security related attributes (#8571)Jeremy Kuhne1-135/+0
2016-12-08Move native search paths forward (#8531)Jeremy Kuhne1-64/+64
2016-12-07Strip some conditional compilation in SPCL (#8511)Jeremy Kuhne1-1862/+42
2016-11-17Use CoreFX Path code (#8132)Jeremy Kuhne1-8/+5
2016-10-27Use nameof where possible for ArgumentNullExceptionStephen A. Imhoff1-12/+12
2016-10-03Remove coreclr checks from AppDomain apis (#7471)Rahul Kumar1-7/+0
2016-08-14Restore most serialization implementations in coreclrStephen Toub1-6/+0
2016-07-13Add #if FEATURE_SERIALIZATION around non-functional [Serializable]Stephen Toub1-0/+6
2016-05-18Merge pull request #4902 from JeremyKuhne/WindowsLongPathJeremy Kuhne1-4/+12
2016-05-13Allow long pathsJeremy Kuhne1-4/+12
2016-05-10Fix ArgumentNullException messages passed as parameter names (#2889)Hugh Bellamy1-1/+1