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-02Convert some uses of Marshal.SizeOf to sizeof (#16556)Jan Kotas
2017-02-25Fix typos: occurred/occurrence (#16459)Paul Harrington
2017-02-21Delete unnecessary [In, Out] annotations on Stream Read methods (#16327)Justin Van Patten
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-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-03Merge pull request #15704 from Priya91/httptestsLakshmi Priya Sekar
2017-02-03Respond to PR feedback.Lakshmi Priya Sekar
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-02Remove async delegate invocation that's not supported in coreclr.Lakshmi Priya Sekar
2017-02-02Move managed uri port error checking at listener.Start() similar to Windows b...Lakshmi Priya Sekar
2017-02-02Match Managed httplistener impletementation to return -1 for content-length w...Lakshmi Priya Sekar
2017-02-02Rename internal/private variables to be _camelCase.Lakshmi Priya Sekar
2017-02-02Add more HttpListener tests.Lakshmi Priya Sekar
2017-02-01Make netfx build workEric St. John
2017-02-01Remove desktop config when in NETStandard.LibraryEric St. John
2017-01-31Sync PropertyGroups and BuildConfigurationsEric St. John
2017-01-30Fix src projects for appropriate ref folderEric St. John
2017-01-23Skip websocket testing on Windows 7.Lakshmi Priya Sekar
2017-01-20Merge pull request #15102 from Priya91/websocketLakshmi Priya Sekar
2017-01-20Adding missing Configurations.props for refs and fixing the existing ones (#1...Jose Perez Rodriguez
2017-01-20Merge pull request #15312 from ericstj/packageCleanup3Eric StJohn
2017-01-19Add assemblies to NETCore.App if in netstandardEric St. John
2017-01-19Remove packages from NETStandard2.0Eric St. John
2017-01-18Check for SocketException in Listener factory.Lakshmi Priya Sekar
2017-01-18Fix references after infra update.Lakshmi Priya Sekar
2017-01-18Respond to PR feedback.Lakshmi Priya Sekar
2017-01-18Modify tests to use single httplistener instance per port.Lakshmi Priya Sekar
2017-01-18Make WS handshake async.Lakshmi Priya Sekar
2017-01-18Add test for websocket.Lakshmi Priya Sekar
2017-01-18Add websocket connections on Unix HttpListener.Lakshmi Priya Sekar
2017-01-18Update project configuration and sln files (#15182)Karthik Rajasekaran
2017-01-11Automated update of ns1.7->ns2.0 and nca1.1->nca2.0Alex Perovich
2017-01-11[dev/eng] Sorting and trimming Reference items in csprojs (#15035)Jose Perez Rodriguez
2017-01-09Build working on non-Windows after merging masterJose Perez Rodriguez
2017-01-07Changes required to have the repo building after mergeJose Perez Rodriguez
2017-01-06Merge branch master into dev/engJose Perez Rodriguez
2017-01-04Update CoreClr, CoreFx, ProjectNTfs to beta-24904-02, beta-24904-01, beta-249...dotnet-bot
2017-01-04Address PR feedback on HttpListener Unix. (#14827)Lakshmi Priya Sekar
2017-01-04Add Configurations.props files for test projects, include tests in build.proj...Eric Mellino
2017-01-03Update CoreClr, CoreFx to beta-24903-03, beta-24903-02, respectively (#14819)dotnet bot
2017-01-03Update CoreClr, CoreFx, ProjectNTfs to beta-24903-02, beta-24903-01, beta-249...dotnet-bot
2017-01-02Update CoreClr, CoreFx to beta-24902-03, beta-24902-02, respectivelydotnet-bot
2017-01-02Update CoreClr, CoreFx, ProjectNTfs to beta-24902-02, beta-24902-01, beta-249...dotnet-bot
2016-12-30Update project.json dependencies.Lakshmi Priya Sekar
2016-12-30Respond to PR feedback.Lakshmi Priya Sekar