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-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
2017-07-27Implement digest authentication for ManagedHandler.Lakshmi Priya Sekar
2017-07-25Fix several test failuresStephen Toub
2017-07-25Avoid compiler issues with Span being lifted to a state machineStephen Toub
2017-07-25Remove several fields from async state machinesStephen Toub
2017-07-25Several more tweaksStephen Toub
2017-07-25Separate classes into their own filesStephen Toub
2017-07-25Employ single empty response streamStephen Toub
2017-07-25Read header lines asynchronously line-by-line rather than byte-by-byteStephen Toub
2017-07-21Disable default proxy credentials tests for managed handler (#22495)Stephen Toub
2017-07-21Address PR feedbackStephen Toub
2017-07-20Remove ManagedHandler files from UnitTestsStephen Toub
2017-07-20Improve connection pooling in ManagedHandlerStephen Toub
2017-07-18Skip assert in Http SSL test on macOS (#22305)Stephen Toub
2017-07-16Assert more details in Http SSL test failure (#22303)Stephen Toub
2017-07-14Disable incompatible test on macos high sierra.Lakshmi Priya Sekar
2017-07-14Make ManagedHandler ConnectionPoolingTest clean itself up (#22267)Jeremy Barton
2017-07-14Port TFS WinRT interop tests for HttpClient for UAP (#22239)David Shulman
2017-07-14Use a shared MultiAgent in CurlHandler when using LibreSSL backend on macOS (...Stephen Toub
2017-07-13Reconcile behavior of MaxRequestContentBufferSize across .NET Core (#22201)David Shulman
2017-07-13Adjust Http tests for UAP behavior differences (#22193)David Shulman
2017-07-12Re-enable and fix Http tests for UAP (#22155)David Shulman
2017-07-12Fix HttpClientHandler UAP to use a filtered set of client certs (#22075)David Shulman
2017-07-11Implement client certificates for HttpClient on UAP (#22022)David Shulman
2017-07-09Disable GetAsync_UnsupportedSSLVersion_Throws test on LinuxStephen Toub
2017-07-08Modify some HttpClient tests to use RemoteInvoke on UAP (#22000)David Shulman
2017-07-08Disable ManagedHandler negative test failing on older Windows 10 builds (#22002)Stephen Toub
2017-07-08Avoid substring allocations for number parsing (#21990)Stephen Toub
2017-07-07Avoid forcing response general headers allocation in ConnectionCloseStephen Toub
2017-07-07Ammortize IdnHost allocations by storing it in HttpConnectionStephen Toub
2017-07-07handle Connection: close on responseGeoff Kizer
2017-07-07Use pending ReadAsync in ManagedHandler to detect closed connections (#21936)Stephen Toub