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 (Collapse)Author
2016-08-18[mcs] Replace NET_2_1 by MOBILELudovic Henry
NET_2_1 is also defined whenever we define MOBILE, so they have the same effect. Silverlight was 2.1 but it's been dead for a while now, and we do not even support it.
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
They weren't updated in the last 6 years and aren't helpful anymore (e.g. by causing unrelated matches during git grep searches).
2015-02-19[corlib] Stream, MemoryStream from reference sourcesMarek Safar
2015-01-22Fix KeyContainerPermission.SetFlags().Martin Baulig
2015-01-20[corlib] Primitive types from reference sourcesMarek Safar
2015-01-14[bcl] Remove NET_4_0 defines from class libs.Zoltan Varga
2014-12-09[corlib] Workaround boostrap issue with HostProtectionAttributeMarek Safar
2013-02-12Kill the MOONLIGHT define in corlib.Rodrigo Kumpera
2012-11-07Don't tag some CAS types as obsolete.Rodrigo Kumpera
2012-07-27Fix types signatureMarek Safar
2012-06-14Clean up some NET_2_0Marek Safar
2012-06-02Removal of NET_1_1 defines and some NET_2_0; Both defines are true these ↵Miguel de Icaza
days in Mono, no versions prior to 2.0 are supported
2011-04-20Add missing 4.0 apiMarek Safar
2011-03-10Add some missing API into MoonlightSebastien Pouliot
* System.Runtime.Versioning/ComponentGuaranteesAttribute.cs: * System.Runtime.Versioning/ComponentGuaranteesOptions.cs: Add || MOONLIGHT * System.Security.Permissions/SecurityAction.cs * System/ContextStaticAttribute.cs * System/ExecutionEngineException.cs Make sure the [Obsolete] attributes are present in moonlight * moonlight_raw_corlib.dll.sources: Include both System.Runtime.Versioning ComponentGuarantees[Attribute|Options] into moonlight build
2011-02-06Fix a warning/bug.Zoltan Varga
2010-12-17Add an error to obsolete attribute to get consistent compiler error codeMarek Safar
2010-12-15Some .net 4.0 api compatibility fixesMarek Safar
2010-07-26Fix a few cases of mixed line-endingsRaja R Harinath
This is a scripted conversion of mixed line-ending files to LF-only or CRLF-only based on which patch is smaller. I used a threshold of upto a quarter of the lines to determine whether to keep the patch or not.
2010-07-25EOL handlingRaja R Harinath
This set of .gitattributes was automatically generated from the list of files that GIT tried to normalize when I enabled automatic EOL conversion. With this set of attributes, we prevent automated EOL conversion on files that we know will cause trouble down the road.
2010-03-16use MOONLIGHT symbolJb Evain
svn path=/trunk/mcs/; revision=153671
2010-01-13Warnings cleanupMarek Safar
svn path=/trunk/mcs/; revision=149459
2009-11-07Jumbo patch for NET_2_0, mscorlib is now cleanMiguel de Icaza
svn path=/trunk/mcs/; revision=145621
2009-09-222009-09-22 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* PermissionSetAttribute.cs: Don't create a pset for NET_2_1 svn path=/trunk/mcs/; revision=142395
2009-09-182009-09-18 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* EnvironmentPermissionAttribute.cs, FileIOPermissionAttribute.cs, HostProtectionAttribute.cs, ReflectionPermissionAttribute.cs, SecurityPermissionAttribute.cs, StrongNamePermissionAttribute.cs: Return a null IPermission for NET_2_1 * PermissionSetAttribute.cs: Return null when paring from XML for NET_2_1 svn path=/trunk/mcs/; revision=142215
2009-09-09bring Mono Security to monotouchJb Evain
svn path=/trunk/mcs/; revision=141615
2009-07-302009-07-30 Marek Safar <marek.safar@gmail.com> Marek Safar
* ReflectionPermission.cs: RestrictedMemberAccess can be set. * ReflectionPermissionFlag.cs: Add [Obsolete] on NET_4_0. svn path=/trunk/mcs/; revision=139075
2009-06-052009-06-05 Sebastien Pouliot <sebastien@ximian.com> Sebastien Pouliot
* SecurityPermissionFlag.cs: Add [Obsolete] on NET_2_1 since CAS stuff is not available in Moonlight. svn path=/trunk/mcs/; revision=135544
2009-05-012009-05-01 Sebastien Pouliot <sebastien@ximian.com> Sebastien Pouliot
* CodeAccessSecurityAttribute.cs, SecurityAction.cs, SecurityAttribute.cs, SecurityPermissionAttribute.cs: Add [Obsolete] on NET_2_1 since CAS stuff is not available in Moonlight. Note that the types needs to be present because compiler insert them inside assemblies. svn path=/trunk/mcs/; revision=133279
2009-04-30minor NET_2_1 tweaks to remove 12 unneeded [SecuritySafeCritical] inside ↵Sebastien Pouliot
Moonlight 2 svn path=/trunk/mcs/; revision=133184
2008-08-27Warnings cleanupMarek Safar
svn path=/trunk/mcs/; revision=111713
2008-07-062008-07-06 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
* ReflectionPermissionFlag.cs: Add missing member * ReflectionPermissionAttribute.cs: Implement missing member svn path=/trunk/mcs/; revision=107321
2008-07-032008-07-02 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
* SecurityPermission.cs: * RegistryPermission.cs: * PrincipalPermission.cs: * KeyContainerPermissionAccessEntry.cs: * KeyContainerPermission.cs: * GacIdentityPermission.cs: Fix parameter names svn path=/trunk/mcs/; revision=107105
2006-08-212006-08-21 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* FileIOPermission.cs: Fix union of paths (#79118). Implement subpaths handling correctly. Change some internal methods to static. svn path=/trunk/mcs/; revision=64145
2006-05-302006-05-30 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* CodeAccessSecurityAttribute.cs: Under 2.0 the ctor is protected. * IsolatedStoragePermissionAttribute.cs: Under 2.0 the ctor is protected. * IsolatedStoragePermission.cs: Under 2.0 the ctor is protected. * SecurityAttribute.cs: Under 2.0 the ctor is protected. svn path=/trunk/mcs/; revision=61264
2006-04-072006-04-07 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* FileIOPermission.cs: Ensure the "bad" path characters match the OS ones. Reworked the code to avoid the modifiable array trap present in Fx 1.x and to be more precise in the 2.0 profile. svn path=/trunk/mcs/; revision=59197
2005-11-142005-11-14 Carlos Alberto Cortez <calberto.cortez@gmail.com>Carlos Alberto Cortez
* IsolatedStoragePermission.cs: Updated FromXml with the latest signature modifications to Parse methods inside System ns. svn path=/trunk/mcs/; revision=53032
2005-11-092005-11-09 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* EnvironmentPermissionAccess.cs: Added missing [Serializable] (2.0). * FileIOPermissionAccess.cs: Added missing [Serializable] (2.0). * PermissionState.cs: Added missing [Serializable] (2.0). * ReflectionPermissionFlag.cs: Added missing [Serializable] (2.0). * RegistryPermissionAccess.cs: Added missing [Serializable] (2.0). * UIPermissionClipboard.cs: Added missing [Serializable] (2.0). * UIPermissionWindow.cs: Added missing [Serializable] (2.0). svn path=/trunk/mcs/; revision=52784
2005-09-222005-09-22 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* ReflectionPermissionAttribute.cs: TypeInformation is obsolete. * SecurityAction.cs: *Choice security actions are removed in 2.0 RC. svn path=/trunk/mcs/; revision=50486
2005-06-222005-06-22 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* FileIOPermission.cs, IsolatedStorageFilePermission.cs, KeyContainerPermission.cs, RegistryPermission.cs: better comments on remaining TODO (all 2.0 related) to ease grepping. svn path=/trunk/mcs/; revision=46387
2005-06-162005-06-16 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* PrincipalPermission.cs: Fixed IsSubsetOf method when permission is empty. svn path=/trunk/mcs/; revision=46103
2005-06-102005-06-10 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* StrongNamePublicKeyBlob.cs: Reduce casts in Equals. svn path=/trunk/mcs/; revision=45745
2005-06-09forgot a few of them...Sebastien Pouliot
svn path=/trunk/mcs/; revision=45701
2005-06-092005-06-09 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* all: Added ComVisible(true) and some Obsolete attributes for NET_2_0 svn path=/trunk/mcs/; revision=45686
2005-06-072005-06-07 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* IsolatedStorageFilePermission.cs: Removed unrequired TODO on ctor. Added ComVisible for NET_2_0. * GacIdentityPermissionAttribute.cs: Removed FIXME. Added ComVisible for NET_2_0. svn path=/trunk/mcs/; revision=45596
2005-05-182005-05-18 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* HostProtectionAttribute.cs: Fixes flag cleaning logical operation (found by Jordi). * SecurityPermissionAttribute.cs: Fixes flag cleaning logical operation (this is the original sinner ;-). svn path=/trunk/mcs/; revision=44708
2005-05-16Set svn:eol-style=native, delete svn:executable.Raja R Harinath
Fix line endings of System/Decimal.cs (only actual "change" in text, to force recompile of mscorlib to reflect changes in decimal constant handling in the compiler) svn path=/trunk/mcs/; revision=44558
2005-05-162005-05-16 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* IsolatedStoragePermission.cs: Added UserQuota attribute in XML. svn path=/trunk/mcs/; revision=44555
2005-05-122005-05-12 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* corlib.dll.sources: replaced MiniParser.cs with SmallXmlParser.cs. * SmallXmlParser.cs, SecurityParser.cs : Use new SmallXmlParser.cs instead of MiniParser. * RemotingConfiguration.cs : MiniParser->SmallXmlParser changes. * PermissionSetAttribute.cs : MiniParser->SmallXmlParser changes. svn path=/trunk/mcs/; revision=44422
2005-04-262005-04-26 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* IBuiltInPermission.cs: Fixed index values for GacIdentityPermission and KeyContainerPermission. Removed DataProtectionPermission. * IsolatedStorageContainment.cs: Fixed ApplicationIsolationByUser value to 0x15. * UrlIdentityPermission.cs: Fixed differences between 1.x and 2.0. svn path=/trunk/mcs/; revision=43611
2005-03-242005-03-24 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* FileIOPermission.cs: Now use InsecureGetFullPath to add paths to it's lists (as GetFullPath is more restricted than the permission). Removed unrequired use of GetFullPath in union and subset ops. * IsolatedStoragePermission.cs: Added InheritanceDemand for ControlEvidence and ControlPolicy on class. svn path=/trunk/mcs/; revision=42216