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
2017-10-20Markdown Format was Erasing Information (#24757)Patrick Desjardins
2017-10-20Remove dead code from System.Net.Http (#24735)Stano Peťko
2017-10-20Remove dead code from System.Net.HttpListener. (#24749)Stano Peťko
2017-10-19Merge pull request #24389 from Priya91/tlsextensionLakshmi Priya Sekar
2017-10-19Add Span/Memory overrides to StreamWriter (#24725)Stephen Toub
2017-10-19Replace 'enlistment' with 'repo' in a few places (#24732)MaxHorstmann
2017-10-19Address nits and feedback.Lakshmi Priya Sekar
2017-10-19Fix Rijndael IV/Blocksize bugIan Hays
2017-10-19Add System.DirectoryServices.AccountManagement Tests (#24692)Tarek Mahmoud Sayed
2017-10-18Change exception rethrowing in TdsParser.TdsExecuteRPC() so that the full exc...Cory Rivera
2017-10-18Skip alpn positive test on Linux, due to active bug in coreclr.Lakshmi Priya Sekar
2017-10-18Fixing odbc test on windows server core (#24696)Maryam Ariyan
2017-10-18update parameter parsing to be more flexible and be closer to coreclr and nat...Tomas Weinfurt
2017-10-18Ensure we always get the expected number of cookies (#24706)James Pelcis
2017-10-18Merge pull request #23333 from geoffkizer/httpprotocoltestsStephen Toub
2017-10-18Expose/test Span-based Convert methods (#24474)Stephen Toub
2017-10-18Remove dead code from Microsoft.VisualBasic (#24664)Stano Peťko
2017-10-18revert part of #24098. do not use shell to find KDestroyCmd. (#24682)Tomas Weinfurt
2017-10-18Fix lookup path for perfcounter.dll (#24691)Michelle McDaniel
2017-10-18Address PR feedbackStephen Toub
2017-10-18Fix for (#24628) - System.Collections.Tests.Perf_ArrayList/Indexer failed wit...Kostadin Vasilev
2017-10-18Adding ValidateTypeIsBlittable SpanHelper method and rename constant (#24626)Ahson Ahmed Khan
2017-10-18Rewrite BackgroundWorker test to be non blocking (#24693)Dan Moseley
2017-10-18Deleted unused string resources. (#24697)Stano Peťko
2017-10-18Add null check when setting Packaging property (#24673)Taylor Southwick
2017-10-18Run tests only on supported Oses.Lakshmi Priya Sekar
2017-10-18Set.TryGetValue not-found behavior/docs inconsistent (#24699)Ian Hays
2017-10-18Deleted dead code from System.IO.FileSystem. (#24701)Stano Peťko
2017-10-18Fix for GraphicsPathIterator.CopyData throws EntrypointNotFoundException when...Kostadin Vasilev
2017-10-18Remove methods marked as internal from reference assembly. (#24700)Ahson Ahmed Khan
2017-10-17add more cases and make tests more robustGeoff Kizer
2017-10-17add some basic protocol tests for status line handlingGeoff Kizer
2017-10-17Fix write renegotiation and make a single function for it (#24492)Tim Seaward
2017-10-17Remove dead code from System.IO.Compression (#24674)Stano Peťko
2017-10-17Merge pull request #24645 from weshaggard/UpdatePackageIndexWes Haggard
2017-10-16Correcting OdbcIsAvailable condition check for windows (#24643)Maryam Ariyan
2017-10-16Update SupportedFrameworks to netcoreapp2.1 for some packagesWes Haggard
2017-10-16Update places to compare file names and not pathsWes Haggard
2017-10-16Ignore the type if it contains any property that only have private setter. (#...Huangli Wu
2017-10-16Build S.SM.Syndication's NetFx Ref Assembly (#24624)Shin Mao
2017-10-16Cache regexes for assembly name check in DataContract (#24291)Viktor Hofer
2017-10-16Fix parameter to match the native name (#24659)Justin Van Patten
2017-10-16Environment.SystemDirectory: Avoid StringBuilder overhead (#24651)Justin Van Patten
2017-10-14Fix bug in implementation.Lakshmi Priya Sekar
2017-10-14Fix test.Lakshmi Priya Sekar
2017-10-14Make alpn compilation conditional on Linux.Lakshmi Priya Sekar
2017-10-14PerfCounter: Override SystemDiagnosticsSection.Properties (#24640)Justin Van Patten
2017-10-14Fix HttpWebRequest when sending with HTTP/1.0 (#24644)David Shulman
2017-10-13Switch WaitNamedPipe and CreateNamedPipeClient invocation ordering. (#24616)Jiri Appl
2017-10-13PerfCounter: Use string.Equals instead of Compare/CompareTo (#24632)Justin Van Patten