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-07-22Update UAP pinvoke baselines (#22516)Paulo Janotti
2017-07-18Converted sudo commands to class helper (#22349)Maggie Tsang
2017-07-17Remove a few allocations from SslStream (#22304)Stephen Toub
2017-07-12Fixing WindowsIdentity.IsAuthenticated for UWP and removing test workarounds....Cristian Pop
2017-07-08Refactor and augment SslStreamSystemDefaultTestStephen Toub
2017-07-04Unable to make https request when Oid lookup takes too long (#21320)Jon Guy
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-07-03remove Linux assert that's no longer true (#21814)Geoff Kizer
2017-07-02Merge pull request #21574 from geoffkizer/sslreadbufferGeoff Kizer
2017-07-02clean up single-line if/else statementsGeoff Kizer
2017-07-02add assertGeoff Kizer
2017-07-02better TaskToAsyncProtocolRequest implementationGeoff Kizer
2017-07-02fix Linux Decrypt offset handlingGeoff Kizer
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-26improve SslStream read bufferingGeoff Kizer
2017-06-23Convert most Assert.Throws<ArgumentException> without param name to AssertExt...Hugh Bellamy
2017-06-21Enabling System.Net.Security tests and fixing/disabling tests that currently ...Cristian Pop
2017-06-15Add code to care if sudo is not there on armel-rootfs (#21077)Yongseop Kim
2017-06-15Update Pinvoke baselines to match latest modernapis.xml entries (#21028)Dan Moseley
2017-06-14Enable UAP Remote Execution for all tests (#21014)Tarek Mahmoud Sayed
2017-05-31Fix all failures in System.Net.Security.Unit tests on ILCAtsushi Kanamori
2017-05-26Merge pull request #20322 from ericstj/updateConfigurationsEric StJohn
2017-05-25ISerializable cleanup (#20220)Morgan Brown
2017-05-25Remove help VS commentsEric St. John
2017-05-18Adding platform detection to workaround a Win7 certificate behavior difference.Cristian Pop
2017-05-17Merge pull request #19842 from ericstj/incrementVersionsGaurav Khanna
2017-05-17Fix deadlock in SslStream_SameCertUsedForClientAndServer_Ok test on single coreStephen Toub
2017-05-17Scale back [Serializable] CoreFX types (#19742)Morgan Brown
2017-05-17Increment versions post 2.0Eric St. John
2017-05-16Disable SslStream_SameCertUsedForClientAndServer_Ok test failing on Win7Stephen Toub
2017-05-12Increased code coverage for System.Net.Security to 66.6% (#19664)Vladyslav
2017-05-11Add new api tests only to netcoreapp.Lakshmi Priya Sekar
2017-05-10Fixing OID EKU validation.Lakshmi Priya Sekar
2017-05-08Disable two System.Net.Security tests on desktopStephen Toub
2017-05-05Merge pull request #19323 from CIPop/ssl_exclCristian Pop
2017-05-05Disable S.Net.Security tests that crash xunit on AoT (#19380)Alex Perovich
2017-05-05Re-enabling tests and adding workaround for a known Windows bug.Cristian Pop
2017-05-04Use SafeSslHandle instead of IntPtr in SSL_shutdown.Lakshmi Priya Sekar
2017-05-04Implement close_notify alert on ShutdownAsync on Linux.Lakshmi Priya Sekar
2017-04-20Fix/disable several System.Net.Security tests on desktopStephen Toub
2017-04-11Merge pull request #18165 from weshaggard/UpdateAssemblyKeysWes Haggard
2017-04-11Move corefx onto the .NET Core 2.0 toolsetEric Mellino
2017-04-10Updates how we define which key an assembly usesWes Haggard
2017-04-03Add manual roots for ILLinkEric St. John
2017-03-28Expose and use static ExceptionDispatchInfo.Throw (#17570)Stephen Toub
2017-03-22Skip more NetEventSource logging tests on .NET FrameworkDavid Shulman
2017-03-17Defining uapaot constant on System.Private.Xml to fix XmlSerializer on uapaot...Jose Perez Rodriguez
2017-03-16Re-disable failing Net.Security testIan Hays