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
2017-03-02Disable socket tests on Unix which may fail due to port being used (#16548)Steve Harter
2017-03-02Convert some uses of Marshal.SizeOf to sizeof (#16556)Jan Kotas
2017-03-01Merge pull request #16512 from geoffkizer/linuxasynccontextGeoff Kizer
2017-02-28address review feedbackGeoff Kizer
2017-02-28remove some unused Winsock interop stuffgeoffkizer
2017-02-28move locks to Queue structure and partially encapsulate lock accessGeoff Kizer
2017-02-28align queues with epoll notificationsGeoff Kizer
2017-02-28complete synchronously when synchronous retry succeedsGeoff Kizer
2017-02-27Re-enable tracing tests that weren't running due to csproj oversightStephen Toub
2017-02-27Add Task API arg validation testsStephen Toub
2017-02-27Add SendReceive test for TasksStephen Toub
2017-02-27Simplify sockets SendReceive tests with theoriesStephen Toub
2017-02-25Address PR feedbackStephen Toub
2017-02-25Recombine TcpClient implementationsStephen Toub
2017-02-25Enable instance Socket.{Begin}Connect{Async} methods on UnixStephen Toub
2017-02-25Fix typos: occurred/occurrence (#16459)Paul Harrington
2017-02-25Merge pull request #16450 from Priya91/net2Lakshmi Priya Sekar
2017-02-25Activate/Deactivate tests according to issue status.Lakshmi Priya Sekar
2017-02-24Set EnableWinRT property in configuration system. (#16423)Wes Haggard
2017-02-23Update performance csprojsDrew Scoggins
2017-02-20address review feedbackGeoff Kizer
2017-02-20add code to clone BufferList property, and add test for correct BufferList be...Geoff Kizer
2017-02-18Remove dead string resources (#16284)Dan Moseley
2017-02-17Fix several typos (#16264)Jon Hanna
2017-02-16Remove all .builds files under pkg/ref/src/tests library foldersWes Haggard
2017-02-15Disable networking test failing only on fedora and redhat.Lakshmi Priya Sekar
2017-02-09Merge pull request #15932 from sepidehMS/PlatformSpecificTestsSepideh Khoshnood
2017-02-08Prepare uap package (#15866)Jose Perez Rodriguez
2017-02-08Remove unnecessary PlatformSpecific labels from testssepidehMS
2017-02-08Add comments to PlatformSpecific testssepidehMS
2017-02-07Make socket tests more reliable under UnixSteve Harter
2017-02-07Remove versioned configuration from test projects (#15879)Tarek Mahmoud Sayed
2017-02-05Avoid unnecessary branches when fixing non-null/empty arrays (#15597)Justin Van Patten
2017-02-04Update Solution files to use windows path slashes.Wes Haggard
2017-02-03Sync BuildConfiguration with project PropertyGroupsEric St. John
2017-02-03Enable compiling the test projects against the configuration (#15743)Tarek Mahmoud Sayed
2017-02-03Update all solution files using solution generation toolWes Haggard
2017-02-03Add ProjectGuids for all projects and empty configs for projects without Buil...Wes Haggard
2017-02-02Merge pull request #15679 from geoffkizer/socketstressGeoff Kizer
2017-02-01Several changes to improve Socket stress:Geoff Kizer
2017-02-01Clean up desktop ConfigurationsEric St. John
2017-02-01Remove desktop config when in NETStandard.LibraryEric St. John
2017-01-31Fix configurations for UAPEric St. John
2017-01-31Sync PropertyGroups and BuildConfigurationsEric St. John
2017-01-24Removing netstandard configurations for things that are bellow netstandard (#...Jose Perez Rodriguez
2017-01-20Adding missing Configurations.props for refs and fixing the existing ones (#1...Jose Perez Rodriguez
2017-01-20Merge pull request #15293 from ericstj/packageCleanup2Eric StJohn
2017-01-19Merge pull request #15285 from geoffkizer/sockettestserver_synccompletionGeoff Kizer
2017-01-19Merge pull request #15261 from geoffkizer/issue14037Geoff Kizer
2017-01-19Remove packages from NETStandard.Library 1.6Eric St. John