Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-30[wasm] Process WebSocket connection errors on NodeJS (#69858)Marek Fišera
2022-02-18[wasm] Replace active issue for browser platform with NodeJS only (#65505)Marek Fišera
2022-01-20[wasm] WebSocket tests on NodeJS (#63441)Marek Fišera
2021-09-18- reimplementation of BrowserWebSocket (#58199)Pavel Savara
2021-07-14enable working websocket subprotocol testPavel Savara
2021-07-12[wasm] WebSocket is already disposed by after abort. (#55075)Pavel Savara
2021-06-22[WIP][wasm][testing] remote loop network tests via xharness and websocket (#5...Pavel Savara
2021-06-09[wasm][testing] hosting echo server in xharness process (#52923)Pavel Savara
2021-04-09Cleanup PlatformSpecific/SkipOnMono attributes that skip a platform (#50907)Alexander Köplinger
2021-03-26Credentials fix (#50230)Jan Jahoda
2021-01-29Dispose of ClientWebSocket when it fails to connect (#47616)Stephen Toub
2020-12-11[browser][tests][outerloop] Standup OuterLoop WebSocket tests (#45470)Kenneth Pouncey
2020-12-09[browser][websocket] Throw OperationCanceledException on connect (#44722)Kenneth Pouncey
2020-11-21[browser][tests] Standup System.Net.WebSockets.Client.Tests in CI (#44781)Kenneth Pouncey
2020-09-10improve ConnectAsync_CancellationRequestedAfterConnect_ThrowsOperation test (...Tomas Weinfurt
2020-07-23Suppress credscan false positives (#38026)Jan Jahoda
2020-07-08Update license headers (#38793)Stephen Toub
2020-06-05Add non-generic TaskCompletionSource (#37452)Stephen Toub
2020-04-10[mono] Remove CoreFX.issues_windows.rsp file (#32592)Maxim Lipnin
2020-01-18Disable failing test (#1896)Jared Parsons
2019-10-17Remove UAP target (dotnet/corefx#41759)Viktor Hofer
2019-07-29Re-enable xunit warning 2009 (dotnet/corefx#39847)Stephen Toub
2019-07-18Move ConnectAsync_AddCustomHeaders_Success ClientWebSocket test to loopback (...Stephen Toub
2019-07-08Disable ConnectAsync_AddHostHeader_Success test (dotnet/corefx#39272)Stephen Toub
2019-07-05Enable XUnit Analyzers (dotnet/corefx#38676)Viktor Hofer
2019-06-07Allow OperationCanceledExceptions to propagate out of ClientWebSocket.Connect...Stephen Toub
2019-05-30Replace netstandard test projects with tfmsViktor Hofer
2019-04-17Fix ClientWebSocket close handshake when using proxy (dotnet/corefx#36928)David Shulman
2019-03-14Clean up some tests and move to new Azure endpoint (dotnet/corefx#36018)David Shulman
2019-03-12Include correct error code in WebSocket.ThrowOnInvalidState (dotnet/corefx#35...Stephen Toub
2019-03-11Use TryAddWithoutValidation in WebSocketHandle.ConnectAsyncCore (dotnet/coref...Stephen Toub
2018-05-21Fix WebSocket.Client tests on UAP (dotnet/corefx#29810)David Shulman
2018-04-18Fix ClientWebSocket error message when endpoint is not a real websocket (dotn...Caesar Chen
2017-10-25Use the Host header for the SSL handshakeStephen Toub
2017-09-29Fix several Connect test's dependence on ReceiveAsync returning complete messageStephen Toub
2017-08-07Add test for WSS handshake secure cookies, modify cookiecontainer behavior to...Max Kerr
2017-05-27make activeissue to numbersCaesar Chen
2017-05-27revert back a testCaesar Chen
2017-05-27fix some clientwebsocket issuesCaesar Chen
2017-05-23Disable System.Net.* tests for issue dotnet/corefx#19967Santiago Fernandez
2017-01-27ClientWebSocket(Managed): Allow user code to control the HTTP Host header (do...dstuckims
2016-09-01Disable most networking tests for default CI runsDavid Shulman
2016-06-15Move classes to their own filesStephen Toub