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
2017-10-03Restructure of mono.sln and build properties to better fix static/dynamic lib...lateralusX
2017-10-02[mcs] Initial by ref returns and variables supportMarek Safar
2017-10-02Fix LinearGradientMode parameter validation to match corefx (#5672)Hugh Bellamy
2017-10-02Allow passing null to JsonArray.Add()Steffen Kieß
2017-10-02Remove invalid tests for image palettes in GdiPlusTest (#5671)Hugh Bellamy
2017-09-30[corlib] Make Marshal.BufferToBSTR(Array, int) non-public again (#5670)Alexander Köplinger
2017-09-30[System.Net.Http] HttpClient timeout range checks. Fixes #25755Marek Safar
2017-09-29[w32file] Move MonoIO.Find{First,Next,Close} to managedLudovic Henry
2017-09-29[w32file] Remove dead codeLudovic Henry
2017-09-29[test] SRE ILGenerator test for methodref and fieldref token cachingAleksey Kliger
2017-09-29[System] HttpListenerRequest: ignore bad cookies and keep request alive (#5657)Alexander Köplinger
2017-09-28Merge pull request #5567 from kumpera/fix_59334Rodrigo Kumpera
2017-09-27[mkbundle] Link against Objective-C runtime and Foundation framework on OSX (...Alexander Köplinger
2017-09-26[Mono.Unix] Fix crasher in StringToHeap (#5639)Marius Ungureanu
2017-09-26[test] Add gparam Type.IsAssignableFrom and Type.BaseType testsAleksey Kliger
2017-09-26[test] Add regression test for 58809Aleksey Kliger
2017-09-26[Tests] Fail with message in case symlink failsLudovic Henry
2017-09-26[runtime] Handle RuntimeWrappedException and dynamic methods using a SRE as m...Rodrigo Kumpera
2017-09-22[linker-analyzer] added documentationRadek Doulik
2017-09-21[corlib] Fix 44255: Inconsistent results in the serialization of TimeZoneInfo...Egor Bogatov
2017-09-21[mono-api-html] Print ref/out modifiers on parameters. Fixes #59430.Rolf Bjarne Kvinge
2017-09-20Merge pull request #5610 from alexrp/masterAlex Rønne Petersen
2017-09-20fix for DSAEgorBo
2017-09-20fix-38054Egor Bogatov
2017-09-20[Mono.Profiler.Log] Use null references to indicate the absence of names.Alex Rønne Petersen
2017-09-20[Mono.Profiler.Log] Load entire buffers before processing them.Alex Rønne Petersen
2017-09-20[Mono.Profiler.Log] Fix excessive byte array allocations.Alex Rønne Petersen
2017-09-20Merge pull request #5528 from rodrmoya/fix-mono-profiler-libAlex Rønne Petersen
2017-09-19[Mono.Profiler.Log] Styling fixesRodrigo Moya
2017-09-19[WindowsBase] Fix exception type in *ValueSerializer.ConvertFromString with n...Alexander Köplinger
2017-09-19[WindowsBase] Use InvariantCulture for ConvertTo/ToString testsAlexander Köplinger
2017-09-19Merge pull request #5589 from marek-safar/testsMarek Safar
2017-09-18[System.Runtime.Remoting] Adds System.Core reference for testsMarek Safar
2017-09-18Update tests network helper to be reliable in multi-threaded testsMarek Safar
2017-09-18[msvc] Update csproj files (#5602)monojenkins
2017-09-18Multi-culture implementation ValueSerializers, Parse and ToString for types f...Mikhail Filippov
2017-09-18[mono-api-html] Add solution.Rolf Bjarne Kvinge
2017-09-15[SWF] Allow to compile without X11 installed (Xamarin-59496)Eberhard Beilharz
2017-09-14[System]: SslStream.Flush() now flushes the underlying stream. Bug #57528. (...Martin Baulig
2017-09-14[Mono.Security]: Add internal 'MonoTlsProviderFactory.InternalVersion' consta...Martin Baulig
2017-09-14[Mono.Profiler.Log] Check MLPD version when reading headerRodrigo Moya
2017-09-14[Mono.Profiler.Log] Reverse managed backtrace in SampleHitEvent'sRodrigo Moya
2017-09-14Fix bug 4786 test.Jon Purdy
2017-09-14[Mono.Profiler.Log] Support MLPD version 13Rodrigo Moya
2017-09-13Merge pull request #5562 from alexrp/masterAlex Rønne Petersen
2017-09-13[corlib] Update negative symbol for all cultures. Fixes #57496Marek Safar
2017-09-13[Mono.Profiler.Log] Read root type field as uleb128.Alex Rønne Petersen
2017-09-12Fix bug 57918:Katelyn Gadd
2017-09-11[System.Xaml] Fix deadlock on exception in XamlBackgroundReaderAlexander Köplinger
2017-09-08[Tests] Fix Mono.Data.Tds tests on iOS (#5501)Manuel de la Pena