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
2016-05-03Update Reference Sources to .NET Framework 4.6dotnet-bot
2016-05-03SslState.AsyncResumeHandshake(): Fix resumption of pending handshake.Martin Baulig
2016-05-03Mono friendly WebUtilityMarek Safar
2016-05-03Fix and actually use the '_PendingReHandshake' logic in _SslState.csMartin Baulig
2016-05-03Mono-specific implementation to get SecureChannel's connection info.Martin Baulig
2016-05-03Always call SSPIWrapper.CheckRemoteCertificate().Martin Baulig
2016-05-03Add conditionals to ServicePointManager.cs.Martin Baulig
2016-05-03Mono uses WebAsyncResult instead of reference sources LazyAsyncResult (at lea...Marek Safar
2016-05-03Need another DISABLE_CAS_USE in _SecureChannel.cs.Martin Baulig
2016-05-03Add another DISABLE_CAS_USE conditional to _SecureChannel.csMartin Baulig
2016-05-03Apply more DISABLE_CAS_USEMarek Safar
2016-05-03Need MONO_X509_ALIAS in _SslState.cs and _SecureChannel.cs.Martin Baulig
2016-05-03Introduce new MONO_X509_ALIAS conditional and use it in SslStream.cs.Martin Baulig
2016-05-03Merge the 'martin-ssl-integration' branch.Martin Baulig
2016-05-03Add another small DISABLE_CAS_USE conditionals.Martin Baulig
2016-05-03Add 'MONO_FEATURE_LOGGING' conditional to disable Logging.cs.Martin Baulig
2016-05-03Reverts not needed changesMarek Safar
2016-05-03Add 'MONO_FEATURE_NEW_TLS' conditional to SslStreamContext.Martin Baulig
2016-05-03Use "Thread.CurrentThread.ManagedThreadId" on Mono.Martin Baulig
2016-05-03Add conditionals where needed.Martin Baulig
2016-05-03Adding reference source for System.Netdotnet-bot