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
2020-09-04[Winforms] Real fix for #18606 PropertyGrid didn`t edit value with CustomType...Александр Хухлаев
2020-09-04[Android] Enable access to up-to-date tzdata on Android 10+ (#20349)Marek Habersack
2020-08-31Fix potential crash for Encoder.Convert (#20271)jeffgoku
2020-08-25[runtime] Catch attempts to create enum types with an underlying type that is...imhameed
2020-08-11Fixing debugger hang that would occur when inspecting a field that has a Debu...Alex Thibodeau
2020-07-29[System] Mark BTLS callbacks as cdecl. (#19872)Esme
2020-07-29Fix Line problem with wrapping and tabs (#20112)Karl
2020-07-08Init a timer on TransactionScope initialization to be able to timeout (#20080)Pablo Martínez
2020-07-02[wasm][System.IO.Compression]: Disable BrotliStream on wasm. (#19961)Martin Baulig
2020-06-12[merp] Add API methods for getting hashcode/reason of last crash (#19901)Alexis Christoforides
2020-06-09[wasm] Throw PlatformNotSupportedException instead of NotSupportedException w...Zoltan Varga
2020-05-20Always include Unicode charinfo, so tar made in csc mode works in mcs mode (#...Jo Shields
2020-05-18[corlib] Improve RuntimeThread stub (#19782)w-flo
2020-05-12[debugger] Merge debugger-libs/Mono.Debugger.Soft (#19725)Thays Grazia
2020-05-04[Mono.Debugger.Soft] Fixed NRE in MethodMirror.FullName when param_info is no...Jeffrey Stedfast
2020-04-28Fix if already send error to http client, do not callback. (#19664)Junil Um
2020-04-24Prevent NullReferenceException in SurrogateProviderAdapter (#19362)vidir-svanberg
2020-04-23[WinForms] Fix ListView GetItemAt high load (#19639)Александр Хухлаев
2020-04-23[System.Runtime.Serialization] Work around `specified cast is not valid` erro...Mitchell Hwang
2020-04-22[wasm] Add throwing PNSE to where currently disabled tests throw something di...Maxim Lipnin
2020-04-20[wasm] Reenable the managed collation code, link it out by default, add a pac...Zoltan Varga
2020-04-16Change OSPlatform for wasm to "BROWSER" rather than "WEBASSEMBLY"Larry Ewing
2020-04-11[wasm][bcl] Handle correctly backslash in file name (#19488)Kenneth Pouncey
2020-04-08[merp] Synchronize (serialize) calls to MERP API (#19429)Alexis Christoforides
2020-04-08Add BeginRead/BeginWrite/EndRead/EndWrite overloads back to SslStream (#19442)Filip Navara
2020-04-08Fix WinForms LinkLabel drawing (#19386)Karl
2020-04-08Three small RichTextBox / TextControl fixes (#19401)Karl
2020-04-08[Winforms] fix #18606 PropertyGrid didn`t edit value with CustomTypeDescripto...Александр Хухлаев
2020-04-08[Winforms] PropertyGrid fix disappearing of items (#19453)Александр Хухлаев
2020-04-08[WinForms] Fix ToolStripTextBox Width (#19457)Александр Хухлаев
2020-04-08[WinForms] PropertyGrid must show value text even if CanConvertTo return fals...Александр Хухлаев
2020-04-08[runtime] Fix Type.GetTypeCode () for generic enums. (#19470)Zoltan Varga
2020-04-08Produce System.Net.Http.WebAssemblyHttpHandler (#19260)Pranav K
2020-04-07When double buffering, flush the buffered graphics (#19460)Karl
2020-04-05As suggested by @jbevain we should bump the protocol to implement this. (#19437)Thays Grazia
2020-04-04[wasm] Wasm TimeZoneInfo implementation VFS (#17760)Kenneth Pouncey
2020-04-03[WinForms] Show ToolTips for PropertyTab`s buttons (#19430)Александр Хухлаев
2020-04-03[debugger] Fix set_value and get_value after invoke a method (#19378)Thays Grazia
2020-03-30[wasm] Add a try-catch around GetCallingAssembly () calls in ResourceManager,...Zoltan Varga
2020-03-26[debugger] Bump protocol for this commit https://github.com/mono/mono/pull/19...Thays Grazia
2020-03-26[debugger] Fix suspend_policy that will be send to debugger-libs (#19317)Thays Grazia
2020-03-25Refine UnixEndPoint to support Windows Unix socket (#19274)CzBiX
2020-03-25[debugger] Implementing step through multithreaded code. (#19103)Thays Grazia
2020-03-24Reenable a bunch of disabled iOS Mono SDKs test suites (#19301)Alexander Köplinger
2020-03-20[debugger] Fix NOT_IMPLEMENTED while debugging. (#19248)Thays Grazia
2020-03-13[corlib] Capture the ExceptionDispatchInfo when rethrowing from TaskContinuat...Aleksey Kliger (λgeek)
2020-03-09[corlib] Suppress finalization of underlying console FileStreams (#19137)Aleksey Kliger (λgeek)
2020-03-05[debugger] NRE when 2 threads try to call GetThreads at same time (#19122)Thays Grazia
2020-03-03Changed Max and MinLengthAttribute validation (#19084)Steve Pfister
2020-02-28[wasm] Use PNSE version of System.Net.NetworkInformation.NetworkInterface (#1...Maxim Lipnin