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-01-23Rename Pin offset to byteOffset and clean up Retain test (#26518)Ahson Khan
2018-01-23Move DiagnosticSourceStartStop to Outerloop until flakiness resolved (#26516)Dan Moseley
2018-01-23Fix StringWriterTests (#26510)Dan Moseley
2018-01-22Expose CharUnicodeInfo.GetUnicodeCategory(int) (#26430)Tarek Mahmoud Sayed
2018-01-22Increase AsyncLocal testing (#26500)Ben Adams
2018-01-22Remove test for "wrong nested this" in Microsoft.CSharp (#26417)Jon Hanna
2018-01-22Support op_Exponent and op_Exponentiation in S.L.Expressions (#26413)Jon Hanna
2018-01-22Add test for case insensitive timezone lookup (#26480)Jan Kotas
2018-01-22Remove old stat struct (#26383)Dan Moseley
2018-01-22Add DisableWarning parameter in the csc. (#25805)Huangli Wu
2018-01-22Merge pull request #26478 from dotnet/mirror-merge-9496243Jan Kotas
2018-01-22Merge pull request #26435 from Priya91/somefixesLakshmi Priya Sekar
2018-01-22Merge remote-tracking branch 'ahsonkhan/OwnedMemoryOffset' into mirror-merge-...Jan Kotas
2018-01-22Merge remote-tracking branch 'dotnet-maestro-bot/master-UpdateDependencies' i...Jan Kotas
2018-01-20Fix System.Net.NetworkInformation.NetworkChange deadlock (#26259)Caesar Chen
2018-01-20Add optional integer offset to OwnedMemory Pin (dotnet/coreclr#15946)Ahson Khan
2018-01-20Delete FileSystem abstraction (#26473)Jan Kotas
2018-01-20CharUnicodeInfo.GetUnicodeCategory(int codePoint) (dotnet/coreclr#15911)Nobuyuki Iwanaga
2018-01-20Improve IRI tests for unknown schemes and unicode/reserved characters (#26464)Max Kerr
2018-01-20Move platform-neutral part of TimeZone to shared CoreLib partition (#15926)Jan Kotas
2018-01-20Address PR feedbackahsonkhan
2018-01-20Enable ClientAndServer_OneOrBothUseDefault_Ok test (#26463)Paulo Janotti
2018-01-20Add MemoryExtensions Reverse API to get parity with array (#26381)Ahson Khan
2018-01-20Fix spacing in System.Runtime ref to be consistent.ahsonkhan
2018-01-20Calling Pin on a 0-length memory shouldn't throw. Adding tests.ahsonkhan
2018-01-20Put the code to get serializerPath into try/catch to catch any exception. (#2...Huangli Wu
2018-01-19No local repro for #23768, re-enabling test (#26399)Paulo Janotti
2018-01-19Merge branch 'master' of https://github.com/dotnet/corefx into OwnedMemoryOffsetahsonkhan
2018-01-19Make XSL tests log unexpected output (#26445)Dan Moseley
2018-01-19Delete unused WinRT multiplexing file system (#26450)Jan Kotas
2018-01-19Add string slicing extension methods. (#26427)Atsushi Kanamori
2018-01-19Merge pull request #26229 from ianhays/brotli_bIan Hays
2018-01-19Minor Brotli fixesIan Hays
2018-01-19Merge pull request #26374 from Priya91/spandigestLakshmi Priya Sekar
2018-01-19Test: ignore specific WinHttpException on old Windows versions (#26428)Paulo Janotti
2018-01-19Add ability to enable ManagedHandler via runtime config (#26403)Tomas Weinfurt
2018-01-19Have S.L.Expressions accept conversions it incorrectly rejects. (#25768)Jon Hanna
2018-01-19Fixing X509Certificate2Collection.Export on Unix with multiple certs and priv...Ayende Rahien
2018-01-19Cache Invariant CompareInfo (dotnet/coreclr#15902)Jan Kotas
2018-01-19Remove use of Unsafe in UTF-8 formatters, plus performance improvements (#26289)Levi Broderick
2018-01-19Implement non-trailing named arguments in Microsoft.CSharp (#25819)Jon Hanna
2018-01-19Do not throw IndexOutOfBounds when AM/PM designator is empty (#15904)Krzysztof Wicher
2018-01-19Fix bug with SslStream Read behavior.Lakshmi Priya Sekar
2018-01-19Remove unsafe parsing code from DigestResponse.Lakshmi Priya Sekar
2018-01-19Update BuildTools, CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestIL...dotnet-maestro-bot
2018-01-18Make AsnWriter IDisposableJeremy Barton
2018-01-18Update comment in S.D.SqlClient about why GC.KeepAlive isn't needed. (#25851)Jon Hanna
2018-01-18Don't capture AsyncLocals into MemoryCache timer (#26077)Ben Adams
2018-01-18Tests for Added Append(Stringbuilder,int,int) and Append(StringBuilder) overl...Anirudh Agnihotry
2018-01-18Fix MulticasInterface SocketOption to work with IPv6 on Linux (#25544)Jose