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
2018-03-19Re-enable SocketsHttpHandler proxy test (#28186)Stephen Toub
2018-03-17Merge pull request #28134 from stephentoub/connectionallocsStephen Toub
2018-03-17Check available credentials when choosing authentication scheme (#28105)Max Kerr
2018-03-16Avoid exceptions when a connection in the pool is DisposedStephen Toub
2018-03-16Dial SocketsHttpHandler scavenge time based on idle timeoutStephen Toub
2018-03-16Avoid allocating auth scheme substring in AuthenticationHeaderValueStephen Toub
2018-03-15replace issue number (#28036)Caesar Chen
2018-03-15Fix SocketsHttpHandler.PreAuthenticate behavior (#28047)Stephen Toub
2018-03-14Make SocketsHttpHandler default Handler (#27821)Caesar Chen
2018-03-13Expose SocketsHttpHandler.ResponseDrainTimeout (#28011)Stephen Toub
2018-03-13Change behavior of SocketsHttpHandler for redirects (#28008)David Shulman
2018-03-13CurlHandler: Remove Transfer-Encoding on redirect from POST to GET (#27988)Max Kerr
2018-03-12Merge pull request #27881 from weshaggard/ReverseApiCompatWes Haggard
2018-03-12Merge pull request #27886 from geoffkizer/fixntproxyauthGeoff Kizer
2018-03-12Change CurlHandler to only request HTTP/2 over TLS (#27934)Stephen Toub
2018-03-12fix NTLM auth and add some manually enabled tests (#27958)Geoff Kizer
2018-03-10Baseline all reverse apicompat issuesWes Haggard
2018-03-10Fix comment typo in HttpConnection.csStephen Toub
2018-03-09Ensure SendAsync token source is disposed when handler throws (#27894)Stephen Toub
2018-03-09Eat exceptions from SocketsHttpHandler's readahead task (#27898)Stephen Toub
2018-03-09address PR feedbackGeoff Kizer
2018-03-09Activity for HttpClient calls not stopped if inner handler does not use async...Christian Weiss
2018-03-09fix logic to check for Proxy-support headerGeoff Kizer
2018-03-09fix SocketsHttpHandler to ignore invalid Set-Cookie (#27865)Geoff Kizer
2018-03-08Renable some TLS callback tests with SocketsHttpHandler (#27828)David Shulman
2018-03-07Disable hanging Proxy_UseSecureProxyTunnel_Success test on netfx (#27815)Stephen Toub
2018-03-07Delete TODO from ByteArrayHelpers (#27806)Stephen Toub
2018-03-06Fix SocketsNetHttpHandler TLS client cert handling (#27753)David Shulman
2018-03-06Add response drain max time to SocketsHttpHandler (#27708)Stephen Toub
2018-03-06Merge pull request #27748 from geoffkizer/testplatformfixesGeoff Kizer
2018-03-06Merge pull request #27739 from geoffkizer/cachehostheaderGeoff Kizer
2018-03-06fix some conditional test logic to ensure we're not disabling SocketsHttpHand...Geoff Kizer
2018-03-05address PR feedbackGeoff Kizer
2018-03-05Add folded response header support to SocketsHttpHandler (#27727)Stephen Toub
2018-03-05change caching of Host header value to include port when necessaryGeoff Kizer
2018-03-02Expose and roll out ValueTask extensibilityStephen Toub
2018-03-02Re-enable UAP builds (#27531)Simon Nattress
2018-03-01Merge pull request #27551 from geoffkizer/ntlmGeoff Kizer
2018-03-01disable proxy test for WinHttpHandler on Win7Geoff Kizer
2018-03-01revert preauthenticate changeGeoff Kizer
2018-03-01fix netfx test buildGeoff Kizer
2018-03-01address PR feedbackGeoff Kizer
2018-02-28update arguments passed to NTAuthentication constructorGeoff Kizer
2018-02-28fix trace conflict issueGeoff Kizer
2018-02-28fix linux buildGeoff Kizer
2018-02-28Merge pull request #27536 from geoffkizer/curldrainfixGeoff Kizer
2018-02-28Merge pull request #27545 from stephentoub/exposedrainsizeGeoff Kizer
2018-02-28add ntlm auth and proxy auth for tunnel, and rework auth handling generallyGeoff Kizer
2018-02-28disable Expect: 100-continue test on WinHttpHandler (#27538)Geoff Kizer
2018-02-28Expose SocketsHttpHandler.MaxResponseDrainSizeStephen Toub