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
2021-03-25Credscan - revert crypto changes (#406)Jan Jahoda
2019-10-10Clean up some tests and move to new Azure endpoint (#41603) (#360)Alexander Köplinger
2018-12-13Merged with dotnet/release/2.2.Martin Baulig
2018-04-10More tweaks for the latest mergeMarek Safar
2018-04-03Update after merge conflictsMarek Safar
2018-04-02Merge remote-tracking branch 'upstream/release/2.1' into 2.1-mergeMarek Safar
2018-03-30Reduce buffering in ManagedWebSocket.ReceiveAsync (#28577)Stephen Toub
2018-03-29Add WebSocket test for zero-byte receives (#28579)Stephen Toub
2018-03-28enable test (#28481)Caesar Chen
2018-03-23Fixed netfx System.Net.WebSockets.Client.Tests fails on non-English Windows (...Alexander Radchenko
2018-03-22Make ClientWebSocket always use CONNECT tunneling through a proxy (#28150)Caesar Chen
2018-03-20Expose ClientWebSocketOptions.RemoteCertificateValidationCallback (#28141)Stephen Toub
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
2018-01-03Merge remote-tracking branch 'upstream/master'Marek Safar
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-27Merge remote-tracking branch 'upstream/master'Marek Safar
2017-11-23Revert "Merge pull request #24288 from stephentoub/websocket_managedhandler"Marek Safar
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