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
path: root/src
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-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-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-07Fixed netfx System.Configuration.ConfigurationManager.Tests on non English Wi...Alexander Radchenko
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-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-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-05reenable test cases disabled in 27740 (#28829)Krzysztof Wicher
2018-04-05Enable skipped test.vsadov
2018-04-05Re-enable PostAsync_RedirectWith307_LargePayload #23768 (#28828)Paulo Janotti
2018-04-05Delete unnecessary long.MinValue formatting code (#28820)Stephen Toub
2018-04-05Update netfx queues to use rs3 machines with .net471 installed (#28572)Santiago Fernandez Madero
2018-04-05Rethrown exception call stack tests (#28059)Alexandre Teoi
2018-04-05Enable a thread pool bound handle test on uap (#28824)Koundinya Veluri
2018-04-04Update WhenAllOrAnyFailed test helper with aggregation timeout (#28811)Stephen Toub
2018-04-04Add perf tests for {U}Int32/64 ToString/TryFormat/Parse (#28812)Stephen Toub
2018-04-04Improve parsing of WinINet default proxy strings in SocketsHttpHandler (#28671)Max Kerr
2018-04-04Disable draining test on CurlHandler (#28814)Stephen Toub
2018-04-04build-native.sh fails when using 'uname -p' to determine arch. (#28762)buddyabaddon
2018-04-04Prefix WWW-Authenticate header with scheme per RFC 4559 (#27755)Matt White