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
2007-08-022007-08-02 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* EventLogTraceListener.cs : fixed wrong 2.0 dependency in 1.x. svn path=/trunk/mcs/; revision=83285
2007-08-022007-08-02 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* EventLogTraceListener.cs : implemented. svn path=/trunk/mcs/; revision=83284
2007-05-182007-05-19 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XmlWriterTraceListener.cs : open file in shared r/w mode. * DiagnosticsConfigurationHandler.cs : process <sharedListeners> elements first, so that named listeners work fine. * EventLogTraceListener.cs : added 2.0 stubs. * CorrelationManager.cs : removed todo. svn path=/trunk/mcs/; revision=77625
2006-07-312006-07-31 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* EventLogEntry.cs: Add a linkdemand for unrestricted on class. * EventLogTraceListener.cs: Add a linkdemand for unrestricted on class * FileVersionInfo.cs: Add a linkdemand for unrestricted on class. Add an imperative demand for FileIOPermission.Read on GetVersionInfo method. Change ToString method to use a StringBuilder. * PerformanceCounterCategory.cs: Add a linkdemand for unrestricted on class. * PerformanceCounterManager.cs: Add a linkdemand for unrestricted on class. Add [Obsolete] for NET_2_0 profile. * Process.cs: Add a linkdemand and an inheritancedemand for unrestricted on class. * ProcessStartInfo.cs: Add a linkdemand for unrestricted on class. svn path=/trunk/mcs/; revision=63179
2004-06-21Add MIT license to System.dllDuncan Mak
svn path=/trunk/mcs/; revision=30054
2003-07-182003-07-18 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
* AlphabeticalEnumConverter.cs: Added * EventLogEntry.cs: Implemented * EventLogPermissionEntryCollection.cs: Fixed signature and implementation of indexer * EventLogTraceListener.cs: Fixed signature * PerformanceCounter.cs: Added missing attribute * PerformanceCounterType.cs: Added missing attribute * SRDescriptionAttribute.cs: Added and implemented svn path=/trunk/mcs/; revision=16399
2003-07-142003-07-13 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
* DiagnosticsConfigurationHandler.cs: Removed a never used variable * EventLog.cs: Small update to prevent a warning * EventLogPermission.cs: Implemented or implementation added * EventLogPermissionAttribute.cs: Implemented or implementation added * EventLogPermissionEntry.cs: Implemented or implementation added * EventLogPermissionEntryCollection.cs: Implemented or implementation added * EventLogTraceListener.cs: Implemented or implementation added * PerformanceCounterManager.cs: Implemented or implementation added * PerformanceCounterInstaller.cs: Made internal * PerformanceCounterCategory.cs: Implemented few members * PerformanceCounterPermission.cs: Implemented or implementation added * PerformanceCounterPermissionAttribute.cs: Implemented or implementation added * PerformanceCounterPermissionEntry.cs: Implemented or implementation added * PerformanceCounterPermissionEntryCollection.cs: Implemented or implementation added svn path=/trunk/mcs/; revision=16177
2002-06-09 * EntryWrittenEventArgs.cs: ImplementedJonathan Pryor
* EntryWrittenEventHandler.cs: Implemented * EventLog.cs: Stubbed out * EventLogEntry.cs: Stubbed out * EventLogEntryCOllection.cs: Implemented. * EventLogEntryType.cs: Implemented * EventLogInstaller.cs: Stubbed out * EventLogPermission.cs: Stubbed out * EventLogPermissionAccess.cs: Implemented * EventLogPermissionAttribute.cs: Stubbed out * EventLogPermissionEntry.cs: Stubbed out * EventLogPermissionEntryCollection.cs: Stubbed out * EventLogTraceListener.cs: Stubbed out svn path=/trunk/mcs/; revision=5191