Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
AgeCommit message (Expand)Author
2021-04-13[WinForms] When the ListView has VirtualMode=true, calling the Clear method f...Александр Хухлаев
2021-04-13When the OnClick event occurs on a Button mouse click, MouseEventArgs should ...Александр Хухлаев
2021-04-13[WinForms] GridEnty: Invoke type converter to display entry value properly (#...Nikita Voronchev
2021-04-13[WinForms] Form: Set `WM_CLASS` while change `Text` (#20687)Nikita Voronchev
2021-04-13[WinForms] DataGridView: Update editing control position on scroll (#20675)Nikita Voronchev
2021-04-13The OnPropertyValueChanged event should (#20618)Александр Хухлаев
2021-04-13[WinForms] Fixed dependence of the countdown in the System.Windows.Forms.Time...Александр Хухлаев
2021-04-13[WinForms] Fix #19755: Make ToolStripMenuItem constructor handle shortcut par...Александр Хухлаев
2021-03-31Fix setting or getting pointer fields with reflection (#20891)Sebastian Paarmann
2021-03-27Suppress FTP anonymous credentials (#20977)Jan Jahoda
2021-03-26Fix the System.String.Replace throwing NotImplementedException (#20960)Maxim Lipnin
2021-03-26[Credscan] Added supression comment in Web.Config. (#20967)Nathan Ricci
2021-03-25[debugger] Removing call to jit_done to help debug multithread (#20970)Thays Grazia
2021-03-23Fix CredScan suppression locations (#20966)Fan Yang
2021-03-23Suppress CredScan checking (#20965)Fan Yang
2021-03-23Added credscan supressions. (#20964)Nathan Ricci
2021-03-23Suppress CredScan checking (#20961)Fan Yang
2021-03-23Added supression for cred scan. (#20963)Nathan Ricci
2021-03-23Add cred scan suppressions for approvals (#20956)Sam Patel
2021-03-16Allowing sockets to be created with icmpv6 (#20896)Bill Holmes
2021-03-16[CREDSCAN] Replace password with [PLACEHOLDER] (#20928)Nathan Ricci
2021-03-15[CREDSCAN] Replaced testcertificate with placeholder. (#20912)Nathan Ricci
2021-03-15Add CredScan suppressions (#20938)Vlad Brezae
2021-03-12CredScan: replace some benign passwords with [PLACEHOLDER] (#20915)imhameed
2021-03-12[CREDSCAN] Replaced password with placeholder (#20922)Nathan Ricci
2021-03-12[CREDSCAN] Switched password to placeholder. (#20911)Nathan Ricci
2021-03-11Replaced passwords with placeholder. (#20913)Nathan Ricci
2021-03-11Allow sending intermediate certificates with SslStream.AuthenticateAsServer. ...kryssb
2021-03-10CredScan issue - remove hardcoded password (#20908)Sam Patel
2021-03-09Update password - CredScan issues (#20901)Fan Yang
2021-03-08Disable DebuggerTests.Crash since it fails on Linux i386 in CIAlexander Köplinger
2021-03-05Another CredScan suppression (#20900)Ryan Lucia
2021-03-05[sdb] Add Module.ApplyChanges (#20889)Aleksey Kliger (λgeek)
2021-03-05Fix some CredScan issues (#20898)Ryan Lucia
2021-03-03WCF process PATCH verb (#20612)Rodrigo Cesar
2021-02-27Remove .csproj files from mcs/ build, they were never used (#20883)Alexander Köplinger
2021-02-20Adding an ARM64 lane, running on docker in a private pool (#20849)Jo Shields
2021-02-17Add more Linux CI jobs to Azure Pipelines build (#20851)Alexander Köplinger
2021-02-12Remove incorrect password (#20846)Nathan Ricci
2021-02-09[System.Drawing] Work around libgdiplus Metafile dispose ordering (#20827)Aleksey Kliger (λgeek)
2021-02-05Revert "[mono][debugger] First PR to implement iCorDebug on mono (#20757)"Thays
2021-01-26[mono][debugger] First PR to implement iCorDebug on mono (#20757)monojenkins
2021-01-26mkbundle: add support for hybrid aot (#20685)Andoni Morales Alastruey
2021-01-26mkbundle: fix initialization segfault in custom mode (#20684)Andoni Morales Alastruey
2020-12-18[sdb] Add ability to retrieve custom attributes on assemblies (#20672)Jb Evain
2020-12-11[metadata] Generate type-3 GUIDs for interfaces. (#20499)Rémi Bernon
2020-12-10Add support for full AOT of System.Windows.Forms on Windows. (#20645)Johan Lorensson
2020-10-26[w32process-win32] Implement System.Diagnostics.Process::MainWindowHandle. (#...Rémi Bernon
2020-10-13Minor spelling and grammar fixes. (#20474)Maxwell Cody
2020-10-09[corlib] ThreadAbortException protection for ArraySortHelper (#20467)Aleksey Kliger (λgeek)