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-10-26[System] Tweak define to exclude System.Net.WebProxy.CreateDefaultProxy and u...Rolf Bjarne Kvinge
2016-10-17[System] More Socket methods from referencesourceMarek Safar
2016-10-15[System] Fix expected default value in test for ServicePointManager.Connectio...Alexander Köplinger
2016-10-14[System] Use mono specific payload type for EndAccept of TCPListenerMarek Safar
2016-10-13[System] SocketAsyncEventArgs::Dispose does not free any managed resources. F...Marek Safar
2016-10-13Merge pull request #3762 from akoeplinger/fix-ftp-ipv6Alexander Köplinger
2016-10-12[System] Add tests for IPv6-enabled FtpWebRequestAlexander Köplinger
2016-10-12[System] More Socket types from referencesourceMarek Safar
2016-10-11[corlib] Fix UdpClient tests on watchosAlexander Köplinger
2016-10-10[System] Enable more testsMarek Safar
2016-10-07[System] Use default parsing rules for Uri.IsWellFormedUriString. Fixes #45129Marek Safar
2016-10-03[System*] Throw a PlatformNotSupported exception when using the managed netwo...Rolf Bjarne Kvinge
2016-09-29[System] Fix tests that regressed in e6536dd.Rolf Bjarne Kvinge
2016-09-28[System] Reduce duration of SendGenericExceedBuffer testMarek Safar
2016-09-28[System]: Make Test/System.Net.Sockets compile.Martin Baulig
2016-09-27[System*] Throw a PlatformNotSupported exception when using the networking st...Rolf Bjarne Kvinge
2016-09-26[System] Fixes SendGenericExceedBuffer testMarek Safar
2016-09-22Merge pull request #3603 from ninjarobot/socket-writeMarek Safar
2016-09-22Merge pull request #3600 from henricm/fix-win-network-info-testsHenric Müller
2016-09-21Returning during Send in case of error. Splitting send and receive into sepa...Dave Curylo
2016-09-21Send all data to a socket before exit from Socket.Send.Dave Curylo
2016-09-21Ignoring IsDnsEnabled test on WindowsHenric Müller
2016-09-20Merge pull request #3586 from henricm/fix-win-uri-testsMarek Safar
2016-09-20Ignoring URI tests with unix path on windowsHenric Müller
2016-09-20Merge pull request #3578 from henricm/fix-win-process-testAlexander Köplinger
2016-09-20Add link to Bugzilla ticket for unifying the behavior between .NET and MonoAlexander Köplinger
2016-09-19Fixes for ProcessTest on WindowsHenric Müller
2016-09-14[System] Rewrite Dns tests so that failures don't cause the process to crash.Rolf Bjarne Kvinge
2016-09-14Merge pull request #3536 from henricm/fix-machinename-ignorecaseNiklas Therning
2016-09-13[System] Don't compress custom http headers in httplistener response. Fixes #...Marek Safar
2016-09-08Ignoring case for MachineName in EventLogTestHenric Müller
2016-09-02Not reusing sockets in dual mode testsHenric Müller
2016-08-23[mcs] Remove NET_4_5 ifdef from the source filesAlexander Köplinger
2016-08-18[mcs] Replace NET_2_1 by MOBILELudovic Henry
2016-08-09[System] Remove one no longer needed uri workaround. Fixes #43032Marek Safar
2016-08-04[process] Fix Process.Exited event triggered too earlyLudovic Henry
2016-07-26[System*] Add category for tests that use API that require BSD sockets.Rolf Bjarne Kvinge
2016-07-08[System] Test ReadAsync Cancellation.Marcos Henrich
2016-07-06[System] Bump timeout in TimerTest a bitAlexander Köplinger
2016-07-06Merge pull request #3091 from alexanderkyte/mobile_static_fix_mcs_testsAlexander Köplinger
2016-07-05Merge pull request #3210 from esdrubal/connectasyncUHEMarcos Henrich
2016-07-03[mobile_static] Add MOBILE_STATIC to preprocessor guardAlexander Kyte
2016-06-27[System] Test Unhandled Ex on ConnectAsyncMarcos Henrich
2016-06-22Don't run the ping test on certain Android devicesMarek Habersack
2016-06-21[System] Overwrite Console encoding to match mcs text output for CodeDOM comp...Marek Safar
2016-06-13[System] Fixes crash during implicit file uri parsing with unicode charactersMarek Safar
2016-06-10[System] Fix HttpListenerRequestTest.HttpRequestIsLocal intermittently failingAlexander Köplinger
2016-06-09[System] Make ServicePointTest.DnsRefreshTimeout test more reliableAlexander Köplinger
2016-06-09Merge pull request #3090 from alexanderkyte/remove_deprecated_assertionsAlexander Köplinger
2016-06-08Merge pull request #3117 from alexrp/masterAlex Rønne Petersen