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-08-11Moving PlatformDetection to Corefx.Private.TestUtilities assembly (#23109)Tarek Mahmoud Sayed
2017-08-07Add test for WSS handshake secure cookies, modify cookiecontainer behavior to...Max Kerr
2017-08-04Prefer BinaryFormatter over Dynamic RequiredViktor Hofer
2017-08-04Minimum runtime directives necessaryViktor Hofer
2017-08-04Fixing System.Net.Primitives tests and putting .rd.xml under resourcesViktor Hofer
2017-08-04Add rd.xml for System.Net.PrimitivesViktor Hofer
2017-08-04System.Net.CookieParser to Support Cookie String with Trailing Semicolon (#22...Shin Mao
2017-08-02Remove unused NonSerializable attributes from non serializable types (#22862)Viktor Hofer
2017-07-14Enabling ILC reflection for certain types in System.Net.Primitives. (#22237)Cristian Pop
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-06-30Tracking ETW UAP test failures against a single issue. Global mutex is not su...Cristian Pop
2017-06-27Re-enable tests blocked by RemoteExecutor for Uap and UapAot (#21632)Santiago Fernandez Madero
2017-06-27Fix use of Cookie.InternalSetNameDavid Shulman
2017-06-25[WIP] BinaryFormatter - Reenable sanity check (#21507)Viktor Hofer
2017-06-23Convert most Assert.Throws<ArgumentException> without param name to AssertExt...Hugh Bellamy
2017-06-23Fixing SizeF, CookieContainer, CookieCollection serialization between Core <-...Viktor Hofer
2017-06-17Change PathList members from public to private (#21142)Justin Van Patten
2017-06-16Enabling CookieContainer serialization by exposing PathList type and adding a...Viktor Hofer
2017-06-15Cross framework serialization finish up (#20870)Viktor Hofer
2017-06-14Enable UAP Remote Execution for all tests (#21014)Tarek Mahmoud Sayed
2017-06-13Remove the URL from commenttijoytk
2017-06-13Make Cookie.InternalSetName public for uapaottijoytk
2017-06-08More AOT serialization fixes (#20800)Morgan Brown
2017-06-08Manually build mscorlib shim to allow for internal type forwards & Adding Typ...Wes Haggard
2017-05-31Renamed coretype serialized variables to support reflection based serializationViktor Hofer
2017-05-31Fixing System.Net.Primitives uapaot ilc Debug test runsJose Perez Rodriguez
2017-05-26Merge pull request #20322 from ericstj/updateConfigurationsEric StJohn
2017-05-26Update build configurationsEric St. John
2017-05-25ISerializable cleanup (#20220)Morgan Brown
2017-05-25Remove help VS commentsEric St. John
2017-05-24Adding UAP target to System.Net.Primtives tests (#20209)Cristian Pop
2017-05-23Test attributes cleanup for Uap now that Uap flag includes UapAot (#20108)Santiago Fernandez Madero
2017-05-19System.Net.Primitives for UWP (#19960)Cristian Pop
2017-05-17Merge pull request #19842 from ericstj/incrementVersionsGaurav Khanna
2017-05-17Scale back [Serializable] CoreFX types (#19742)Morgan Brown
2017-05-17Increment versions post 2.0Eric St. John
2017-05-15Fix yet more random test failures on ILC (#19778)Atsushi Kanamori
2017-05-09Move CookieComparer to commonHugh Bellamy
2017-05-09Move internal cookie fields to commonHugh Bellamy
2017-05-09Move CookieParser to CommonHugh Bellamy
2017-05-05fix test data for customCredentialCaesar Chen
2017-05-05address PR feedbackCaesar Chen
2017-05-04fix a new line characterCaesar Chen
2017-05-04address PR feedbackCaesar Chen
2017-04-29address PR feedbackCaesar Chen
2017-04-29add more test casesCaesar Chen
2017-04-28add validation for the overload Add() method, address PR feedbackCaesar Chen
2017-04-28add parameter validation for CredentailCache.Add(), change test cases for new...Caesar Chen
2017-04-19Fix IPAddress parsing tests for netfxHugh Bellamy
2017-04-18Add a few more testsStephen Toub