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-16ManagedHandler: Only run connection pool cleanup timer when needed (#23174)Stephen Daudell
2017-08-16Avoid manually pinning spans in crypto interop (#23259)Stephen Toub
2017-08-16address PR feedback and fix issue in ReadCrLfAsyncGeoff Kizer
2017-08-15make FillAsync throw on EOFGeoff Kizer
2017-08-15Merge pull request #23186 from geoffkizer/headerdescriptor2Geoff Kizer
2017-08-15address PR feedbackGeoff Kizer
2017-08-14fix netfx buildGeoff Kizer
2017-08-14fix netfx buildGeoff Kizer
2017-08-14Fix ManagedHandler redirect post->get behavior (#23216)Stephen Toub
2017-08-14Modify High Sierra Check and Fix TZ Test (#23171)Tarek Mahmoud Sayed
2017-08-14Add Expect: 100-continue support to ManagedHandler (#23196)Stephen Toub
2017-08-13Enable full duplex communication with ManagedHandler (#23180)Stephen Toub
2017-08-13several HeaderDescriptor-related improvementsGeoff Kizer
2017-08-13Merge pull request #23091 from geoffkizer/httpheaderdescriptorGeoff Kizer
2017-08-13more PR feedbackGeoff Kizer
2017-08-12ManagedHandler: Moved exception strings to .resx resources. (#23173)Stephen Daudell
2017-08-12better fix for ToUpper thingGeoff Kizer
2017-08-12avoid ToUpperInvariant since we are just dealing with asciiGeoff Kizer
2017-08-12defer token check in HeaderDescriptor.TryGet to after the known header lookupGeoff Kizer
2017-08-11Update TODOs with issue numbersStephen Toub
2017-08-11Fix potential deadlocks in HttpClient testsStephen Toub
2017-08-11Add some more tracing to ManagedHandlerStephen Toub
2017-08-11Handle invalid chunk size in ManagedHandler (#23160)Stephen Toub
2017-08-11Remove CancellationToken field from StreamContent (#23162)Stephen Toub
2017-08-11Moving PlatformDetection to Corefx.Private.TestUtilities assembly (#23109)Tarek Mahmoud Sayed
2017-08-10HttpMethod.ToString(): Remove unnecessary string.ToString() call (#23110)dstuckims
2017-08-10make KnownHeaders statics readonlyGeoff Kizer
2017-08-10address review feedbackGeoff Kizer
2017-08-10fix Linux buildGeoff Kizer
2017-08-10add HeaderDescriptor and use as key for header storeGeoff Kizer
2017-08-09Use different RNG.GetBytes in two places (#23053)Stephen Toub
2017-08-05Update UAP test regarding 'TRACE' method (#22973)David Shulman
2017-08-04Merge pull request #22841 from Priya91/digest2Lakshmi Priya Sekar
2017-08-04System.Net.CookieParser to Support Cookie String with Trailing Semicolon (#22...Shin Mao
2017-08-03Re-make changes with latest master improvements.Lakshmi Priya Sekar
2017-08-03Include userhash key when username hashed.Lakshmi Priya Sekar
2017-08-03No quotes for username*Lakshmi Priya Sekar
2017-08-03Respond to PR feedback.Lakshmi Priya Sekar
2017-08-03Use username* for usernames with reserved chars.Lakshmi Priya Sekar
2017-08-03Support digest auth for Proxy authentication in managedhandler.Lakshmi Priya Sekar
2017-08-03Fix ManagedHandler environment proxy setting handling (#22898)Stephen Toub
2017-08-03Clean up usage of UriHelper (#22888)Stephen Toub
2017-08-02Remove UriShim from HttpClient (#22873)Stephen Toub
2017-08-02Add basic EventSource tracing to ManagedHandler (#22867)Stephen Toub
2017-07-29Enabling HttpClient EKU tests. (#22737)Cristian Pop
2017-07-29Merge pull request #22676 from Priya91/digestLakshmi Priya Sekar
2017-07-29Fix HttpClient redirection logic on UAP (#22702)David Shulman
2017-07-29Check for mandatory values from challenge, return null if not present.Lakshmi Priya Sekar
2017-07-29Add retry option for digest auth in case of server nonce timeout.Lakshmi Priya Sekar
2017-07-28Respond to PR feedback.Lakshmi Priya Sekar