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-24Fix timezone lookup to be consistently case insensitive (#15951)Jan Kotas
2018-01-23Fix Failed DirectoryServices Test (#26549)Tarek Mahmoud Sayed
2018-01-23Disable 307 LargePayload again (#26547)Paulo Janotti
2018-01-23Split MemoryMarshal.Portable.csJan Kotas
2018-01-23Misc Span/Memory changes (dotnet/coreclr#15941)Ian Hays
2018-01-23Merge pull request #26429 from Priya91/websocketLakshmi Priya Sekar
2018-01-23Fixing spacing in S.Memory and S.Runtime refs (#26521)Ahson Khan
2018-01-23Remove .NET limit on env var name and value lengthdanmosemsft
2018-01-23Fix tests.Lakshmi Priya Sekar
2018-01-23Move TimeZoneInfo.Win32.cs to shared CoreLib partition (#15953)Jan Kotas
2018-01-23Add null array implicit conversion tests for Memory<T>Levi Broderick
2018-01-23Merge pull request dotnet/coreclr#15936 from GrabYourPitchforks/levib/memory_...Jeremy Barton
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