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-10-30Delete unnecessary internal forwarders (#24939)Jan Kotas
2017-10-30Remove dead code from System.Net.WebSocket.Client (#24932)Stano Peťko
2017-10-30Deleted dead code from System.Net.WebClient. (#24930)Stano Peťko
2017-10-30Add ManagedHandler support for cancelling connect operations (#24873)Stephen Toub
2017-10-30Address System.Threading.Channels PR feedback (#24955)Stephen Toub
2017-10-30Update BuildTools, CoreClr, CoreFx to prerelease-02128-02, preview1-25829-02,...dotnet-maestro-bot
2017-10-30Fix System.DirectoryServices.AccountManagement configurations (#24887)Santiago Fernandez Madero
2017-10-30Disable reflection-based debugger System.Threading.Channels tests on uapaot (...Stephen Toub
2017-10-30Fix DirectoryServices.Protocols packaging and configurations for compat pack ...Santiago Fernandez Madero
2017-10-30Remove dead code from System.Net.Sockets (#24904)Stano Peťko
2017-10-30Merge pull request #24846 from stephentoub/websockets_memoryStephen Toub
2017-10-28Fix system formatter tests hitting netfx inbox binplace issue (#24935)Santiago Fernandez Madero
2017-10-28Move InAttribute from S.R.InteropServices to System.Runtime next to OutAttrib...Ahson Khan
2017-10-28Fixed Bugs with DateTime Parsing (#24899)Shin Mao
2017-10-28Add pkg for System.Diagnostics.PerformanceCounter (#24811)Michelle McDaniel
2017-10-28Removing Span<byte> extension methods and using the generic ones (#24911)Ahson Khan
2017-10-28Change System.Management configurations to create PNSE assembly when targetgr...Santiago Fernandez Madero
2017-10-28Skip one wmi test in Win Server Core (#24927)Paulo Janotti
2017-10-27Fix System.Drawing.Configurations to be netstandard compatible (#24758)Santiago Fernandez Madero
2017-10-27Adding System.DirectoryServices.Protocols Tests (#24872)Tarek Mahmoud Sayed
2017-10-27Use ConfigureAwait(false) for all await'sMatt Connew
2017-10-27Make ServicePointManager tests run out of proc (#24890)Dan Moseley
2017-10-27Make corefx exceptions serializable and add typeforwards (#24427)Viktor Hofer
2017-10-27Add Span<T> Base64 conversion APIs that support UTF-8 (#24888)Ahson Khan
2017-10-27CultureInfoConverter added (#24855)Anirudh Agnihotry
2017-10-26Add EventCounter to Microsoft.Diagnostics.Tracing.EventSource.Redist (#24893)Brian Robbins
2017-10-26Adding more WMI tests (#24879)Paulo Janotti
2017-10-26Merge pull request #24881 from stephentoub/port_channelsStephen Toub
2017-10-26Syndication test (#24570)JimboWei
2017-10-26Share EventSource tests with Microsoft.Diagnostics.Tracing.EventSource.Redist...Brian Robbins
2017-10-26Fixed some issues with reader/writer wrapper. (#24882)Shin Mao
2017-10-26add some code to make sure we sent datagram before we try to receive it (#24615)Tomas Weinfurt
2017-10-26Remove dead code from System.Net.Security (#24816)Stano Peťko
2017-10-26Merge pull request #24820 from stephentoub/fix_http_issuesStephen Toub
2017-10-26Boost code coverageStephen Toub
2017-10-26Consistently check for cancellation before operationsStephen Toub
2017-10-26Add System.Threading.Channels to corefxStephen Toub
2017-10-26Merge pull request #24830 from weshaggard/MergeDevRelease200Wes Haggard
2017-10-25Use the Host header for the SSL handshakeStephen Toub
2017-10-25Don't fail a redirect that's missing a Location headerStephen Toub
2017-10-25Fix DecompressionHandler ContentEncoding logicStephen Toub
2017-10-25Reorder cookie handling in handler chainStephen Toub
2017-10-25SSLStream Fixing GC Hole (#24799)Tim Seaward
2017-10-25Add auto dependency flow repo APIWes Haggard
2017-10-25Add System.Management (#24719)Paulo Janotti
2017-10-25Fix build breakChristopher Costa
2017-10-25Increase tolerance on SendTimesOut_Throws (#24844)Dan Moseley
2017-10-25Enable publishing to azure feed (#24784)Karthik Rajasekaran
2017-10-25Event Log Tests disabled for Windows 7 (#24845)Anirudh Agnihotry
2017-10-25Override Memory-based ReceiveAsync on WinHttpWebSocketStephen Toub