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-09-19Implement Marshal.SetLastWin32ErrorFilip Navara
2019-09-16[corlib] Improve reflection interface definitions (#16324)Nikolay Sivov
2019-08-23Fix issue in `SafeHandle.DangerousReleaseInternal()` that caused #16034. (#16...Martin Baulig
2019-07-29ArgumentNullException when pointer is null for Marshal.AddRef/Release/QueryIn...Calvin Buckley
2019-06-20Add Windows x64 Full AOT Interpreter support on CI. (#15127)Johan Lorensson
2019-06-05Reflect recent NS2.1 changes (#14679)Egor Bogatov
2019-05-28[mscorlib] Ensure monotouch[_runtime] API are identical (#14665)Sebastien Pouliot
2019-05-21Removing some remoting and multi-appdomain APIs on wasm and the AOT test prof...Martin Baulig
2019-04-30Add minimal COM support into WinAOT BCL profile and Windows Mono runtime.lateralusX
2019-03-19Fix mixup of global and cotask mem alloc heaps in Marshal's Secure String.lateralusX
2019-03-06NS2.1 Sync new changes, mobile profiles (#13198)Egor Bogatov
2019-02-15NS2.1: System.IO, System.Reflection.Emit, etc (#12854)Egor Bogatov
2019-02-14Remove local SafeHandle versionMarek Safar
2019-02-12[bcl] Restructure the Module classes to simplify netcore integration.Zoltan Varga
2019-02-02[runtime] Rename more MonoX->RuntimeX classes. (#12732)Zoltan Varga
2019-01-25[netcore] Port classes to netcore (#12548)Zoltan Varga
2019-01-18[System.Private.CoreLib] Initial build pass (#12450)Marek Safar
2018-10-19[corlib] Import System.IO.UnmanagedMemoryStream from CoreFX (#11210)Alexis Christoforides
2018-10-01[linker] Adds more reflection testsMarek Safar
2018-09-06[corlib] Replace System and other namespaces with CoreFX sources (#9744)Egor Bogatov
2018-08-30Fix issue #9452: Add a cache for CustomMarshaler instances (#10090)Katelyn Gadd
2018-07-18Fix infinite loops introduced in 18b6846a3a2218525b7335a1f0515de93a1e44ca. (#...Jay Krell
2018-07-17Remove `unsafe` accidentally added in 18b6846a3a2218525b7335a1f0515de93a1e44c...Jay Krell
2018-07-14[Coop] Cominterop and marshal conversion. (#9503)Jay Krell
2018-06-25Delete unused files in BCL (#9288)Egor Bogatov
2018-05-18Correct the base types for a few enum types (#8740)Joshua Peterson
2018-03-22[corlib] Use UTF8 bytes convertor directlyMarek Safar
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