mono.git
2015-10-22 João MatosMerge pull request #2154 from BrennanConroy/bug_30018
2015-10-22 Ludovic Henry[threads] Print more information in case of error in...
2015-10-22 Jo ShieldsMerge pull request #2149 from directhex/absolute-path...
2015-10-21 Martin Baulig[Mono.Security]: Mark 'HttpsClientStream' as obsolete.
2015-10-21 Martin Baulig[System]: Remove some dead internal code.
2015-10-21 Rodrigo KumperaMerge pull request #2122 from lambdageek/dev/bug-26384
2015-10-21 Marek SafarMerge pull request #2155 from akoeplinger/bug-34334-pr
2015-10-21 Martin Baulig[System]: Use MonoTlsProvider API in WebConnection.
2015-10-21 Martin Baulig[System]: Use MonoTlsProvider API in FtpWebRequest...
2015-10-21 Alexander Köplinger[interpreter] Relax check for forcing compilation for...
2015-10-21 Aleksey Kliger[reflection] Test for ModuleBuilder.GetType(String...
2015-10-21 Aleksey Kliger[reflection] ModuleBuilder, TypeBuilder escaped type...
2015-10-21 Aleksey Kliger[corlib] Test Type.FullName and Type.GetType() with...
2015-10-21 Aleksey Kliger[corlib] ves_icall_Type_GetNestedTypes unescape special...
2015-10-21 Aleksey Kliger[corlib] System.TypeSpec.Parse unclosed square brackets...
2015-10-21 Aleksey Kliger[corlib] System.TypeSpec.Parse escaped characters
2015-10-21 Aleksey Kliger[corlib] handle special characters in Type.FullName...
2015-10-21 Jonathan Pryor[tuner] Properly preserve AesCryptoServiceProvider.
2015-10-21 Radek Doulik[tuner] handle the case with multiple "preserve" attributes
2015-10-20 Zoltan Varga[runtime] Factor out the PE image loading code into...
2015-10-20 Marek Safar[mcs] Fix inference of dynamic type used as a construct...
2015-10-20 Zoltan Varga[runtime] Fix a possible buffer overflow in get_process...
2015-10-20 Zoltan Varga[amd64] Remove some dead code.
2015-10-20 Zoltan VargaRevert "[amd64] Allow returning of structs in register...
2015-10-20 Marek Safar[mcs] Add additional doc reset after property initializ...
2015-10-20 Alexander Köplinger[acceptance-tests] Fix tarball build and rename "check...
2015-10-20 Marek SafarFixes mobile build
2015-10-20 Marek Safar[mdoc] Update expected test results after private membe...
2015-10-20 Marek Safar[System.Runtime.Caching] Update test due to .net fixes
2015-10-20 Marek Safar[system.componentmodel.dataannotations] Fix incorrect...
2015-10-20 Jo Shields[msvc] Use fully qualified path for xcopy
2015-10-20 Marek Safar[system.data] Remove empty ending character from resour...
2015-10-20 Zoltan Varga[gsharedvt] Inflate methods properly in one case. Fixes...
2015-10-19 Alexander KöplingerMerge pull request #2148 from akoeplinger/remove-old...
2015-10-19 Alexander Köplinger[runtime] Remove explicit support for v4.0.30128 and...
2015-10-19 Zoltan Varga[llvm] Fix the handling of r4 arguments during calls...
2015-10-19 Martin BauligBump reference source.
2015-10-19 João Matos[runtime] Remove unused MONO_IS_CROSS_COMPILE define.
2015-10-19 Alexander Köplinger[acceptance-tests] Convert Ruby script to Python
2015-10-19 Alexander Köplinger[acceptance-tests] Integrate Roslyn, CoreCLR and ms...
2015-10-19 Zoltan Varga[acceptance-tests] Add code from xamarin/mono extension...
2015-10-19 Alexander Köplinger[tests] Add a new --testsuite-name parameter to managed...
2015-10-19 Alexander Köplinger[tests] Add a new --expected-exit-code option to the...
2015-10-19 Marcos HenrichMerge pull request #2136 from esdrubal/uridotsegment
2015-10-19 Zoltan Vargajit] Replace a few more #ifdefs with flags.
2015-10-18 Zoltan VargaFix the build.
2015-10-18 Zoltan Varga[jit] Add a new MonoBackend structure which will contai...
2015-10-18 Zoltan Vargajit] Replace a few more #ifdefs with MonoCompile flags.
2015-10-18 Zoltan Varga[jit] Replace a few more #ifdefs with MonoCompile flags.
2015-10-18 Zoltan Varga[jit] Replace a few arch-specific #ifdef blocks with...
2015-10-18 Zoltan Varga[jit] Add flags to MonoCompile to allow the removal...
2015-10-17 Alexander Köplinger[threads] Fix another sleep compilation error on win32
2015-10-17 Zoltan VargaMake the thread dump code safe by doing only async...
2015-10-17 Ludovic Henry[threads] Fix sleep compilation error on win32
2015-10-17 Marcos HenrichMerge pull request #2139 from akoeplinger/symbolicate...
2015-10-17 Marek SafarFixes build
2015-10-17 Zoltan VargaMerge pull request #2144 from dlech/patch-1
2015-10-17 David LechnerFix filename in header
2015-10-17 Zoltan Varga[amd64] Allow returning of structs in register pairs.
2015-10-17 Zoltan Varga[llvm] Fix returning of values in a register pair.
2015-10-17 Zoltan Varga[llvm] Fix JIT support.
2015-10-17 Zoltan Varga[runtime] Disable the emission of stubs debug info...
2015-10-16 Alexander KöplingerMerge pull request #2143 from akoeplinger/refactor...
2015-10-16 Marek SafarBump reference source
2015-10-16 Marek Safar[corlib] Implement UnsafeEnumCastLong
2015-10-16 Marek Safar[bcl] Update to 4.6 referencesource
2015-10-16 Alexander Köplinger[Mono.Security.Providers] Refactor providers into disti...
2015-10-16 Marek Habersack[WinForms] ComboBox, ListBox and TextBox should use...
2015-10-16 Martin Baulig[TLS]: Make ValidationResult.MonoSslPolicyErrors nullable.
2015-10-16 Martin Baulig[System]: Remove the TrustEvaluateSsl(MX.X509Certificat...
2015-10-16 João MatosMerge pull request #2141 from akoeplinger/fix-wrong...
2015-10-16 Ludovic Henry[Process] Do not use Exited as it's racy with Start...
2015-10-16 Marek Safar[corlib] Add few reference source dependencies
2015-10-16 Martin BauligAll MARTIN_FIXME's have been taken care of.
2015-10-16 Martin Baulig[Mono.Security]: Check 'CertificateValidationHelper...
2015-10-16 Martin BauligForgot to remove one MARTIN_FIXME.
2015-10-16 Alexander Köplinger[msvc] Remove left over project guid from mono.sln
2015-10-16 Alexander Köplinger[mono-symbolicate] Skip AOT tests if AOT isn't supporte...
2015-10-16 Alexander Köplinger[runtime] Rename DISABLE_AOT_COMPILER back to DISABLE_AOT
2015-10-16 Ludovic HenryRevert "[process] Use same behavior as .NET"
2015-10-16 Zoltan Varga[runtime] Simplify the caching of gshared generic param...
2015-10-16 Zoltan Varga[runtime] Add a new MonoGSharedGenericParam structure...
2015-10-16 Zoltan Varga[amd64] Split the valuetype argument passing code into...
2015-10-16 Zoltan Varga[aot] Create constrained gparams using the same mini_ge...
2015-10-15 Ludovic Henry[io-layer] Remove Sleep and SleepEx
2015-10-15 Ludovic Henry[io-layer] Remove GetCurrentThreadId
2015-10-15 Ludovic Henry[runtime] Remove dead code
2015-10-15 Rodrigo Kumpera[sdb] Fix state initialization of suspended threads...
2015-10-15 Rodrigo KumperaMerge pull request #2113 from ludovic-henry/coop-socket...
2015-10-15 Rodrigo KumperaMerge pull request #2123 from kumpera/verifier-fix
2015-10-15 Alexis ChristoforidesFix MSVC build after 16570265149730ec6a4760cc0fa34decc1...
2015-10-15 Miguel de IcazaMerge pull request #2127 from joelmartinez/mdoc-multias...
2015-10-15 Ludovic Henry[process] Use same behavior as .NET
2015-10-15 João MatosMerge pull request #2137 from fplucas/patch-1
2015-10-15 LucasFixing the broken icon of centos-s390x
2015-10-15 Marcos Henrich[System] Fixed dots trimmed from segments.
2015-10-15 Alexander KöplingerMerge pull request #2134 from akoeplinger/bug-34334
2015-10-15 João Matos[runtime] Switch ARM backend use to use g_print instead...
2015-10-15 João MatosRevert "[runtime] Switch ARM backend use to use g_print...
2015-10-15 João Matos[runtime] Switch ARM backend use to use g_print instead...
next