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/class
AgeCommit message (Expand)Author
2019-11-28[Mono.Security] Do not decode data beyond detected length in ASN1 parser (#17...Sergey Podobry
2019-11-27[WinForms] Refactor selected indexes in TabControl.Remove (#17608)abrevet-dev
2019-11-27[WinForms] Returns real installed input languages on Windows (#17653)abrevet-dev
2019-11-27[WinForms] DefaultCellStyle was not cloned deeply in DataGridViewRow.Clone() ...abrevet-dev
2019-11-27[WinForms] Fix X11 theming (#17888)HebaruSan
2019-11-27[WinForms] Fix Recalculate in ScrollableControl (#17163)RizvanKuliev
2019-11-27[merp] Use timeline (and generate timeline breadcrumbs) for SendExceptionToTe...Alexis Christoforides
2019-11-27[amd64] do not stack allocate on the application stack for the transtion from...Bernhard Urban-Forster
2019-11-26[interp] Non-recursive interpreter (#16461)Zoltan Varga
2019-11-25Fix BinaryReader on BE (#17893)Calvin Buckley
2019-11-25Fix flawed BufferTest on big-endian (#17894)Calvin Buckley
2019-11-22Add more descriptive message to the `PlatformNotSupportedException` (#17864)Kenneth Pouncey
2019-11-19Fixes https://github.com/mono/mono/issues/15805 at least in terms of what may...Steve Pfister
2019-11-18Bump corefx to pick up https://github.com/mono/corefx/pull/370 (#17758)Steve Pfister
2019-11-14Remove handles from System.Diagnostics.Debugger. (#17713)Jay Krell
2019-11-13[debugger] Assert when async debug a generic method (#17727)Thays Grazia
2019-11-12[WinForms] Fix #10559 In MaskedTextBox wrong Lines value when Mask setted (#1...abrevet-dev
2019-11-12[WinForms]: Fix #17546 Fix TabPage position when enabling MultiLine (#17670)abrevet-dev
2019-11-12[WinForms]: Fix #16632 special values (-1 and -2) of ListView Column header W...abrevet-dev
2019-11-12 [WinForms] Fix #12249 scroll orientation was not defined in ScrollEventArgs ...abrevet-dev
2019-11-02[iOS] Match changes done in xamarin-macios in the SDK runtime. (#17664)Manuel de la Pena
2019-11-02Move MonoError from managed wrappers to native wrappers. (#15894)Jay Krell
2019-11-01[System.Net.Http]: Bring `HttpClient` from CoreFX on monotouch and xammac. (#...Jo Shields
2019-11-01[csproj] Update project filesmonojenkins
2019-11-01[threadpool] cache processor count (#17642)Bernhard Urban-Forster
2019-10-31[WinForms] Change HotkeyPrefix default value in TabControlPainter.cs (#17579)abrevet-dev
2019-10-30[System.Net.Http]: Bring `HttpClient` from CoreFX on monotouch and xammac.Martin Baulig
2019-10-29Support platform-independent newlines in line wrapping in Mono… (#17431)Aniruddha Shastri
2019-10-25Fixes #17190: SerializationException on ListViewItemCount (#17195)Leonard
2019-10-25[wasm][bcl] Fix `System.Diagnostics.Trace.TraceError` crash. (#17509)Kenneth Pouncey
2019-10-24Cleaning up SslStream, MobileAuthenticatedStream and TaskToApm. (#17393)Martin Baulig
2019-10-24Bump to mono/corefx@fb41040Egor Bogatov
2019-10-23[debugger] Changing how debugger handles exception when hybrid suspend is ena...Thays Grazia
2019-10-22[reflection] mono_method_get_base_method on a GTD should use canonical ginst ...Aleksey Kliger (λgeek)
2019-10-22Get resource stringMaxim Lipnin
2019-10-21[tests] Replace __WATCHOS__ with MONOTOUCH_WATCH (#17459)Thays Grazia
2019-10-19Changing behavior of some tests in WatchOsThays Grazia
2019-10-19[bcl] Add null reference checks to Interlocked.Exchange<T> (#17400)Aleksey Kliger (λgeek)
2019-10-19Remove the Legacy TLS Provider. (#17391)Martin Baulig
2019-10-18Enable GSS on Linux and Android (#17223)Egor Bogatov
2019-10-17[corlib] Mark YieldAwaitable struct readonly (#17386)mlirAlexander Köplinger
2019-10-17[bcl] Remove CompareExchange_T (#17370)Aleksey Kliger (λgeek)
2019-10-16Removing execution of network tests from WatchOs. (#17358)Thays Grazia
2019-10-16[bcl][jit] implement Interlocked.Exchange<T> in terms of object (#17341)Aleksey Kliger (λgeek)
2019-10-16[System] Add reflection dependency trackingMarek Safar
2019-10-15[bcl] add WriteLine(string) override to CStreamWriter needed due to corefx im...Bernhard Urban-Forster
2019-10-14[System.Net.Http] Clean up HttpMessageHandler setup (#17252)Marek Safar
2019-10-11[sdks] Android runner: properly shutdown runtime for Mono.Debugger.Soft test ...Aleksey Kliger (λgeek)
2019-10-11Update MERP event type to MonoAppCrash (#17131)Kyle White
2019-10-11[tests] Bump corefx to get Azure testhost change (#17275)Alexander Köplinger