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
path: root/mcs/class
AgeCommit message (Expand)Author
2016-05-03Add mono internal API supportLudovic Henry
2016-05-03Replace more Array.MaxArrayLength appearencesMarek Safar
2016-05-03Remove windows api dependency from TimerMarek Safar
2016-05-03Conditionals for mobile profilesMarek Safar
2016-05-03Disable IL code generation until we figure out 25671Miguel de Icaza
2016-05-03Only initialize Etw on WindowsMiguel de Icaza
2016-05-03Remove code that depends on code that has not been open sourced.Miguel de Icaza
2016-05-03Use the DISABLE_CAS_USE macro instead of MOBILE to disable CASMarek Habersack
2016-05-03Adding reference source for System.Netdotnet-bot
2016-05-03Removed UnsafeNativeMethods calls on Mono. - MEMORYSTATUSEX usages were repla...Marcos Henrich
2016-05-03Added Mono config variables. Variables __MonoEmulateOneCPU and __MonoTimerPer...Marcos Henrich
2016-05-03Exclude security code from the mobile targets.Marek Habersack
2016-05-03Disable UseCompatibleTypeConverterBehavior on monoMarek Safar
2016-05-03componentmodel tweaked to work with monoMarek Safar
2016-05-03Disable use of CAS. The added ifdef is required to circumvent a compile error...Marcos Henrich
2016-05-03Remove unused private usingMarek Safar
2016-05-03Removed unnecessary call to Thread.WriteVolatile. System.Threading.Volatile i...Marcos Henrich
2016-05-03ReaderWriterLockSlim.cs now builds with mono.Marcos Henrich
2016-05-03Add support to build with MonoAlexander Köplinger
2016-05-03Remove unused System.Web namespace from source (it does not exists in the mob...Sebastien Pouliot
2016-05-03Disable use of CAS when compiling with DISABLE_CAS_USEMiguel de Icaza
2016-05-03Fix the conditional, we disable Emit code on FULL_AOTMiguel de Icaza
2016-05-03Add support to build with Mono.Marek Safar
2016-05-03Adjust to disable IL generation under FULL_AOT_RUNTIMEMiguel de Icaza
2016-05-03Add support to build build with Mono.Miguel de Icaza
2016-05-03Adding System.Compo... System.Ident... System.Numer... System.Runti...dotnet-bot
2016-05-03Update formatting of LICENSE.txt and PATENTS.TXTdotnet-bot
2016-05-03Adding System.Data..., System.ServiceModel..., and System.Web...dotnet-bot
2016-05-03Initial commitdotnet-bot
2016-05-02[System.Runtime.Serialization] Remove redundant IVT to System.ServiceModel.WebMarek Safar
2016-05-02[System.Runtime.Serialization] Remove redundant IVT to System.ServiceModelMarek Safar
2016-04-27Merge pull request #1345 from mattleibow/websocket-continuation-frame-fixAlexander Köplinger
2016-04-26Merge pull request #2947 from mfilippov/mastermonojenkins
2016-04-26Refactoring SocketAcceptAsyncTestMikhail Filippov
2016-04-26Fix SocketAcceptAsyncTestMikhail Filippov
2016-04-26Merge pull request #2949 from Unity-Technologies/xbuild-windows-mcsMarek Safar
2016-04-26Merge pull request #2957 from akoeplinger/fix-corlib-mobile-testsmonojenkins
2016-04-26Merge pull request #2953 from mono/fix-fileinfo-deleteAlexander Köplinger
2016-04-26[corlib] Fix FileInfoTest.MoveTo_SameName test that failed on mobileAlexander Köplinger
2016-04-26[corlib] Ignore a TimeZoneInfo test on mobile that doesn't make sense thereAlexander Köplinger
2016-04-25Merge pull request #2946 from ludovic-henry/fix-process-40643Ludovic Henry
2016-04-25[corlib] Bring the FileInfo.Delete fixAlexander Köplinger
2016-04-25Make xbuild on Windows use Mono instead of .NETJosh Peterson
2016-04-25Socket.AcceptAsync shouldn't create new socket if SocketAsyncEventArgs.Accept...Mikhail Filippov
2016-04-24[Process] Fix handle leak on child process CreationLudovic Henry
2016-04-24[Process] Fix System.Diagnostics.ProcessTest.StandardInputWriteLudovic Henry
2016-04-24Merge pull request #2941 from jogibear9988/patch-1Alexander Köplinger
2016-04-24Revert "[verifier] Do method visibility checks for virtual final methods. Ena...Marek Safar
2016-04-24[corlib] Reenable IsReadOnly testMarek Safar
2016-04-24Merge pull request #2942 from jogibear9988/patch-2Marek Safar