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-10-30Remove dead code from System.Net.Sockets (#24904)Stano Peťko
2017-10-26add some code to make sure we sent datagram before we try to receive it (#24615)Tomas Weinfurt
2017-10-25Increase tolerance on SendTimesOut_Throws (#24844)Dan Moseley
2017-10-05Add Memory-based APIs to Sockets (#24431)Stephen Toub
2017-09-16Increase some networking test timeouts (#24099)Dan Moseley
2017-09-16Add Socket.Send/Receive concurrency test (#24056)Stephen Toub
2017-09-14Fix return value of partially successful Socket.Send (#24005)Tom Deseyn
2017-09-13Disable MulticastInterface_Set_AnyInterface_Succeeds test on Fedora (#24010)Stephen Toub
2017-09-12Move Socket UDP related tests to OuterLoop (#23980)David Shulman
2017-09-12Fix Socket Shutdown_TCP_CLOSED_Success test (#23975)David Shulman
2017-09-08Disable sockets test always failing on DesktopDavid Shulman
2017-09-08Only truncate to IOV_MAX for stream sockets (#23826)Tom Deseyn
2017-09-05Truncate sendmsg/recvmsg to IOV_MAX (#23781)Tom Deseyn
2017-09-05Increase allowed timeout range in SendTimesOut_Throws (#23803)Stephen Toub
2017-09-03Disable some networking testsDavid Shulman
2017-08-31Grammar check - "a [a,e]" rule. (#23697)Brian Chavez
2017-08-30Merge pull request #23611 from ericstj/removeNetFxSupportLibsEric StJohn
2017-08-30String literal spelling corrections - A through Z (#23674)Brian Chavez
2017-08-29Update VS configurationsEric St. John
2017-08-29Remove NetFx support libsEric St. John
2017-08-26Avoid byte[] allocations for IPAddress in System.Net.Sockets (#23555)Stephen Toub
2017-08-11Moving PlatformDetection to Corefx.Private.TestUtilities assembly (#23109)Tarek Mahmoud Sayed
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