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-30Add ManagedHandler support for cancelling connect operations (#24873)Stephen Toub
2017-10-25Use the Host header for the SSL handshakeStephen Toub
2017-10-25Don't fail a redirect that's missing a Location headerStephen Toub
2017-10-25Fix DecompressionHandler ContentEncoding logicStephen Toub
2017-10-25Reorder cookie handling in handler chainStephen Toub
2017-10-23Make Expect: 100-continue handling more robust (#24789)Stephen Toub
2017-10-20Remove dead code from System.Net.Http (#24735)Stano Peťko
2017-10-19Merge pull request #24389 from Priya91/tlsextensionLakshmi Priya Sekar
2017-10-18Address PR feedbackStephen Toub
2017-10-17add more cases and make tests more robustGeoff Kizer
2017-10-17add some basic protocol tests for status line handlingGeoff Kizer
2017-10-09Remove netfx config from System.Net.Http.Unit.TestsStephen Toub
2017-10-09Update System.Net.Http to use Memory-based Stream methodsStephen Toub
2017-10-07Add alpn support on Linux.Lakshmi Priya Sekar
2017-10-06Removed obsolete System.Net.Http NETFX related files (#24453)David Shulman
2017-10-03Add minimal handling for HTTP 1.0 requests to ManagedHandler (#23653)Tomas Weinfurt
2017-09-29Address PR feedbackStephen Toub
2017-09-29Several HttpClient/ManagedHandler fixes to better support ClientWebSocketStephen Toub
2017-09-27Return condition directly instead of `if (condition) return true; else return...Amit Dash
2017-09-26Make ConnectHelper.ConnectAsync return ValueTask<Stream> (#24244)Stephen Toub
2017-09-26Fix some missing ConfigureAwaits in ManagedHandler (#24248)Stephen Toub
2017-09-25Updated link to HTTP Protocol proposal and minor fixes (#24216)Alfred Myers
2017-09-24Use stackalloc directly into Span (#24212)Stephen Toub
2017-09-22Merge pull request #24173 from stephentoub/managedhandler_optinStephen Toub
2017-09-22Increase file descriptor limit in S.N.Http tests on macOSStephen Toub
2017-09-21Change AsSpan to property Span and rename AsMemory to Memoryahsonkhan
2017-09-21Switch tests to use thread-local switch for ManagedHandlerStephen Toub
2017-09-20Add thread-local based switch to opt-in to ManagedHandlerStephen Toub
2017-09-18Wrap exceptions from ManagedHandler's server validation callback (#24111)Stephen Toub
2017-09-18Wrap cert callback leaked exceptions in WinHttpHandler (#24107)David Shulman
2017-09-13Add ReadOnlyMemoryContent to System.Net.Http (#24006)Stephen Toub
2017-09-13Merge pull request #23868 from Priya91/credentialmhLakshmi Priya Sekar
2017-09-13Move test to windows specific.Lakshmi Priya Sekar
2017-09-12Disable unreliable Http diagnostics logging test (#23977)David Shulman
2017-09-08Move DefaultCredentialsTest to windows only.Lakshmi Priya Sekar
2017-09-08Remove duplicate bug ids in source code.Lakshmi Priya Sekar
2017-09-08Merge pull request #23821 from Priya91/credentialmhLakshmi Priya Sekar
2017-09-07Consolidate code between different Http handlers.Lakshmi Priya Sekar
2017-09-07Respect UseProxy better in ManagedHandler (#23750)Stephen Toub
2017-09-06Disable default proxy test on DesktopDavid Shulman
2017-09-06Use only CredentialCache when redirecting Uris in ManagedHandler.Lakshmi Priya Sekar
2017-09-04Enable disabled HttpClientEKUTests on ManagedHandler (#23754)Stephen Toub
2017-09-03Disable some networking testsDavid Shulman
2017-09-03Merge pull request #23752 from davidsh/22735_1David Shulman
2017-09-01System.Net.Http: Remove unnecessary null validator check (#23675)Justin Van Patten
2017-09-01Re-enable HTTP/2 testDavid Shulman
2017-08-30Merge pull request #23611 from ericstj/removeNetFxSupportLibsEric StJohn
2017-08-30XML doc spelling corrections - D through H. :shower: (#23638)Brian Chavez
2017-08-30XML doc spelling corrections - I through P. :shower: (#23651)Brian Chavez
2017-08-29Update VS configurationsEric St. John