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-04-10Fix MemoryManager ctor, add unit and perf tests, and improve performance (#28...Ahson Khan
2018-04-10 Clear SSL error queue after SSL_shutdown calls (#28949)Paulo Janotti
2018-04-10Update CoreClr, CoreSetup to preview3-26410-02, preview3-26409-05, respective...dotnet-maestro-bot
2018-04-10Created tests for default and empty ReadOnlySequence (#28702)Alexander Radchenko
2018-04-10Change missed while mirroring (#28955)Anirudh Agnihotry
2018-04-10Date changed for English and Us date writing style (#28945)Anirudh Agnihotry
2018-04-10ReadOnlySequence.ToString() and debug view (#28857)Pavel Krymets
2018-04-10Clean dead code for System.Console (#28908)Dan Friedman
2018-04-10Created performance tests for ReadOnlySequence (#28927)Alexander Radchenko
2018-04-10Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC, Standard ...dotnet-maestro-bot
2018-04-10Data.Common tests fixed for non english windows (#28872)Anirudh Agnihotry
2018-04-09Add YieldAwaiter support to the async method builder delegate optimization (#...Stephen Toub
2018-04-09Add some comments to SpanHelpers.Char IndexOf and LastIndexOf (#17447)Ahson Khan
2018-04-09revert "Work around MCG bug around `ref char` marshalling #5481" (#5656)Luqun Lou
2018-04-09Vectorize and use ROSpan.LastIndexOf as the workhorse for string.LastIndexOf ...Ahson Khan
2018-04-09Consolidate and optimize TextInfo.ChangeCase (dotnet/coreclr#17391)Stephen Toub
2018-04-09Avoid unnecessary string allocations in IdnMapping (dotnet/coreclr#17399)Stephen Toub
2018-04-09Fix regression on OpenSsl exception message (#28931)Paulo Janotti
2018-04-09Add {ReadOnly}Memory.Span tests when memory contains invalid values (#28896)Stephen Toub
2018-04-09Registry Test SetValueWithEnvironmentVariable disabled (#28893)Anirudh Agnihotry
2018-04-09Add more ValueTask perf tests (#28937)Stephen Toub
2018-04-09Merge pull request dotnet/coreclr#17432 from stephentoub/portnumericperfStephen Toub
2018-04-09Fix typo 'segement' to 'segment' (#28916)Joni
2018-04-09Stop nulling out fields in SafeDeleteSslContext dispose. (#28889)Max Kerr
2018-04-09Merge pull request #28902 from ianhays/disable_tizenIan Hays
2018-04-08Merge pull request #28926 from mikem8361/updateMike McLaughlin
2018-04-07Fixed netfx System.Configuration.ConfigurationManager.Tests on non English Wi...Alexander Radchenko
2018-04-07Update symbol uploader to 1.0.0-beta-62806-01.Mike McLaughlin
2018-04-07Disable Tizen CI runsIan Hays
2018-04-07Base64Encoder mini changes (#28888)Günther Foidl
2018-04-06Add a few tests for Task.Yield in async methods (#28887)Stephen Toub
2018-04-06Fix the test gap in StringTests for IndexOf, LastIndexOf when string is empty...Ahson Khan
2018-04-06Add tests for Span.Overlaps (just like ReadOnlySpan) (#28877)Ahson Khan
2018-04-06Update CoreClr, CoreSetup to preview3-26406-01, preview3-26405-02, respective...dotnet-maestro-bot
2018-04-06Fixed tests for non english windows (#28865)Anirudh Agnihotry
2018-04-06Fix proxied ipv6 address request formatting and fix port handling for proxied...Caesar Chen
2018-04-06Disable StackTrace tests to have a clean CI (#28869)Santiago Fernandez Madero
2018-04-05Increase window for process start time test (#28852)Dan Moseley
2018-04-05Merge pull request #28855 from MattGal/add-es-es-ciMatt Galbraith
2018-04-05Update CoreFx, ProjectNTfs, ProjectNTfsTestILC to preview3-26405-01, beta-264...dotnet-maestro-bot
2018-04-05Fix commas, demote ES-ES execution to Outerloop onlyMatt Galbraith
2018-04-05Optimistically add Windows.10.Amd64.ClientRS3.ES.Open as CI (will need to be ...Matt Galbraith
2018-04-05Ensure we use a unique path to package test semaphore (#28827)Eric StJohn
2018-04-05Add regression test for Task handling of suppressed ExecutionContext flow (#2...Stephen Toub
2018-04-05Throw the same exception for data too big and data too small in RSA DecryptJeremy Barton
2018-04-05Remove unnecessary span lines from perf tests (#28844)Stephen Toub
2018-04-05Handle recycled child PIDs (#27763)Tom Deseyn
2018-04-05Add a few IdnMapping tests (#28797)Stephen Toub
2018-04-05Merge pull request #28832 from VSadov/unskipTest01Vladimir Sadov
2018-04-05Update CoreClr to preview3-26405-01 (#28836)dotnet-maestro-bot