Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-30[acceptance-tests] Add prefix in commit message for the bump commit helperAlexander Köplinger
2015-10-30Put back "[Mono.Security.Providers.OldTls]: Include all the sources from the ...Martin Baulig
2015-10-30[System/TLS]: In ChainValidationHelper, remove the overloads taking 'Mono.X50...Martin Baulig
2015-10-30[Mono.Security]: On mobile, 'Mono.Security.Interface.CertificateValidationHel...Martin Baulig
2015-10-30Revert "[Mono.Security.Providers.OldTls]: Include all the sources from the ol...Martin Baulig
2015-10-30[Mono.Security.Providers.OldTls]: Include all the sources from the old TLS im...Martin Baulig
2015-10-30[System]: Cleanup 'ChainValidationHelper', moving the actual validation code ...Martin Baulig
2015-10-30Merge pull request #2152 from joelmartinez/mdoc-preserverJonathan Pryor
2015-10-30[sdb] Add a fastpath to process_single_step_inner () for single stepping duri...Zoltan Varga
2015-10-30[llvm] Add names for some temporary variables representing got slots.Zoltan Varga
2015-10-30[System/TLS]: On desktop, allow dynamic loading of the TLS Provider at runtime.Martin Baulig
2015-10-29[coop] Fix typo for gc unsafe region enter/exitLudovic Henry
2015-10-29[Mono.Security]: Add new MonoTlsProviderFactory.CreateHttpListener() API to c...Martin Baulig
2015-10-29Merge pull request #2180 from kumpera/loader-error-cleanupRodrigo Kumpera
2015-10-29[System]: Use the new 'MonoTlsProvider' framework in 'HttpListener'.Martin Baulig
2015-10-29[System/TLS]: In LegacySslStream, call SslServerStream's .ctor and request, b...Martin Baulig
2015-10-29Fix windows build.Rodrigo Kumpera
2015-10-29[llvm] Cleanup the code in process_call () a bit.Zoltan Varga
2015-10-29Oops, also need to set it when cloning.Martin Baulig
2015-10-29[Mono.Security]: Add 'MonoTlsSettings.EnabledProtocols' property.Martin Baulig
2015-10-29[NewSystemSource]: Pass down the 'IMonoTlsProvider' to SSPIWrapper.Martin Baulig
2015-10-29Merge pull request #2182 from lewurm/fix-arm-buildJoão Matos
2015-10-29mini-llvm: fix wrong usageBernhard Urban
2015-10-29[tests] Adjust MathTest double epsilon valueLudovic Henry
2015-10-29[llvm] Split sig_to_llvm_sig () into two versions, one which takes an LLVMCal...Zoltan Varga
2015-10-29Comment-out [HostProtection] attribute in SslStream.cs, it seems to be causin...Martin Baulig
2015-10-29[runtime] Disable the -Wreturn-stack-address clang warning.Zoltan Varga
2015-10-29[threads] Fix warning on LinuxLudovic Henry
2015-10-29s390x-codegen.h - Initial SIMD supportNeale Ferguson
2015-10-29[mono-error] Introduce mono_metadata_parse_type_checked variant that uses Mon...Rodrigo Kumpera
2015-10-29[mono-error] Introduce MonoError in compare_type_literals.Rodrigo Kumpera
2015-10-29[metadata] Remove dead MonoParseTypeMode argument from non public functions.Rodrigo Kumpera
2015-10-29[loader-error] mono_metadata_parse_method_signature is no longer used by the ...Rodrigo Kumpera
2015-10-29[llvm] Clean up the naming convention in the backend. 'module' refers to a Mo...Zoltan Varga
2015-10-29[llvm] Merge LLVMCallInfo and LLVMSigInfo.Zoltan Varga
2015-10-29[System]: Replace the 'SslStream' implementation with a proxy that's using th...Martin Baulig
2015-10-29[Mono.Security]: It is legal for a TlsClientCertificate message to contain no...Martin Baulig
2015-10-29Fix the build, the stub for mono_llvm_cpp_throw_exception () was inside a DIS...Zoltan Varga
2015-10-29Fix my last commit.Martin Baulig
2015-10-29[Mono.Security]: Rename 'MonoTlsSettings.ServerCertificateValidationCallback'...Martin Baulig
2015-10-29Don't pass a 'null' hostname to the system validator as it would crash.Martin Baulig
2015-10-29Kill dead code.Martin Baulig
2015-10-29[runtime] Handle the conditional compilation of llvm-runtime.cpp at the autom...Zoltan Varga
2015-10-29[runtime] Add a configure check for unwind.hZoltan Varga
2015-10-28[profiler] Avoid a crash at shutdown by installing the assembly unload hook f...Zoltan Varga
2015-10-28[threads] Use runtime flag to enable cooperative suspendLudovic Henry
2015-10-28Merge pull request #2179 from BogdanovKirill/enummodulesfixLudovic Henry
2015-10-28Fix the build.Zoltan Varga
2015-10-28Use 'using SD = System.Diagnostics' to avoid ambiguous references.Martin Baulig
2015-10-28[test-runner] Improve outputLudovic Henry