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-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
2017-05-06Add exception diagnostics to WinHttpStephen Toub
2017-04-18Bulk updates of tests for AssertExtensions (#18491)Daniel Harvey
2017-04-10Updates how we define which key an assembly usesWes Haggard
2017-03-29Merge pull request #17653 from steveharter/FixWebSocketDisposeStephen Toub
2017-03-29Avoid NullReferenceException in WinHttpWebSocketState.DisposeSteve Harter
2017-03-25Change the behavior of ReceiveAsync cancellation to throw OperationCanceledEx...Caesar Chen
2017-03-22Skip more NetEventSource logging tests on .NET FrameworkDavid Shulman
2017-03-14Delete AsyncEventArgsNetworkStream from System.Net.WebSockets.ClientStephen Toub
2017-03-13Use vectors in managed ClientWebSocket for mask applicationStephen Toub
2017-03-10Enable Pinvoke checker and baseline violations (#16704)Dan Moseley
2017-03-05Fix TODO in ClientWebSocketOptionsStephen Toub
2017-03-03Improve CI: disable WebSocket test ReceiveAsync_Cancel_Success (#16625)Steve Harter
2017-03-02Merge pull request #16549 from Priya91/nettestLakshmi Priya Sekar
2017-03-02Convert some uses of Marshal.SizeOf to sizeof (#16556)Jan Kotas
2017-03-01Update test issues to match current issue database.Lakshmi Priya Sekar
2017-02-24Set EnableWinRT property in configuration system. (#16423)Wes Haggard