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-08-17System.Private.Xml: Use Encoding.Preamble (#23323)Justin Van Patten
2017-08-17Disable hanging "stack guard" tests (#23339)Stephen Toub
2017-08-17DataContractSerialization: Use Encoding.Preamble (#23324)Justin Van Patten
2017-08-17HttpListener: Use Encoding.Preamble (#23325)Justin Van Patten
2017-08-17Merge pull request #23049 from stephentoub/encodingspan_testsStephen Toub
2017-08-16ManagedHandler: Only run connection pool cleanup timer when needed (#23174)Stephen Daudell
2017-08-16Prevent serial port test failures of aborting the run (#23251)Paulo Janotti
2017-08-16Fixed Issue with DCS Serializing Get-Only Collection.  (#22975)Shin Mao
2017-08-16Disable tests that fail on ILC due to not actually running in AppX (#23295)Atsushi Kanamori
2017-08-16Update version to 9.9.9 (#23265)Huangli Wu
2017-08-16Avoid manually pinning spans in crypto interop (#23259)Stephen Toub
2017-08-16Tests on incorrectly using named arguments with Microsoft.CSharp (#23281)Jon Hanna
2017-08-16Disable the System.IO failed test on OSX High Sierra (#23276)Tarek Mahmoud Sayed
2017-08-16Merge pull request #23263 from geoffkizer/fillasyncthrowsGeoff Kizer
2017-08-16Use Span overloads with Rfc2898DeriveBytes computations (#23269)Jeremy Barton
2017-08-16Merge pull request #23254 from tijoytom/masterTijoy Tom
2017-08-16Taking care of review commenttijoytk
2017-08-16Add SGEN Automation. (#23090)Huangli Wu
2017-08-16address PR feedback and fix issue in ReadCrLfAsyncGeoff Kizer
2017-08-15Update the SortVersion Test (#23256)Tarek Mahmoud Sayed
2017-08-15make FillAsync throw on EOFGeoff Kizer
2017-08-15Add PkgProj for System.Data.DataSetExtensions (#23087)Nina Chikanov
2017-08-15Add ECDsa span-based methods (#23252)Stephen Toub
2017-08-15Add ExactSpelling = true to non WACK apis.tijoytk
2017-08-15Remove ILCBuildType from System.Collections.Tests (#23247)Santiago Fernandez Madero
2017-08-15Merge pull request #23168 from ericstj/netcoreapp2.1Eric StJohn
2017-08-15Add DSA span-based methods (#23226)Stephen Toub
2017-08-15[WIP] UWP support for serial port (#22887)Paulo Janotti
2017-08-15Add missing header to ImmutableList`1+Enumerator (#23236)James Ko
2017-08-15Ensure packages continue to build for NETCoreApp2.0Eric St. John
2017-08-15Merge pull request #23186 from geoffkizer/headerdescriptor2Geoff Kizer
2017-08-15address PR feedbackGeoff Kizer
2017-08-14fix netfx buildGeoff Kizer
2017-08-14fix netfx buildGeoff Kizer
2017-08-14fix intermittent issues caused by two different xsl tests accessing sameKrzysztof Wicher
2017-08-14Failed case with date time (#23212)JimboWei
2017-08-14Fix ManagedHandler redirect post->get behavior (#23216)Stephen Toub
2017-08-14Modify High Sierra Check and Fix TZ Test (#23171)Tarek Mahmoud Sayed
2017-08-14Add Expect: 100-continue support to ManagedHandler (#23196)Stephen Toub
2017-08-14System.Composition Activator parameter initialization race condition (#21312)jswolf19
2017-08-14Disable two collections tests on desktop (#23200)Stephen Toub
2017-08-14Fix typos in comments (#23198)John Doe
2017-08-13Enable full duplex communication with ManagedHandler (#23180)Stephen Toub
2017-08-13several HeaderDescriptor-related improvementsGeoff Kizer
2017-08-13Merge pull request #23091 from geoffkizer/httpheaderdescriptorGeoff Kizer
2017-08-13more PR feedbackGeoff Kizer
2017-08-12ManagedHandler: Moved exception strings to .resx resources. (#23173)Stephen Daudell
2017-08-12better fix for ToUpper thingGeoff Kizer
2017-08-12avoid ToUpperInvariant since we are just dealing with asciiGeoff Kizer
2017-08-12defer token check in HeaderDescriptor.TryGet to after the known header lookupGeoff Kizer