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-01-23Disable 307 LargePayload again (#26547)Paulo Janotti
2018-01-20Enable ClientAndServer_OneOrBothUseDefault_Ok test (#26463)Paulo Janotti
2018-01-19No local repro for #23768, re-enabling test (#26399)Paulo Janotti
2018-01-19Merge pull request #26374 from Priya91/spandigestLakshmi Priya Sekar
2018-01-19Test: ignore specific WinHttpException on old Windows versions (#26428)Paulo Janotti
2018-01-19Add ability to enable ManagedHandler via runtime config (#26403)Tomas Weinfurt
2018-01-19Remove unsafe parsing code from DigestResponse.Lakshmi Priya Sekar
2018-01-14remove preauth handling for digestGeoff Kizer
2018-01-06disable failing tests (#26197)Tomas Weinfurt
2018-01-04Merge pull request #26135 from geoffkizer/enablehttpclientssltestsGeoff Kizer
2018-01-04reenable ssl testsGeoff Kizer
2018-01-03Don't capture AsyncLocals into HttpConnectionPools timer (#26068)Ben Adams
2018-01-02Added license commentsTylerBrinkley
2018-01-02Made tests only apply to netcoreappTyler Brinkley
2017-12-22Added functional tests.TylerBrinkley
2017-12-22Updated reference folderTylerBrinkley
2017-12-22Added native support for the HTTP PATCH verb.TylerBrinkley
2017-12-21Convert uses of the Dangerous APIs to use MemoryMarshal.GetReference (#25936)Ahson Khan
2017-12-15Respond to pr feedback.Lakshmi Priya Sekar
2017-12-14Use generic test handling for remote server failures.Lakshmi Priya Sekar
2017-12-05Add missing Shutdown calls in HTTP loopback servers (#25694)Stephen Toub
2017-12-05Fix Alpine CURL concurrency issue (#25692)Jan Vorlicek
2017-12-02disable ProxySetViaEnvironmentVariable_DefaultProxyCredentialsUsed on windows...Tomas Weinfurt
2017-11-23Merge pull request #25219 from tmds/curl_ssl_certLakshmi Priya Sekar
2017-11-22Fully enable Memory<byte> in SocketAsyncEventArgsStephen Toub
2017-11-21Update tests for xplat differences.Tom Deseyn
2017-11-21Removing unneeded blocking from tests (#25399)Tim Seaward
2017-11-20Fix testTom Deseyn
2017-11-20Clean-up testTom Deseyn
2017-11-20Add testTom Deseyn
2017-11-16Throw when ManagedHandler's ConnectHelper completes sync but unsuccessfully (...Stephen Toub
2017-11-15File path is in IO exception messages (#25195)Stano Peťko
2017-11-15Merge pull request #25090 from Priya91/managedauthLakshmi Priya Sekar
2017-11-13Make curl http handler use SSL_CERT_FILE/SSL_CERT_DIR environment variables.Tom Deseyn
2017-11-12Disable SendAsync_ExpectedDiagnosticCancelledActivityLogging test (#25207)Stephen Toub
2017-11-10Respond to PR feedback.Lakshmi Priya Sekar
2017-11-10ManagedHandler: move Debug.Assert(_writeOffset == 0) after code trying to han...Tomas Weinfurt
2017-11-08Mark tests hitting azure as outerloop.Lakshmi Priya Sekar
2017-11-08Reset auth settings on the request during redirect on managedhandler.Lakshmi Priya Sekar
2017-11-04Cleanup Windows 10 version detection (#25052)David Shulman
2017-11-04Use distro detection from Microsoft.DotNet.PlatformAbstractions (#24531)Krzysztof Wicher
2017-11-03Mark applicable structs as readonlyStephen Toub
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