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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-03Added Obsolete to AppDomain.CreateDomain for monodroid. (#18000)Steve Pfister
2019-08-31[corlib] Simplify file: protocol check in Assembly::Load(). (#16494)Nikolay Sivov
2019-05-21Removing some remoting and multi-appdomain APIs on wasm and the AOT test prof...Martin Baulig
2019-05-13[corlib] Avoid preserving all fields of AppDomain. Don't preserve fields of M...Zoltan Varga
2019-05-10Add a few `DISABLE_SECURITY` conditionals. (#14300)Martin Baulig
2019-03-27Split `AppDomain.DoTypeResolve(object)` into `DoTypeResolve()` and `DoTypeBui...Martin Baulig
2019-02-02[runtime] Rename more MonoX->RuntimeX classes. (#12732)Zoltan Varga
2018-11-26[runtime] Add stack marks to a few icalls. (#11774)Zoltan Varga
2018-10-03[corlib] Control SRE using its own defineMarek Safar
2018-02-22Revert "Run the ProcessExit events in the threadpool and enforce a 3 seconds ...Rodrigo Kumpera
2018-02-14[runtime] Fix merge conflict and Move code to its right place.Rodrigo Kumpera
2018-02-13[corlib] Fix minor style issue.Rodrigo Kumpera
2018-02-13[runtime] Introduce a non-fatal unhandled exceptions and use it for AppDomain...Rodrigo Kumpera
2018-02-13[runtime] Run the ProcessExit events in the threadpool and enforce a 3 second...Rodrigo Kumpera
2016-10-10[bcl] Expose a few more APIs on mobile to match with netstandardAlexander Köplinger
2016-08-18[mcs] Replace NET_2_1 by MOBILELudovic Henry
2016-01-07[corlib] Remove multiple appdomain support (AppDomain.CreateDomain, etc) from...Rolf Bjarne Kvinge
2015-09-10[Socket] Duplicate logic of AsyncResult.ExecuteWorkItem to SocketAsyncResultLudovic Henry
2015-03-03[corlib] Activator from reference sourcesMarek Safar
2015-01-29Populate the RequestingAssembly property of ResolveEventArgsKai Ruhnau
2015-01-16[TPL] Replace implementation by Microsoft reference sourcesLudovic Henry
2015-01-14[bcl] Remove NET_4_5 defines from class libs.Zoltan Varga
2015-01-14[bcl] Remove NET_4_0 defines from class libs.Zoltan Varga
2014-12-08[corlib] Remove duplicate FirstChanceExceptionEventArgsMarek Safar
2014-10-17[bcl] Add an AppDomain.DoUnhandledException () internal method which can be u...Zoltan Varga
2014-09-29[bcl] Add AppDomain.FirstChangeException event, not implemented yet.Zoltan Varga
2013-03-18Return null for AppDomain.Evidence so API accepting this type won't fail (as ...Sebastien Pouliot
2013-03-02Erase the type of more fields so we can link away a few more types.Rodrigo Kumpera
2013-03-02Mobile should not have the COM types set.Rodrigo Kumpera
2013-02-28Fix compiler warningsMarek Safar
2013-02-28Replace some hashtables with dictionariesMarek Safar
2013-02-23Erasure the type of some fields in AppDomain so the linker can remove their t...Rodrigo Kumpera
2013-02-21Optmize some empty array allocationsMarek Safar
2013-02-12Since MOBILE implies NET_4_* now, take this into account and simplify our ifd...Rodrigo Kumpera
2013-02-12Kill the MOONLIGHT define in corlib.Rodrigo Kumpera
2012-11-07Remove SRE from Full AOT builds.Rodrigo Kumpera
2011-12-13Add all missing sequential layout directives to corlib and system.Rodrigo Kumpera
2011-09-16GetMarshalledDomainObjRef() is needed also in the 2.1-based profiles for appd...Paolo Molaro
2011-09-14Update copyrightsMiguel de Icaza
2011-09-04Implement AppDomain.ResourceResolve. Fixes #579.Zoltan Varga
2011-07-20Ensure the linker can eliminate most CAS-related types in the MOBILE-based pr...Sebastien Pouliot
2011-03-31Fix many corcompare issues for moonlightRolf Bjarne Kvinge
2011-02-19Fix the check for version and PublicKeyTokenGonzalo Paniagua Javier
2011-01-26Further .NET 4.0 ification of the mobile profileGeoff Norton
2010-12-29Remove no longer used BOOTSTRAP conditionalsMarek Safar
2010-12-15Make sure AppdDomain.PermissionSet doesn't return nullJb Evain
2010-12-15Some .net 4.0 api compatibility fixesMarek Safar
2010-11-11Add internal SetCompatibilitySwitch to AppDomainSebastien Pouliot
2010-07-212010-07-21 Jb Evain <jbevain@novell.com>Jb Evain
2010-06-032010-06-03 Jb Evain <jbevain@novell.com>Jb Evain