[threads] Fix warning on Linux
[mono.git] / mcs /
2015-10-29 Martin Baulig[System]: Replace the 'SslStream' implementation with...
2015-10-28 Martin Baulig[Mono.Security]: It is legal for a TlsClientCertificate...
2015-10-28 Martin BauligFix my last commit.
2015-10-28 Martin Baulig[Mono.Security]: Rename 'MonoTlsSettings.ServerCertific...
2015-10-28 Martin BauligDon't pass a 'null' hostname to the system validator...
2015-10-28 Martin BauligKill dead code.
2015-10-28 Ludovic HenryMerge pull request #2179 from BogdanovKirill/enummodulesfix
2015-10-28 Martin BauligUse 'using SD = System.Diagnostics' to avoid ambiguous...
2015-10-28 Ludovic Henry[Process] Catch the closing of handle
2015-10-28 Ludovic Henry[Process] Do not count the output/error wait in the...
2015-10-28 Ludovic Henry[tests] Fix Math.Pow precision bug on Android
2015-10-27 Martin Baulig[System/TLS]: Don't crash when we're called without...
2015-10-27 Martin BauligOops, there is no README.md
2015-10-27 Martin BauligOops, forgot to add to the top-level Makefile for mobile.
2015-10-27 Martin Baulig[Mono.Security.Providers.OldTls]: New assembly.
2015-10-27 Martin Baulig[System]: Make internals visible to Mono.Security.Provi...
2015-10-27 Radek Doulik[linker] match type pattern with nested types
2015-10-27 Andi McClureMerge pull request #2175 from xmcclure/pre-image-audit
2015-10-27 Ludovic Henry[Process] Use output/error stream instead of naked...
2015-10-27 Marek Safar[mcs] Declared fields cannot have unmanaged check done...
2015-10-26 Ludovic Henry[Process] Close process in/out/err handle on Process...
2015-10-26 Ludovic Henry[tests] Increase timeout before failing
2015-10-26 Marek Safar[mcs] Support auto-property with private setter with...
2015-10-26 Ludovic Henry[tests] Increase timeout before failing
2015-10-24 Zoltan VargaMerge pull request #2166 from ermshiperete/FontHeight
2015-10-23 Aleksey Kliger ... Merge pull request #2171 from lambdageek/dev/fix-marshal
2015-10-23 Zoltan VargaAdd a new Moono_GetStackTraces method to Thread which...
2015-10-23 Martin BauligRemove a few more 'using System.Reflection's.
2015-10-23 Martin Baulig[Mono.Security]: Use the new 'NoReflectionHelper' inste...
2015-10-23 Martin Baulig[System]: Add internal 'Mono.Net.Security.NoReflectionH...
2015-10-23 Martin BauligRemove 'using System.Reflection'.
2015-10-23 Martin Baulig[Mono.Security]: Access System.dll's internals directly...
2015-10-23 Martin Baulig[System]: Make internals visible to Mono.Security.
2015-10-23 Rodrigo KumperaMerge pull request #2165 from lambdageek/dev/marshal-fix
2015-10-23 Ludovic Henry[socket] Enable Shutdown on socket disposal only on...
2015-10-23 Brent McCarthy[WinForms] Check for null font Height
2015-10-22 Alex Rønne PetersenMerge pull request #2162 from alexrp/master
2015-10-22 Marek Safar[corlib] Add non-overlapping buffer MemoryCopy implemen...
2015-10-22 João MatosMerge pull request #2158 from akoeplinger/fix-winforms...
2015-10-22 João MatosMerge pull request #2154 from BrennanConroy/bug_30018
2015-10-22 Jo ShieldsMerge pull request #2149 from directhex/absolute-path...
2015-10-22 Alexander Köplinger[WinForms] Update tests to match recent changes to...
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] 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 Marek Safar[mcs] Fix inference of dynamic type used as a construct...
2015-10-20 Marek Safar[mcs] Add additional doc reset after property initializ...
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 Marek Safar[system.data] Remove empty ending character from resour...
2015-10-19 Marcos HenrichMerge pull request #2136 from esdrubal/uridotsegment
2015-10-17 Marcos HenrichMerge pull request #2139 from akoeplinger/symbolicate...
2015-10-17 Zoltan VargaMerge pull request #2144 from dlech/patch-1
2015-10-17 David LechnerFix filename in header
2015-10-16 Alexander KöplingerMerge pull request #2143 from akoeplinger/refactor...
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 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[mono-symbolicate] Skip AOT tests if AOT isn't supporte...
2015-10-16 Ludovic HenryRevert "[process] Use same behavior as .NET"
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 Miguel de IcazaMerge pull request #2127 from joelmartinez/mdoc-multias...
2015-10-15 Ludovic Henry[process] Use same behavior as .NET
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-14 Martin BauligRevert "[System]: WebConnection: improve chunked reads...
2015-10-14 Martin Baulig[System/TLS]: Switch to the new ChainValidationHelper.
2015-10-14 Martin Baulig[System/TLS]: Add obsolete ChainValidationHelper.ctor...
2015-10-14 Martin Baulig[System]: API cleanup; make MonoTlsStream.SelectClientC...
2015-10-14 Alexander Köplinger[interpreter] Implement comparing string values in...
2015-10-14 Martin Baulig[System]: WebConnection: improve chunked reads and...
2015-10-14 João MatosMerge pull request #2106 from lambdageek/dev/bug-29108...
2015-10-14 Aleksey KligerTest that Assembly.GetCallingAssembly() skips MethodBas...
2015-10-14 Miguel de Icaza[mscorlib] DateTime, DateTimeOffset, bring Unix time...
2015-10-14 Ludovic Henry[process] Wait for process completion before waiting...
2015-10-13 Martin BauligRemove another MARTIN_FIXME.
2015-10-13 Martin Baulig[System]: Remove two MARTIN_FIXME's.
next