mono.git
2016-05-02 Sebastien PouliotDisable CAS calls on System.Componentmodel.TypeDescriptor
2016-05-02 Martin BauligAdd another small DISABLE_CAS_USE conditionals.
2016-05-02 Martin BauligAdd 'MONO_FEATURE_LOGGING' conditional to disable Loggi...
2016-05-02 Marek SafarCorrectly fix 857b021d78ea1e987b7e65493c6d926948926bb4
2016-05-02 Marek SafarReverts not needed changes
2016-05-02 Martin BauligFIXME: This completely breaks Xamarin Studio, making...
2016-05-02 Martin BauligAdd 'MONO_FEATURE_NEW_TLS' conditional to SslStreamContext.
2016-05-02 Marek SafarDisable com specific stringbuilder marshalling
2016-05-02 Zoltan VargaRevert "[mscorlib] RuntimeWrappedException mono updates."
2016-05-02 Martin BauligUse "Thread.CurrentThread.ManagedThreadId" on Mono.
2016-05-02 Martin BauligAdd conditionals where needed.
2016-05-02 Martin BauligAdd REAMDE.Mono with known conditional names.
2016-05-02 Zoltan VargaRuntimeWrappedException mono updates.
2016-05-02 Marek SafarMono Calendars compatibility
2016-05-02 Marek SafarList<T> mono updates
2016-05-02 Marek SafarExclude never used method
2016-05-02 Marek SafarAdd BigNumber runtime api
2016-05-02 Marek SafarMono number formatting
2016-05-02 Miguel de IcazaComponentModel, make it build in the MOBILE profile
2016-05-02 Ludovic HenryAdd mono internal API support
2016-05-02 Marek SafarReplace more Array.MaxArrayLength appearences
2016-05-02 Marek SafarRemove windows api dependency from Timer
2016-05-02 Marek SafarConditionals for mobile profiles
2016-05-02 Miguel de IcazaDisable IL code generation until we figure out 25671
2016-05-02 Miguel de IcazaOnly initialize Etw on Windows
2016-05-02 Miguel de IcazaRemove code that depends on code that has not been...
2016-05-02 Marek HabersackUse the DISABLE_CAS_USE macro instead of MOBILE to...
2016-05-02 dotnet-botAdding reference source for System.Net
2016-05-02 Marcos HenrichRemoved UnsafeNativeMethods calls on Mono. - MEMORYSTAT...
2016-05-02 Marcos HenrichAdded Mono config variables. Variables __MonoEmulateOne...
2016-05-02 Marek HabersackExclude security code from the mobile targets.
2016-05-02 Marek SafarDisable UseCompatibleTypeConverterBehavior on mono
2016-05-02 Marek Safarcomponentmodel tweaked to work with mono
2016-05-02 Marcos HenrichDisable use of CAS. The added ifdef is required to...
2016-05-02 Marek SafarRemove unused private using
2016-05-02 Marcos HenrichRemoved unnecessary call to Thread.WriteVolatile. Syste...
2016-05-02 Marcos HenrichReaderWriterLockSlim.cs now builds with mono.
2016-05-02 Alexander KöplingerAdd support to build with Mono
2016-05-02 Sebastien PouliotRemove unused System.Web namespace from source (it...
2016-05-02 Miguel de IcazaDisable use of CAS when compiling with DISABLE_CAS_USE
2016-05-02 Miguel de IcazaFix the conditional, we disable Emit code on FULL_AOT
2016-05-02 Marek SafarAdd support to build with Mono.
2016-05-02 Miguel de IcazaAdjust to disable IL generation under FULL_AOT_RUNTIME
2016-05-02 Miguel de IcazaAdd support to build build with Mono.
2016-05-02 dotnet-botAdding System.Compo... System.Ident... System.Numer...
2016-05-02 dotnet-botUpdate formatting of LICENSE.txt and PATENTS.TXT
2016-05-02 dotnet-botAdding System.Data..., System.ServiceModel..., and...
2016-05-02 dotnet-botInitial commit
2016-05-02 Marek Safar[System.Runtime.Serialization] Remove redundant IVT...
2016-05-02 Marek Safar[System.Runtime.Serialization] Remove redundant IVT...
2016-04-30 Zoltan Varga[arm64] Dist arm64-codegen.h. Fixes #38223.
2016-04-27 Alexander KöplingerMerge pull request #1345 from mattleibow/websocket...
2016-04-26 monojenkinsMerge pull request #2947 from mfilippov/master
2016-04-26 Joao Matos[runtime] Moved MONO_ZERO_LEN_ARRAY to mono-publib.h.
2016-04-26 Alexander KöplingerMerge pull request #2960 from directhex/switchable...
2016-04-26 Jo Shields[jenkins] introduce CI_TAGS env var, to alter flow...
2016-04-26 Mikhail FilippovRefactoring SocketAcceptAsyncTest
2016-04-26 Mikhail FilippovFix SocketAcceptAsyncTest
2016-04-26 Jo Shields[jenkins] Don't overwrite EXTRA_CONF_FLAGS inside run...
2016-04-26 Marek SafarMerge pull request #2949 from Unity-Technologies/xbuild...
2016-04-26 monojenkinsMerge pull request #2957 from akoeplinger/fix-corlib...
2016-04-25 Alexander KöplingerMerge pull request #2953 from mono/fix-fileinfo-delete
2016-04-25 Alexander Köplinger[corlib] Fix FileInfoTest.MoveTo_SameName test that...
2016-04-25 Alexander Köplinger[corlib] Ignore a TimeZoneInfo test on mobile that...
2016-04-25 Zoltan Varga[runtime] Remove dead mono_thread_get_and_clear_pending...
2016-04-25 Ludovic HenryMerge pull request #2946 from ludovic-henry/fix-process...
2016-04-25 Ludovic HenryMerge pull request #2924 from ludovic-henry/fix-missing...
2016-04-25 Alexander Köplinger[corlib] Bring the FileInfo.Delete fix
2016-04-25 Ludovic Henry[io-layer] Remove dead code
2016-04-25 Alexander KöplingerMerge pull request #2952 from mono/revert-2721-fix...
2016-04-25 Alexander KöplingerRevert "[runtime] Fix potential overflow when using...
2016-04-25 Ludovic HenryMerge pull request #2721 from ludovic-henry/fix-mono_ms...
2016-04-25 Josh PetersonMake xbuild on Windows use Mono instead of .NET
2016-04-25 Mikhail FilippovSocket.AcceptAsync shouldn't create new socket if Socke...
2016-04-24 Ludovic Henry[Process] Fix handle leak on child process Creation
2016-04-24 Ludovic Henry[Process] Improve debugging info and slight refactor...
2016-04-24 Ludovic Henry[Process] Fix System.Diagnostics.ProcessTest.StandardIn...
2016-04-24 Alexander KöplingerMerge pull request #2941 from jogibear9988/patch-1
2016-04-24 Marek SafarRevert "[verifier] Do method visibility checks for...
2016-04-24 Marek SafarRevert "WIP - don't merge"
2016-04-24 Marek SafarRevert "WIP fix the previous issue."
2016-04-24 Marek Safar[corlib] Reenable IsReadOnly test
2016-04-24 Marek Safar[xbuild] Fix ApplicationIcon incremental build dependency
2016-04-24 Marek SafarMerge pull request #2942 from jogibear9988/patch-2
2016-04-24 Marek SafarMerge pull request #2945 from mono/xi-40574
2016-04-23 Sebastien Pouliot[linker] Method decorated with System.Runtime.Serializa...
2016-04-23 Marek Safar[corlib] Disable core security icalls on mobile
2016-04-23 Miguel de IcazaMicrosoft relicensed this fork of the Ajax library...
2016-04-23 Miguel de IcazaMicrosoft relicensed this fork of the DLR under the...
2016-04-22 Aleksey Kliger... Merge pull request #2944 from lambdageek/dev/monoerror...
2016-04-22 Aleksey Kliger[runtime] MonoError-ize mono_thread_create{,_internal}
2016-04-22 Marek Safar[corlib] FileInfo from referencesource
2016-04-22 Marek Safar[corlib] Remove System.Core security types
2016-04-22 Marek Safar[corlib] Remove duplicated sources
2016-04-22 Marek Safar[System.Core] Add CommonCrypto dependencies
2016-04-22 Marek Safar[corlib] FileSystemInfo from reference source
2016-04-22 Alexander Köplinger[acceptance-tests] Move roslyn build dependencies to...
2016-04-22 Marek SafarMerge pull request #2943 from mono/xi-40570
2016-04-22 Kirill[WindowsBase] Serialization fix of Int32Rect, Point...
2016-04-22 Sebastien Pouliot[System.Core] Add back AesManaged to tvOS and watchOS...
next