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
path: root/mcs
AgeCommit message (Expand)Author
2016-10-26[System] Tweak define to exclude System.Net.WebProxy.CreateDefaultProxy and u...Rolf Bjarne Kvinge
2016-10-25[bcl] Only build Mono.Btls.Interface and btls tool when BTLS is enabledAlexander Köplinger
2016-10-25[System] Don't build managed BTLS code on monotouchAlexander Köplinger
2016-10-25Merge pull request #3813 from rolfbjarne/watchos-no-cfnetwork-4.8Marek Safar
2016-10-25[BTLS]: Fix a ref-counting leak in X509ChainImplBtls. Fixes #45687. (#3811)Martin Baulig
2016-10-25Fixes commit 24a439d9b722a8112a5243e042efd4c45ad3e35cMarek Safar
2016-10-24[System] Remove any CFNetwork usage from the watchOS profile. Fixes #45847.Rolf Bjarne Kvinge
2016-10-24[bcl] Move a few types from the Facades into the framework for netstandard20 ...Alexander Köplinger
2016-10-22[btls] Convert BTLS icalls to pinvokes by invoking them using [DllImp… (#3799)Zoltan Varga
2016-10-20[System]: Distinguish between empty hostnames and no hostnames for certificat...Martin Baulig
2016-10-20[System]: ChainValidationHelper: always set 'status11' on error.Martin Baulig
2016-10-18[System] Implements Socket::ConnectAsync. Fixes #44406Marek Safar
2016-10-18With Android 7.0 (Nougat) it is no longer possible to read someMarek Habersack
2016-10-17Merge pull request #3770 from slluis/fix-RSACertificateExtensionsMarek Safar
2016-10-15[System] Fix expected default value in test for ServicePointManager.Connectio...Alexander Köplinger
2016-10-14Merge pull request #3768 from kumpera/backport-machine-config-fixesRodrigo Kumpera
2016-10-14[System.ServiceModel] Move a few types into System.IdentityModelAlexander Köplinger
2016-10-14Implement some missing methods in RSACryptoServiceProviderLluis Sanchez
2016-10-14Implemented System.Security.Cryptography.X509Certificates.RSACertificateExten...Lluis Sanchez
2016-10-14[System.Xml] Update supported time formats for mobile version of XML deserial...Marek Safar
2016-10-13[corlib] RemotingConfiguration now try to use the bundled machine.config first.Rodrigo Kumpera
2016-10-13[corlib] Don't load the machine config file if it's missing. Fixes #44707Rodrigo Kumpera
2016-10-13[System] Add tests for IPv6-enabled FtpWebRequestAlexander Köplinger
2016-10-13[System] Add IPv6 support to FtpWebRequestAlexander Köplinger
2016-10-13[System] Make sure FtpWebRequest processing happens in a background threadAlexander Köplinger
2016-10-13[System] SocketAsyncEventArgs::Dispose does not free any managed resources. F...Marek Safar
2016-10-13[System]: Move MonoBtlsProvider.IsSupported() -> MonoTlsProviderFactory.IsBtl...Martin Baulig
2016-10-12[System] Another round of hardening around disposal of Process while doing as...Rodrigo Kumpera
2016-10-12[mcs] Handle interpolated strings with escaped quotes. Fixes #45286Marek Safar
2016-10-12[Mono.Data.Sqlite] Regression introduced by 04162ffbbdfed88ba298341f0384a3594...Marek Safar
2016-10-11[cert-sync]: Change back to using the '--btls' argument.Martin Baulig
2016-10-11[System] Set more error details on failed https proxy connect. Fixes #45108Marek Safar
2016-10-10[corlib] Add missing constructors to RNGCryptoServiceProvider on monotouchAlexander Köplinger
2016-10-10[System]: Fix a typo in X500DistinguishedName.AreEqual().Martin Baulig
2016-10-10[btls] Use UTC for the Unix epoch in the managed BTLS code (#3702)Alexander Köplinger
2016-10-10[System.Data] Use same socket family for data receiver as it has its client. ...Marek Safar
2016-10-10[corlib] Add CLSComplaint(false) to a few EventSource methodsAlexander Köplinger
2016-10-10[bcl] Expose a few more APIs on mobile to match with netstandardAlexander Köplinger
2016-10-07Merge pull request #3724 from kumpera/fix_process_stream_dispose-backportRodrigo Kumpera
2016-10-07[System] Use default parsing rules for Uri.IsWellFormedUriString. Fixes #45129Marek Safar
2016-10-07[System] Add some hardening when disposing a AsyncStreamReader as it will hav...Rodrigo Kumpera
2016-10-06[System] Dispose all streams in Process::Close if they were not exposed to th...Rodrigo Kumpera
2016-10-05[System.Net.Http] Wrap certain exceptions into HttpRequestException. Fixes #4...Marek Safar
2016-10-05[mcs] Don't report version mismatch error for FX assembliesMarek Safar
2016-10-05Merge pull request #3708 from rolfbjarne/linker-mark-nested-types-4.8.0Alexander Köplinger
2016-10-05[BTLS]: Certificate cleanups and fixes. (#3706)Martin Baulig
2016-10-05Nowdays Content-Range From could be much more than 2147483647Cinerar
2016-10-04[linker] We don't need to mark nested types more than once.Rolf Bjarne Kvinge
2016-10-04Merge pull request #3694 from rolfbjarne/watchos-simplify-http-message-handle...Alexander Köplinger
2016-10-04[linker] We need to mark nested types even if the declaring type isn't marked.Rolf Bjarne Kvinge