[System] Remove Process.Start and related API from TvOS/WatchOS.
[mono.git] / mcs /
2015-11-10 Marek Safar[mcs] inherited interface constraints checks on defined...
2015-11-10 Marek Safar[mcs] Restore local variables state after probing run...
2015-11-10 Marek SafarMerge pull request #2210 from ystr/FromHtml-xxx
2015-11-10 Zoltan Varga[bcl] Add versioning to the TestTasks.dll file name...
2015-11-10 Rodrigo Kumpera[runtime] Fix Enum.GetHashCode when basetype is short...
2015-11-09 Andi McClureMerge pull request #2200 from xmcclure/image-audit...
2015-11-09 ESColorTranslator.FromHtml 3-digit codes support (#35664)
2015-11-09 Marcos Henrich[Facades] Moved subdirs list to subdirs.make
2015-11-08 Martin Booth[mcs] Replaced data annotation error messages with...
2015-11-07 Zoltan VargaRevert "[bcl] Mark some System tests which depend on...
2015-11-07 Zoltan Varga[bcl] Mark some System tests which depend on a working...
2015-11-06 Martin BauligMerge pull request #2102 from AdamBurgess/master
2015-11-05 Martin Baulig[Mono.Security]: Add API to let MonoTlsProvider provide...
2015-11-05 Martin Baulig[Mono.Security]: Add ICertificateValidator.InvokeSystem...
2015-11-05 Martin Baulig[System]: Cleanup SystemCertificateValidator.Evaluate...
2015-11-05 Martin Baulig[Mono.Security]: Add CertificateValidationHelper(MonoTl...
2015-11-05 Martin Baulig[System/TLS]: Make 'SystemCertificateValidator' a stati...
2015-11-05 Martin Baulig[System/TLS]: Use the official API in SslStream rather...
2015-11-05 Mark ProbstMerge pull request #2197 from mono/feature-disable...
2015-11-05 Rolf Bjarne Kvinge[linker] Provide better error message when an error...
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 Joel Martinez[monodoc] Fixed several issues with `.ToEcmaCRef` method.
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.
next