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
2016-04-15Merge pull request #7772 from ericstj/harvestInternalPackageDepsEric StJohn
2016-04-15Remove internal project package referencesEric St. John
2016-04-15Updating CoreFX dependencies to rc3-24015-00dotnet-bot
2016-04-15Add Http redirect testsDavid Shulman
2016-04-14Updating CoreFX dependencies to rc3-24014-01dotnet-bot
2016-04-13Fix HttpClient dependencies on desktopEric St. John
2016-04-13Initial System.Net.Http 4.1 contractDavid Shulman
2016-04-13Merge pull request #7665 from ericstj/pcl-inboxEric StJohn
2016-04-13Updating CoreFX dependencies to rc3-24013-00dotnet-bot
2016-04-13Add support for PCL profilesEric St. John
2016-04-13Merge pull request #7651 from mellinoe/test-runtime-projectref-rebase2Eric Mellino
2016-04-13Merge pull request #7681 from stephentoub/fix_connecttimeout_testStephen Toub
2016-04-12Fix ConnectTimeout_TimesOut_Throws teststephentoub
2016-04-12Overhaul usage of test-runtime.Eric Mellino
2016-04-12Updating CoreFX dependencies to rc3-24012-00dotnet-bot
2016-04-12Improve HttpContent testsstephentoub
2016-04-12Fix HttpContent.CopyToAsync to return rather than throw exceptionstephentoub
2016-04-11Updating CoreFX dependencies to rc3-24011-00dotnet-bot
2016-04-08Updating CoreFX dependencies to rc3-24008-00dotnet-bot
2016-04-08Address PR feedbackstephentoub
2016-04-08Improve reliability of CurlHandler MultiAgent workerstephentoub
2016-04-08Only call curl_multi_wait if there are active operationsstephentoub
2016-04-08Extend DNS cache timeout in CurlHandlerstephentoub
2016-04-08Match SafeCurlMultiHandle lifetime to its MultiAgentstephentoub
2016-04-07Updating CoreFX dependencies to rc3-24007-00dotnet-bot
2016-04-06Merge pull request #7523 from ellismg/run-testsStephen Toub
2016-04-06Updating CoreFX dependencies to rc3-24006-00dotnet-bot
2016-04-06Remove UnsupportedPlatforms metadataMatt Ellis
2016-04-05Reconsile .builds and UnsupportedPlatform metadataMatt Ellis
2016-04-05Change ConnectTimeout default back to infinitestephentoub
2016-04-05Add CurlHandler.MaxResponseHeadersLengthstephentoub
2016-04-05Merge pull request #7510 from dotnet-bot/UpdateDependencies20160405051812Stephen Toub
2016-04-05Updating CoreFX dependencies to rc3-24005-00dotnet-bot
2016-04-05Address PR feedback and fix teststephentoub
2016-04-05Add CurlHandler.MaxConnectionsPerServer optionstephentoub
2016-04-05Merge pull request #7502 from dotnet-bot/UpdateDependencies20160404102117Stephen Toub
2016-04-05Merge pull request #7462 from stephentoub/curl_contentlengthStephen Toub
2016-04-05Updating CoreFX dependencies to rc3-24004-00dotnet-bot
2016-04-05Merge pull request #7503 from stephentoub/curlhandler_defaultproxycredentialsStephen Toub
2016-04-05Address PR feedbackstephentoub
2016-04-05Fix CurlHandler Content-Length handlingstephentoub
2016-04-05Address PR feedback and clean up formattingstephentoub
2016-04-05Add CurlHandler.ConnectTimeoutstephentoub
2016-04-05Add CurlHandler.DefaultProxyCredentialsstephentoub
2016-04-05Add CurlHandlers.SslProtocols optionStephen Toub
2016-04-05Merge pull request #7494 from stephentoub/curlhandler_encodedproxycredsStephen Toub
2016-04-04Fix encoding of proxy credentials in CurlHandlerstephentoub
2016-04-04Tweak SSL context callback in CurlHandlerstephentoub
2016-04-03Use nameof in WinRT's HttpClientHandlerJames Ko
2016-04-03Remove stale TODO from CurlHandlerStephen Toub