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
2017-09-30[corlib] Make Marshal.BufferToBSTR(Array, int) non-public again (#5670)Alexander Köplinger
2017-07-21[Marshal.IsComObject] Make this predicate return false instead of throwing an...Miguel de Icaza
2017-06-02[corlib] Updates apiMarek Safar
2017-01-10[runtime] Fix corlib out of date error with disabled COMAlexander Kyte
2016-11-25[corlib] Move ComAwareEventInfo stub into System.CoreAlexander Köplinger
2016-11-08Merge pull request #3911 from akoeplinger/marshal-cleanuprcwAlexander Köplinger
2016-11-08[corlib] Expose Marshal.PtrToStringBSTR on mobileAlexander Köplinger
2016-11-08[corlib] Add Marshal.CleanupUnusedObjectsInCurrentContext() stubAlexander Köplinger
2016-10-21Changes in class libraries to enable Windows Runtime event support using Mono...TautvydasZilys
2016-10-20Utf8 (#3776)Miguel de Icaza
2016-10-14Revert "UTF8, with build fixed"Miguel de Icaza
2016-10-14UTF8, with build fixedMiguel de Icaza
2016-10-14Revert "UTF8 Marshaling APIs (#3736)"Miguel de Icaza
2016-10-14UTF8 Marshaling APIs (#3736)Miguel de Icaza
2016-09-20[corlib] Cleanup more warningsMarek Safar
2016-08-26[corlib] Return e.HResult instead of PlatformNotSupportedException/-1 for Mar...Alexander Köplinger
2016-08-24[bcl] More netstandard api matchingMarek Safar
2016-08-23[corlib] EventWaitHandle from referencesourceMarek Safar
2016-08-18[mcs] Replace NET_2_1 by MOBILELudovic Henry
2016-08-11[bcl] Update to match NETStandard 1.6 membersAlexander Köplinger
2016-08-10Merge pull request #3213 from henricm/fix-for-win-securestring-to-bstrNiklas Therning
2016-08-09Moving BSTR conv to native code in SecureStringToBSTR.Henric Müller
2016-07-06[Facades] netstandard 1.6 updatesMarek Safar
2016-05-25[corlib] More System.Runtime.InteropServices from referencesourceMarek Safar
2016-04-14Support SerializeObjectState for System.Exception (bug #39824)Andi McClure
2016-03-28[corlib] Two small fixes for GCHandleAlexander Köplinger
2016-03-16[corlib] RuntimeEnvironment from referencesourceMarek Safar
2016-02-22[SafeHandle] Avoid handle leakage in case of ThreadAbortExceptionLudovic Henry
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
2015-09-16[SafeHandle] Cleanup of the codeLudovic Henry
2015-06-03Fix typoSvetoslav
2015-06-03[corlib] Referencesource UnmanagedMemoryAccessor.Marcos Henrich
2015-05-27[corlib] Add more obsolete and not working types to MonoDroidMarek Safar
2015-05-25[corlib] SafeHandle from reference sources without code duplication.Marek Safar
2015-05-20[referencesource] Import System.Runtime.InteropServices.SafeHandleLudovic Henry
2015-04-17[corlib] Mobile build fixesMarek Safar
2015-04-16[corlib] Update reference sources com sourcesMarek Safar
2015-04-15[corlib] Runtime attributes from reference sourcesMarek Safar
2015-03-25[corlib] String from reference sources, fixes mostly string.format issuesMarek Safar
2015-03-23[corlib] System.Resources from reference sourcesMarek Safar
2015-02-27[corlib] Add DefaultDllImportSearchPathsAttributeMarek Safar
2015-01-22Small fix for SafeHandle DisposingMarc-Andre Ferland
2015-01-21[corlib] Fixes more SafeHandle failing testsMarek Safar
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
2015-01-12[corlib] SafeHandle dispose can be called multiple times after closing. Fixes...Marek Safar
2015-01-12[corlib] Fixes SafeHandle invalidHandleValue handlingMarek Safar
2014-12-08[corlib] Update SafeHandle dispose pattern to match .net. Fixes #25132Marek Safar
2014-11-12Fix the mobile build.Zoltan Varga
2014-11-04[mscorlib] Marshal.GetExceptionForHR() takes an `errorInfo` parameter.Jonathan Pryor