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-26SerialPort: Refactor buffer waits (#16323)Will Dean
2017-02-25Fix typos: occurred/occurrence (#16459)Paul Harrington
2017-02-22Set write timeouts on loopback/null modem testsWill Dean
2017-02-21Remove accidental trailing quotes from SerialPort resource stringsJustin Van Patten
2017-02-21Merge pull request #16325 from justinvp/serialport-getportnamesStephen Toub
2017-02-21SerialPort: Cleanup ArgumentException paramNames/messages (#16326)Justin Van Patten
2017-02-21Cleanup SerialPort.GetPortNamesJustin Van Patten
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-17SerialPort: Move test file locations and set namespaces (#16228)Will Dean
2017-02-17Merge pull request #16191 from ericstj/packagesEric StJohn
2017-02-16Remove all .builds files under pkg/ref/src/tests library foldersWes Haggard
2017-02-15SerialPort test improvements (#16104)Will Dean
2017-02-14Make pkgprojs reference *proj rather than buildsEric St. John
2017-02-14Remove pkg .builds filesEric St. John
2017-02-14SerialPort: Disable hardware use where no loopback/nullmodem available (#16102)Will Dean
2017-02-12Various fixes / cleanup to SerialPort test suite (#15998)Will Dean
2017-02-12Allow very slow stress tests to be shortened globally (#16026)Will Dean
2017-02-12Add post-close delay to async tests (#16066)Will Dean
2017-02-11Suppress tests in 'Close' module (#16056)Will Dean
2017-02-11First pass through SerialStream test migration (#16030)Will Dean
2017-02-10Fix hang in EventHandlers_CalledSerially (#16017)Will Dean
2017-02-09Register code page provider to fix encoding tests (#15965)Will Dean
2017-02-09Move slow tests to outerloop (#16003)Will Dean
2017-02-09Enable tests to compile with netstandard (#15956)Tarek Mahmoud Sayed
2017-02-09Disable timout tests (#15963)Jeremy Kuhne
2017-02-08Migration of some additional legacy port tests (#15867)Will Dean
2017-02-07Remove versioned configuration from test projects (#15879)Tarek Mahmoud Sayed
2017-02-05Fix issues with port tests (#15796)Jeremy Kuhne
2017-02-04Update Solution files to use windows path slashes.Wes Haggard
2017-02-03Sync BuildConfiguration with project PropertyGroupsEric St. John
2017-02-03Fix desktop build of PortsEric St. John
2017-02-03Enable a few legacy tests (#15746)Jeremy Kuhne
2017-02-03Enable compiling the test projects against the configuration (#15743)Tarek Mahmoud Sayed
2017-02-03Merge pull request #15738 from weshaggard/UpdateVSSolutionsWes Haggard
2017-02-03Update all solution files using solution generation toolWes Haggard
2017-02-03Port serial port test sources (#15733)Jeremy Kuhne
2017-02-03Add ProjectGuids for all projects and empty configs for projects without Buil...Wes Haggard
2017-02-02Adding UAPAOT vertical and configurationsJose Perez Rodriguez
2017-02-01Port System.IO.Ports (#15671)Jeremy Kuhne