Add another DISABLE_CAS_USE conditional to _SecureChannel.cs
[mono.git] / mcs / class / referencesource / System /
2016-05-02 Martin BauligAdd another DISABLE_CAS_USE conditional to _SecureChann...
2016-05-02 Marek SafarFixes c0a529a421cb47145a32078770205e42545e7021
2016-05-02 Marek SafarChange Encoding key to workaround collision with Encodi...
2016-05-02 Atsushi Enosome people claim they have old SYSMONO that cannot...
2016-05-02 Atsushi EnoAdd #if CONFIGURATION_DEP and #if XML_DEP in Trace...
2016-05-02 Marek SafarInline string category resource keys
2016-05-02 Marek SafarRevert "Add read-only interfaces to some System/System...
2016-05-02 dotnet-botAdd resources for some referencesource projects
2016-05-02 Alex Rønne PetersenAdd read-only interfaces to some System/System.Core...
2016-05-02 Marek SafarApply more DISABLE_CAS_USE
2016-05-02 Marek SafarDisable more CAS on mobile
2016-05-02 Martin BauligNeed MONO_X509_ALIAS in _SslState.cs and _SecureChannel.cs.
2016-05-02 Martin BauligIntroduce new MONO_X509_ALIAS conditional and use it...
2016-05-02 Sebastien PouliotDisable some CAS usage using DISABLE_CAS_USE
2016-05-02 Martin BauligMerge the 'martin-ssl-integration' branch.
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 SafarReverts not needed changes
2016-05-02 Martin BauligAdd 'MONO_FEATURE_NEW_TLS' conditional to SslStreamContext.
2016-05-02 Martin BauligUse "Thread.CurrentThread.ManagedThreadId" on Mono.
2016-05-02 Martin BauligAdd conditionals where needed.
2016-05-02 Miguel de IcazaComponentModel, make it build in the MOBILE profile
2016-05-02 Marek SafarRemove windows api dependency from Timer
2016-05-02 Miguel de IcazaDisable IL code generation until we figure out 25671
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 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 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 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-botInitial commit