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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-08Add Span-based overloads to System.Net.Sockets (#22988)Stephen Toub
2017-08-04fix flaky socket test (#22942)Geoff Kizer
2017-08-03add reference to issueGeoff Kizer
2017-08-03disable unreliable testGeoff Kizer
2017-07-31fix indentationGeoff Kizer
2017-07-31some test file reorganizationGeoff Kizer
2017-07-31refactor some test helper code into SocketTestHelper, and use this more gener...Geoff Kizer
2017-07-30Merge pull request #22588 from geoffkizer/linuxtimeoutGeoff Kizer
2017-07-25increase timeout and use UtcNowGeoff Kizer
2017-07-25force into nonblocking mode when timeouts are set, and improve testsGeoff Kizer
2017-07-25Merge pull request #22539 from geoffkizer/linuxsyncoverasyncGeoff Kizer
2017-07-24address review feedbackGeoff Kizer
2017-07-23add test variations for simulating sync operations over a nonblocking socket ...Geoff Kizer
2017-07-12Remove _ptrSocketAddressBufferSize fieldStephen Toub
2017-07-12Remove _ptrSocketAddressBuffer fieldStephen Toub
2017-07-12Remove _ptrSendPacketsDescriptor fieldStephen Toub
2017-07-12Remove _ptrWSARecvMsgWSABufferArray fieldStephen Toub
2017-07-12Remove _ptrControlBuffer fieldStephen Toub
2017-07-12Remove _ptrWSAMessageBuffer fieldStephen Toub
2017-07-12Fix memory leak in ReceiveMessageFromAsync (#22144)Stephen Toub
2017-07-10Address PR feedback around Debug.AssertsStephen Toub
2017-07-09Fix lifetime handling of ReceiveMessageFromAsync buffer on WindowsStephen Toub
2017-07-09Revise ReceiveMessageFromAsync testStephen Toub
2017-07-06Fix Socket.ReceiveAsync not completing for 0-byte receive on peer disconnect ...Tom Deseyn
2017-07-04Removing unused UAP code and SmtpClient HostName workaround (#21670)Caesar Chen
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-06-30Tracking ETW UAP test failures against a single issue. Global mutex is not su...Cristian Pop
2017-06-26re-enable tests, and delete some dead codeCaesar Chen
2017-06-23Convert most Assert.Throws<ArgumentException> without param name to AssertExt...Hugh Bellamy
2017-06-23Align param name for Windows and Unix for Socket.Select (#21461)Hugh Bellamy
2017-06-23final check for socket functional testCaesar Chen
2017-06-21re-enable a testCaesar Chen
2017-06-18Fix some Sockets Functional test failures in ILC mode (#21171)Caesar Chen
2017-06-15Merge pull request #21051 from stephentoub/socket_perfStephen Toub
2017-06-15Merge pull request #21058 from caesar1995/socket_uwpCaesar Chen
2017-06-14socket tests for uwpCaesar Chen
2017-06-14Enable UAP Remote Execution for all tests (#21014)Tarek Mahmoud Sayed
2017-06-14Streamline FinishOperationSyncSuccessStephen Toub
2017-06-14Disable test in System.Net.Sockets for UAP (#21019)Caesar Chen
2017-06-14Remove unnecessary write in StartOperationCommonStephen Toub
2017-06-14Reuse ThrowForNonFreeStatus in StartOperationCommonStephen Toub
2017-06-14Reduce ifs / branches in StartConfiguringStephen Toub
2017-06-14Add SetBuffer test to further validate null buffer behaviorStephen Toub
2017-06-14Use nameof in a few more places in SAEAStephen Toub
2017-06-10fix UnauthorizedAccessException for tests running in UWP appcontainerCaesar Chen
2017-06-06Specify explicit SetLastError semantics for Sockets related delegatesDavid Shulman
2017-05-27Merge pull request #19820 from tmds/socketenginesStephen Toub
2017-05-25Remove help VS commentsEric St. John
2017-05-18Decrease number of socket instances in SocketPerformance_MultipleSocketClient...Stephen Toub
2017-05-17Merge pull request #19842 from ericstj/incrementVersionsGaurav Khanna