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.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
2017-07-13fix #22164Caesar Chen
2017-07-13Re-enabling ClientWebSocket close and cancel tests in UWP (#22072)Diego Perez Botero
2017-07-12Re-enabling ClientWebSocketUnitTest runs in UWP (#22127)Diego Perez Botero
2017-07-11Implement client certificates for HttpClient on UAP (#22022)David Shulman
2017-07-08UWP ClientWebSocket.ReceiveAsync returns partial message data as it arrives (...Diego Perez Botero
2017-07-08ClientWebSocket supports client certificates in UWP (#21908)Diego Perez Botero
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-06-30Move ManagedWebSocket from System.Net.WebSockets.Client to System.Net.WebSock...Stephen Toub
2017-06-30Tracking ETW UAP test failures against a single issue. Global mutex is not su...Cristian Pop
2017-06-28Fix unhandled exception when UWP ClientWebSocket loses connection to server (...Diego Perez Botero
2017-06-26Add ClientWebSocket client certificate test (#21466)Diego Perez Botero
2017-06-23Convert most Assert.Throws<ArgumentException> without param name to AssertExt...Hugh Bellamy
2017-06-21Add ClientWebSocket partial message test (#21138)Diego Perez Botero
2017-06-01Disable some WebSockets Client tests for UAP/ILC test runsDavid Shulman
2017-05-30Merge pull request #20376 from schen381/bugfix_19967David Shulman
2017-05-30address PR feedbackCaesar Chen
2017-05-27make activeissue to numbersCaesar Chen
2017-05-27revert back a testCaesar Chen
2017-05-27fix some clientwebsocket issuesCaesar Chen
2017-05-25Remove help VS commentsEric St. John
2017-05-23Disable System.Net.* tests for issue #19967Santiago Fernandez
2017-05-17Increment versions post 2.0Eric St. John
2017-05-10Fixing OID EKU validation.Lakshmi Priya Sekar