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-04-25Remove use of IsDesktopFacadeEric St. John
2017-04-19Add support for UseDefaultCredentials to CurlHandlerStephen Toub
2017-04-18Re-enable package validation and clean up package contentEric St. John
2017-04-18Explicitly list paths for harvestingEric St. John
2017-04-18Bulk updates of tests for AssertExtensions (#18491)Daniel Harvey
2017-04-18Increase timeoutdanmosemsft
2017-04-15Removed ActiveIssue comment in favor of explanation why this behavior is inte...Viktor Hofer
2017-04-12Add NETStandard.Library.NETFramework packageEric St. John
2017-04-12Fix length calculation in HttpContent to avoid unnecessary growthStephen Toub
2017-04-11Merge pull request #18165 from weshaggard/UpdateAssemblyKeysWes Haggard
2017-04-11Move corefx onto the .NET Core 2.0 toolsetEric Mellino
2017-04-10Updates how we define which key an assembly usesWes Haggard
2017-04-08More PNSE disabling for UWPTijoy Tom Kalathiparambil
2017-04-08Couple of fixes for UWP app-compat.Tijoy Tom Kalathiparambil
2017-04-07Merge pull request #18008 from stephentoub/fix_nullref_httpdisposeStephen Toub
2017-04-07Disable HttpRequest.MaxResponseHeadersLength PNSE.Tijoy Tom Kalathiparambil
2017-04-06Store _pendingReadRequest into a local for multiple accessesStephen Toub
2017-04-06Associate EasyRequest with MultiAgent in ctorStephen Toub
2017-04-05Merge pull request #17951 from marek-safar/httpStephen Toub
2017-04-05Merge pull request #17825 from ericstj/ILLinkTrimAssemblyEric StJohn
2017-04-05Fixes NRE when setting Size property of ContentDispositionHeaderValueMarek Safar
2017-04-04Adjust tests to check for proper Windows 10 update versionDavid Shulman
2017-04-04Fix MaxResponseHeadersLengthSemantics (#17796)David Shulman
2017-04-03Temporary fix for #17812Tijoy Tom Kalathiparambil
2017-04-03Add manual roots for ILLinkEric St. John
2017-04-01Fixes for running Http tests against DesktopDavid Shulman
2017-03-30Modify HttpClientHandler compression default to match DesktopDavid Shulman
2017-03-30Disable test (#17692)Santiago Fernandez Madero
2017-03-29Disable some outerloop tests (#17623)Santiago Fernandez Madero
2017-03-29Update csproj and solutions configurations (#17613)Santiago Fernandez Madero
2017-03-28Log elapsedDan Moseley
2017-03-28Expose and use static ExceptionDispatchInfo.Throw (#17570)Stephen Toub
2017-03-28Merge pull request #17560 from stephentoub/curl_trailerStephen Toub
2017-03-27Fix Http Unit tests for NETFX buildDavid Shulman
2017-03-27Add test for HttpClient handling of trailer headersStephen Toub
2017-03-21Fix Http test regarding uri fragments and redirectionDavid Shulman
2017-03-20Renames the HTTP outgoing request Activity to HttpReqOut (#17296)Vance Morrison
2017-03-20Merge pull request #17261 from ericstj/fixHttpRefEric StJohn
2017-03-18Include desktop ref for System.Net.HttpEric St. John
2017-03-17Defining uapaot constant on System.Private.Xml to fix XmlSerializer on uapaot...Jose Perez Rodriguez
2017-03-17change the test label and add string to the resource file of WinHttpHandler t...Caesar Chen
2017-03-16fix the HttpClientHandler.ClientCertificates behaviour when ClientCertificate...Caesar Chen
2017-03-14Merge pull request #17011 from dotnet/dev/apple_cryptoJeremy Barton
2017-03-14Re-enable disabled tests for CI.Lakshmi Priya Sekar
2017-03-13Merge remote-tracking branch 'dotnet/master' into master_to_apple_cryptoJeremy Barton
2017-03-11upLiudmila Molkova
2017-03-11Send request in System.Net.Http.Activity.Stop payloadLiudmila Molkova
2017-03-11Merge remote-tracking branch 'dotnet/master' into master_to_applecryptoJeremy Barton
2017-03-10Enable Pinvoke checker and baseline violations (#16704)Dan Moseley
2017-03-06Remove dead and useless codeStephen Toub