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
2018-03-10Consolidate matching ref generated baseline filesWes Haggard
2018-03-10Baseline all reverse apicompat issuesWes Haggard
2018-03-08Update SLNs and projects to be in sync with configurationsEric St. John
2018-03-02Re-enable UAP builds (#27531)Simon Nattress
2018-02-19Merge pull request #26926 from MarcoRossignoli/issues/26856_GetHostByNameGeoff Kizer
2018-02-14Merge branch 'issues/26856_GetHostByName' of https://github.com/MarcoRossigno...Marco Rossignoli
2018-02-14clean unixMarco Rossignoli
2018-02-13remove ipv6 paramsMarco Rossignoli
2018-02-13remove duplicate codeMarco Rossignoli
2018-02-13clean GetHostByAddr unixUbuntu
2018-02-13clean GetHostByAddr WindowsMarco Rossignoli
2018-02-13Clear initlocals in a bunch of assemblies (#26993)Stephen Toub
2018-02-13nitMarco Rossignoli
2018-02-13update DNS.csMarco Rossignoli
2018-02-13resolve conflict on src/System.Net.NameResolution/src/System/Net/DNS.csMarco Rossignoli
2018-02-12Modified Dns.GetHostAddressesAsync to be truly async (#26850)Jeff Cyr
2018-02-10remove fallback code in InternalGetHostByAddressMarco Rossignoli
2018-02-08fix source file referenceMarco Rossignoli
2018-02-08clean unixMarcoRossignoli
2018-02-08clean win codeMarco Rossignoli
2018-02-08Re-Enable disabled DNS tests on OSX (#26949)Max Kerr
2018-02-07remove old GetHostByName logicMarco Rossignoli
2018-02-02Disable failing DNS tests on macOS (#26790)Stephen Toub
2018-02-01Disable failing NameResolutionPalTests (#26747)Stephen Toub
2018-01-14Cleanup CodeContracts annotations (#26324)Jan Kotas
2017-12-21Convert uses of the Dangerous APIs to use MemoryMarshal.GetReference (#25936)Ahson Khan
2017-11-20Removed blocking from DNS tests (#25366)Tim Seaward
2017-11-16Start switching System.Native from C++ to C (#25032)Ludovic Henry
2017-09-19Remove invalid NameResolution tests (#24147)David Shulman
2017-09-14Add comment about change.Lakshmi Priya Sekar
2017-09-14Fix Dns tests on OSX.Lakshmi Priya Sekar
2017-09-05Fix behavior of Dns.GetHost* with empty string (#23794)Stephen Toub
2017-08-31Miscellaneous typo corrections. (#23698)Brian Chavez
2017-08-26Avoid byte[] allocations for IPAddress in System.Net.Sockets (#23555)Stephen Toub
2017-07-04Removing unused UAP code and SmtpClient HostName workaround (#21670)Caesar Chen
2017-06-30Tracking ETW UAP test failures against a single issue. Global mutex is not su...Cristian Pop
2017-05-26Update build configurationsEric St. John
2017-05-25Remove help VS commentsEric St. John
2017-05-24add uap target in VS workCaesar Chen
2017-05-24remove dependency on WinRT APICaesar Chen
2017-05-17Increment versions post 2.0Eric St. John
2017-05-15Fix a bunch of random test failures on ILC (#19758)Atsushi Kanamori
2017-05-08Disable failed tests for 6 issues. (#19464)Jiayi Li
2017-04-21Merge pull request #18714 from jkotas/dead-codeStephen Toub
2017-04-21Delete a few unnecessary files from CommonJan Kotas
2017-04-20Fix System.Net.NameResolution tests on desktopStephen Toub
2017-04-10Updates how we define which key an assembly usesWes Haggard
2017-03-29Fix native error handling on Linux during host name resolution (#17574)Steve Harter
2017-03-28Expose and use static ExceptionDispatchInfo.Throw (#17570)Stephen Toub
2017-03-21Skip NetEventSource logging tests on .NET FrameworkDavid Shulman