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-18genproj: Improve handling of executables and projects with build dependenciesMiguel de Icaza
2016-05-18Merge pull request #3003 from marek-safar/rs-NetworkInformationMarek Safar
2016-05-18Merge pull request #3009 from akoeplinger/fix-sockettest-catchAlexander Köplinger
2016-05-18[System] Common NetworkInformation code from referencesourceMarek Safar
2016-05-18[System] Throw PlatformNotSupportedException if NetworkInformation.NetworkCha...Rolf Bjarne Kvinge
2016-05-18[System] Get rid of useless catch-all clauses in SocketTestAlexander Köplinger
2016-05-18[genproj] Updates to project generator and csproj files.Miguel de Icaza
2016-05-17Merge pull request #2250 from esdrubal/masterAlexis Christoforides
2016-05-17Merge pull request #2987 from spouliot/ipv6onlyAlexander Köplinger
2016-05-16Merge pull request #2999 from marek-safar/rs-FileWebMarek Safar
2016-05-16[System] Use common assertion api in IPAdressTest to fix monodroid buildAlexander Köplinger
2016-05-16[System] FileWebResponse/FileWebRequest from referencesourceMarek Safar
2016-05-16[System] Authorization from referencesourceMarek Safar
2016-05-13[System] IPAddress from referencesourceMarek Safar
2016-05-13[System] Replace few System.Net types with referencesourceMarek Safar
2016-05-13[System] Remove unused filesMarek Safar
2016-05-13Merge pull request #2984 from amccague/ping-task-fixMarek Safar
2016-05-12[System][tests] Make sure Dns tests works in a mixed IPv4/IPv6 network tooSebastien Pouliot
2016-05-11[System][tests] Tweak Dns unit tests so it does not fail on an IPv6 only networkSebastien Pouliot
2016-05-11[System] Rename variable to fix bootstrapping with Mono 3.10 mcsAlexander Köplinger
2016-05-11Task Based Ping - removed illegal use of `?.`amccague
2016-05-11Resolved bug (8554) with Task Based Ping APIamccague
2016-05-11Merge pull request #2973 from marek-safar/rs-UriMarek Safar
2016-05-11[System] Uri handling from reference sourceMarek Safar
2016-05-10[System]: Lazy-init X509ChainPolicy.ExtraStore when called from SystemCertifi...Martin Baulig
2016-05-09[System] Cleanup uri testsMarek Safar
2016-05-06[System]: Fix certificate validation with empty hostname.Martin Baulig
2016-05-06[System]: Add comment to the obsoletion of Mono-specific ServicePointManager ...Martin Baulig
2016-05-06[System]: Obsolete the Mono-specific cipher suite callbacks in ServicePointMa...Martin Baulig
2016-05-05[System] Oid from referencesource. Fixes #40646 and other incompabilitiesMarek Safar
2016-05-03Remove referencesource submodule and move sources to mcs/class/referencesourceMarek Safar
2016-04-27Merge pull request #1345 from mattleibow/websocket-continuation-frame-fixAlexander Köplinger
2016-04-26Merge pull request #2947 from mfilippov/mastermonojenkins
2016-04-26Refactoring SocketAcceptAsyncTestMikhail Filippov
2016-04-26Fix SocketAcceptAsyncTestMikhail Filippov
2016-04-25Socket.AcceptAsync shouldn't create new socket if SocketAsyncEventArgs.Accept...Mikhail Filippov
2016-04-24[Process] Fix handle leak on child process CreationLudovic Henry
2016-04-24[Process] Fix System.Diagnostics.ProcessTest.StandardInputWriteLudovic Henry
2016-04-17[System] Replace websocket echo test server with corefx one (#2902)Alexander Köplinger
2016-04-16[System] Remove MONO_X509_ALIASMarek Safar
2016-04-16[System] Remove PrebuiltSystem alias (it's not needed with any modern mcs)Marek Safar
2016-04-16Merge pull request #2417 from razzfazz/guard_substrAlexis Christoforides
2016-04-14Merge pull request #2884 from ludovic-henry/fix-process-hasexitedAlexander Köplinger
2016-04-14[Process] Set haveProcessHandle to true when setting m_processHandleLudovic Henry
2016-04-14use native realpath() function (#2877)Daniel Becker
2016-04-13[corlib]: Add X509CertificateImpl.GetNativeAppleCertificate().Martin Baulig
2016-04-11[build] Remove unused lib pathsMarek Safar
2016-04-08[corlib]: Add internal callback to 'X509Helper' to use System's X509Helper2.Martin Baulig
2016-04-08[System]: Use MonoTlsProviderFactory.GetDefaultProviderInternal() to cache th...Martin Baulig
2016-04-07[Mono.Security]: Add new internal 'MonoTlsProvider' APIs.Martin Baulig