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
2022-10-03egrep/fgrep are deprecated and obsolete (#21551)signed-log
2022-02-17Disable ClientWebSocketTest tests that started failing for no reasonAlexander Köplinger
2022-02-14[Tools] Fix mono-api-html MarkdownFormatter.cs to avoid a NRE (#21430)Manuel de la Pena
2022-01-20Add correct InetAccess category to HttpClientTest.Proxy_Disabled testAlexander Köplinger
2021-12-10Fix BinaryReader Read to Span of byte and char (#21357)Bill Holmes
2021-11-20Remove netcore sources and arcade eng/common files (#21315)Alexander Köplinger
2021-10-21Ignore inherit param for ParameterInfo.GetCustomAttributes (#21200)Bill Holmes
2021-10-11[resgen] Allow escaping U+0022 QUOTATION MARK. (#21243)Akihiro Sagawa
2021-10-08[WindowsBase] Implement System.Windows.Freezable (#21242)Fox2Code
2021-10-07Use new Mono CI docker images for Linux (#20880)Jo Shields
2021-08-19Allow Case Insensitive OptionSet (#21192)mcdon-ron
2021-08-19[Mono.Profiler.Aot] Write true string wire length (#21191)Ryan Davis
2021-06-11Allow manipulating console window size in Xterm (#20886)Yurii H
2021-06-11[WinForms] Fix changing reference to PrintController in preview in PrintPrevi...Александр Хухлаев
2021-06-11[WinForms] MenuStrip: Close toplevel menu if some click somewhere outside of ...Александр Хухлаев
2021-06-11[debugger] Fix assertion when trying to debug an async method in a valuetype ...Thays Grazia
2021-06-10Increase the buffer size for ping reply (#21069)Bill Holmes
2021-06-10[mono][wasm] add new signatures for pread|pwrite, preadv|pwritev, posix_fallo...Adam Sitnik
2021-05-04Azure Pipelines Windows CI (#20879)Jo Shields
2021-04-29[System.Native] Handle ReadDir EINTR (#21016)Aleksey Kliger (λgeek)
2021-04-13[WinForms] Add `ContextMenu` and `ContextMenuStrip` events for UIA API needs ...Nikita Voronchev
2021-04-13[WinForms] ContextMenuStrip: Close toplevel menu if some click somewhere outs...Nikita Voronchev
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