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-03-16enable test (#28106)Caesar Chen
2018-03-14Add tests for ClientWebSocket connections thru a proxy (#28031)David Shulman
2018-03-14Make SocketsHttpHandler default Handler (#27821)Caesar Chen
2018-03-13Use shared SocketsHttpHandler for some ClientWebSocket options (#27994)Stephen Toub
2018-03-09Dispose of the SocketsHttpHandler used in WebSocketHandle.Managed (#27900)Stephen Toub
2018-03-08Update SLNs and projects to be in sync with configurationsEric St. John
2018-03-07Fix NullReferenceException when using client certs with ClientWebSocket (#27777)Stephen Toub
2018-03-02Expose and roll out ValueTask extensibilityStephen Toub
2018-03-01Update WebSocket status when the underlying connection is closed (#27556)Max Kerr
2018-02-17Enable SendReceive_VaryingLengthBuffers_Success on Windows run (#27181)Caesar Chen
2018-02-14reorganize and cleanup some LoopbackServer codeGeoff Kizer
2018-02-13Clear initlocals in a bunch of assemblies (#26993)Stephen Toub
2018-02-09add protocol tests for cookie handlingGeoff Kizer
2018-02-09Expose SocketsHttpHandlerStephen Toub
2018-02-02Fix ManagedHandler env var / AppContext handling (#26763)Stephen Toub
2018-01-19Use ManagedWebSocket implementation everywhere except uap.Lakshmi Priya Sekar
2017-12-21Convert uses of the Dangerous APIs to use MemoryMarshal.GetReference (#25936)Ahson Khan
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-02Fix subprotocol check in WebSocketHandle.Managed (#25645)Stephen Toub
2017-11-04Cleanup Windows 10 version detection (#25052)David Shulman
2017-11-03Mark applicable structs as readonlyStephen Toub
2017-11-02Fix a few WebSocketHandle.Managed issues (#25010)Stephen Toub
2017-10-30Remove dead code from System.Net.WebSocket.Client (#24932)Stano Peťko
2017-10-30Add ManagedHandler support for cancelling connect operations (#24873)Stephen Toub
2017-10-30Merge pull request #24846 from stephentoub/websockets_memoryStephen Toub
2017-10-25Use the Host header for the SSL handshakeStephen Toub
2017-10-25Override Memory-based ReceiveAsync on WinHttpWebSocketStephen Toub
2017-10-25Add Memory-based Send/ReceiveAsync methods to WebSocketStephen Toub
2017-10-25Use WebSocket.CreateFromStream in System.Net.WebSockets.Client on UnixStephen Toub
2017-09-29Address PR feedbackStephen Toub
2017-09-29Use ManagedHandler in managed ClientWebSocketStephen Toub
2017-09-29Make several allocations from ClientWebSocketOptions lazyStephen Toub
2017-09-29Fix several Connect test's dependence on ReceiveAsync returning complete messageStephen Toub
2017-09-29Reduce running time of KeepAlive_LongDelayBetweenSendReceives_Succeeds testStephen Toub
2017-09-15Do not use zero width spaces (#24069)Andrius Bentkus
2017-09-10Disable brittle WebSockets.Client test (#23920)David Shulman
2017-09-03Disable some networking testsDavid Shulman
2017-08-30XML doc spelling corrections - D through H. :shower: (#23638)Brian Chavez
2017-08-11Moving PlatformDetection to Corefx.Private.TestUtilities assembly (#23109)Tarek Mahmoud Sayed
2017-08-07Add test for WSS handshake secure cookies, modify cookiecontainer behavior to...Max Kerr
2017-08-03Fixing abort race condition in ClientWebSocket for UWP. (#22896)Cristian Pop
2017-07-27Clean up code and comments.Max Kerr
2017-07-27Reduce duplicate code and move unnecessary class level variables.Max Kerr
2017-07-26Separate the tests so as to leave the old tests unmodified for core.Max Kerr
2017-07-26Modify WebSocket buffer size tests to correctly test minimum buffer sizes on ...Max Kerr
2017-07-14Merge pull request #22189 from caesar1995/array_hlCaesar Chen
2017-07-14check property if need to cache result, and remove active label for a fixed i...Caesar Chen
2017-07-13address PR feedbackCaesar Chen
2017-07-13Pinning correct WebSocketState.Closed behavior (#22183)Diego Perez Botero