Merge pull request #2197 from mono/feature-disable-specific-finalizers
[mono.git] / mcs /
2015-11-05 Mark ProbstMerge pull request #2197 from mono/feature-disable...
2015-11-05 Marek SafarMerge pull request #2199 from mhutch/pcl46
2015-11-04 Martin BauligCosmetic; remove unused variable.
2015-11-04 Martin BauligCleanup unused usings.
2015-11-04 Michael Hutchinson[xbuild] Add PCL 4.6 targets
2015-11-04 Martin Baulig[Facades]: Remove 'System.IO.Compression'.
2015-11-04 Rodrigo KumperaMerge pull request #2193 from kumpera/loader-error...
2015-11-03 Marek SafarMerge pull request #2190 from Numpsy/AddADNotFoundException
2015-11-02 Vlad BrezaeMerge pull request #2081 from BrzVlad/feature-concurren...
2015-11-02 Alexander Köplinger[System.Core] Make sure DateTime.AddDays() is preserved...
2015-11-02 Richard WebbAdd stub implementation of ActiveDirectoryObjectNotFoun...
2015-11-02 Marek Safar[mcs] Add codegen for try-finally block with unreachabl...
2015-11-02 Marek SafarMerge pull request #2186 from ruediger-stevens/master
2015-11-02 Marek Safar[mcs] add new test
2015-11-02 Marek Safar[mcs] Add sbyte type to the list of valid cast tokens...
2015-11-02 github@mrblade.deException serializes the InnerException as System.Excep...
2015-11-02 Marek SafarMerge pull request #2185 from akoeplinger/json-move
2015-10-31 Alexander Köplinger[System.ServiceModel.Web] Move System.Runtime.Serializa...
2015-10-31 Alexander Köplinger[System.ServiceModel.Web] Remove old copy of System...
2015-10-30 Martin Baulig[Mono.Security]: Add 'MonoTlsSettings.TrustAnchors...
2015-10-30 Martin BauligPut back "[Mono.Security.Providers.OldTls]: Include...
2015-10-30 Martin Baulig[System/TLS]: In ChainValidationHelper, remove the...
2015-10-30 Martin Baulig[Mono.Security]: On mobile, 'Mono.Security.Interface...
2015-10-30 Martin BauligRevert "[Mono.Security.Providers.OldTls]: Include all...
2015-10-30 Martin Baulig[Mono.Security.Providers.OldTls]: Include all the sourc...
2015-10-30 Martin Baulig[System]: Cleanup 'ChainValidationHelper', moving the...
2015-10-30 Jonathan PryorMerge pull request #2152 from joelmartinez/mdoc-preserver
2015-10-29 Martin Baulig[System/TLS]: On desktop, allow dynamic loading of...
2015-10-29 Martin Baulig[Mono.Security]: Add new MonoTlsProviderFactory.CreateH...
2015-10-29 Rodrigo KumperaMerge pull request #2180 from kumpera/loader-error...
2015-10-29 Martin Baulig[System]: Use the new 'MonoTlsProvider' framework in...
2015-10-29 Martin Baulig[System/TLS]: In LegacySslStream, call SslServerStream...
2015-10-29 Martin BauligOops, also need to set it when cloning.
2015-10-29 Martin Baulig[Mono.Security]: Add 'MonoTlsSettings.EnabledProtocols...
2015-10-29 Martin Baulig[NewSystemSource]: Pass down the 'IMonoTlsProvider...
2015-10-29 Ludovic Henry[tests] Adjust MathTest double epsilon value
2015-10-29 Martin BauligComment-out [HostProtection] attribute in SslStream...
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 Joel Martinez[mdoc] Marking `MDocPreserve` Obsolete.
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
next