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
2018-01-18Fix MulticasInterface SocketOption to work with IPv6 on Linux (#25544)Jose
2018-01-12Update references assemblies to include private fields for structsWes Haggard
2018-01-03comment cleanupGeoff Kizer
2017-12-29reenable operation cacheGeoff Kizer
2017-12-21Convert uses of the Dangerous APIs to use MemoryMarshal.GetReference (#25936)Ahson Khan
2017-12-21enable tests again after infrastructure was fixed (#25999)Tomas Weinfurt
2017-12-20disable MulticastInterface_Set_AnyInterface_Succeeds temporarily while invest...Tomas Weinfurt
2017-12-19Ensure build of netcoreapp vertical of CoreFx can be done without past packag...Santiago Fernandez Madero
2017-12-16Reference Unsafe APIs from CoreLib in System.Memory (#25929)Ahson Khan
2017-12-12Re-enable additional tests on WSL (#25807)Josh Free
2017-12-05Add several more shutdown calls to sockets tests (#25713)Stephen Toub
2017-12-05System.Net.Sockets - Tests - Removed more blocking on APM tests (#25658)Tim Seaward
2017-12-05Disable IOControl_SIOCATMARK_Success test on other platformsStephen Toub
2017-12-02Add basic Socket.IOControl implementation on Unix (#25579)Stephen Toub
2017-11-29Remove XunitShowProgress from System.Net.Sockets.Tests (#25578)Stephen Toub
2017-11-29Quick removal of more blocking in Sockets (#25460)Tim Seaward
2017-11-29SSLStream - Make read side async, and remove a bunch of allocations (#24497)Tim Seaward
2017-11-29enable multicast test on Fedora again (#25552)Tomas Weinfurt
2017-11-23UnixDomainSocketEndPoint: support Linux abstract socket address. (#25435)Tom Deseyn
2017-11-22Temporarily disable caching of AsyncOperationsStephen Toub
2017-11-22Cache AsyncOperation instances on the SocketAsyncContext on UnixStephen Toub
2017-11-22Add some comments to ProcessIOCPResultStephen Toub
2017-11-22Simplify ReceiveMessageFromAsync signatureStephen Toub
2017-11-22Remove DoOperationReceive{From} out SocketFlags argumentStephen Toub
2017-11-22Remove multiple SAEA fields related to SendPacketsStephen Toub
2017-11-22Simplify InnerStart* patternStephen Toub
2017-11-22Fully enable Memory<byte> in SocketAsyncEventArgsStephen Toub
2017-11-22Add support for Unix Domain Sockets (#25246)Eric Erhardt
2017-11-21System.Net.Sockets Remove some Task blocks to make tests async (#25347)Tim Seaward
2017-11-17Swap partial and static keywords since this causes compile errors with latest...Eric Erhardt
2017-11-16Fix Socket span tests in light of ArraySegment->Span cast change (#25292)Stephen Toub
2017-11-16Linux sockets: perform queued IO operations on threadpool, and rework queue l...Geoff Kizer
2017-11-15Improve SO_REUSE{ADDR,PORT} xplat behavior for TCP (#24809)Tom Deseyn
2017-11-14Fix IndexOutOfRangeException in Socket.ConnectAsync/EndConnect (#25243)Stephen Toub
2017-11-09Add some basic Socket SendAsync/ReceiveAsync perf tests (#25136)Stephen Toub
2017-11-03Mark applicable structs as readonlyStephen Toub
2017-11-03Clean UdpReceiveResult (#25003)Raul Hidalgo Caballero
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