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-07-31Update harvest paths for new stable packagesWes Haggard
2017-07-13Fix null dereference in WinHttpResponseStream (#22175)Stephen Toub
2017-07-11Implement client certificates for HttpClient on UAP (#22022)David Shulman
2017-07-08Modify some HttpClient tests to use RemoteInvoke on UAP (#22000)David Shulman
2017-07-07Fix HttpClientHandler ServerCertificateCustomValidationCallback for UWP (#21905)David Shulman
2017-07-04Unable to make https request when Oid lookup takes too long (#21320)Jon Guy
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-06-27Address some previous PR feedbackStephen Toub
2017-06-25Disable WinHttpHandler tests on UAP/UAPAOTDavid Shulman
2017-06-23Convert most Assert.Throws<ArgumentException> without param name to AssertExt...Hugh Bellamy
2017-06-09Fix HTTP/2 option setting in WinHttpHandlerDavid Shulman
2017-06-05Fix WinHttpResponseStream when reading 0 bytesDavid Shulman
2017-05-25Remove help VS commentsEric St. John
2017-05-23delete a wrong assertCaesar Chen
2017-05-22address PR feedbackCaesar Chen
2017-05-22address PR feedbackCaesar Chen
2017-05-20change error messageCaesar Chen
2017-05-20add if DEBUGCaesar Chen
2017-05-20address PR feedbackCaesar Chen
2017-05-19fix commentCaesar Chen
2017-05-19Add instrumentation for now to catch unexpected errors and fail fast and prod...Caesar Chen
2017-05-17Increment versions post 2.0Eric St. John
2017-05-12Merge pull request #19638 from AlexGhiondea/MoreAttributesWes Haggard
2017-05-11Manually add the attribute for projects that don't reference S.R.InteropServi...Alex Ghiondea
2017-05-10Fixing OID EKU validation.Lakshmi Priya Sekar
2017-05-10Add nice messages for assemblies with autogenerated PNSE (#19506)Sepideh Khoshnood
2017-05-06Add exception diagnostics to WinHttpStephen Toub
2017-05-03Fix WinHttpHandler POST behavior with zero-length dataDavid Shulman
2017-04-25Root cause PostScenarioTests (Http) test failures on NETFXDavid Shulman
2017-04-18Remove NotSupportedOnTargetFrameworkEric St. John
2017-04-18Update project configurationsEric St. John
2017-04-18Re-enable package validation and clean up package contentEric St. John
2017-04-18Explicitly list paths for harvestingEric St. John
2017-04-10Updates how we define which key an assembly usesWes Haggard
2017-04-04Fix MaxResponseHeadersLengthSemantics (#17796)David Shulman
2017-04-02Stop Pinvoke check of S.N.H.WHH (#17759)Dan Moseley
2017-03-31Adjust WinHttpHandler unit test for compression defaultDavid Shulman
2017-03-17Merge pull request #17207 from schen381/bugfixCaesar Chen
2017-03-17Disable SendAsync_SlowServerRespondsAfterDefaultReceiveTimeout_ThrowsHttpRequ...Stephen Toub
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-11Adding System.Net.HttpListener uapaot config (#16982)Jose Perez Rodriguez
2017-03-10Change tests that use async void to async TaskSteve Harter
2017-03-10Enable Pinvoke checker and baseline violations (#16704)Dan Moseley
2017-03-03Merge pull request #16631 from Priya91/criticalfinalizerLakshmi Priya Sekar
2017-03-03Remove check for safewinhttphandles to depend on gc/finalization.Lakshmi Priya Sekar
2017-03-02Convert some uses of Marshal.SizeOf to sizeof (#16556)Jan Kotas
2017-02-18Remove dead string resources (#16284)Dan Moseley
2017-02-17Fix several typos (#16264)Jon Hanna
2017-02-17Merge pull request #16191 from ericstj/packagesEric StJohn