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
AgeCommit message (Expand)Author
2016-07-20Revert "[test] Mono.Debugger.Soft test for async I/O tasks"Alexander Köplinger
2016-07-19[test] Mono.Debugger.Soft test for async I/O tasksAleksey Kliger
2016-06-03Merge pull request #3040 from xmcclure/debugger-step-recursiveAndi McClure
2016-06-02Halve the stack depth for both the new single step testsAndi McClure
2016-05-27[genproj] Do not use \r on the Unix parts of the build hook, add RabbitMQ hooksMiguel de Icaza
2016-05-27Merge System/MonoType.cs into ReferenceSources/RuntimeType.cs, use th… (#3045)Zoltan Varga
2016-05-24Debugger stepping does not understand recursion (bug 38025)Andi McClure
2016-05-19[msbuild projects] Use newlines without a carriage return for Unix targets to...Miguel de Icaza
2016-05-19[genproj] Use an explicit IntermediateOutputPath to prevent rebuilds on cycli...Miguel de Icaza
2016-05-18genproj: Improve handling of executables and projects with build dependenciesMiguel de Icaza
2016-05-18[genproj] Updates to project generator and csproj files.Miguel de Icaza
2016-04-04[build] Change the way how mcs references are passed to compiler to always us...Marek Safar
2016-02-22[corlib] Import System.Threading.WaitHandleLudovic Henry
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
2016-01-05[runtime] Read fields out of TransparentProxies correctly in debugger agentAlexander Kyte
2015-12-02[csproj] Remove *net_4_5.csproj files from the class libsAlexander Köplinger
2015-09-16[sdb] Fix the aborting of multiple invocations.Zoltan Varga
2015-09-15[sdb] Add a test for aborting invokes.Zoltan Varga
2015-09-14[build] Generated up-to-date net_4_x MSBuild projects.João Matos
2015-09-02Revert "[sdb] Disallow nested invokes."Zoltan Varga
2015-08-26[sdb] Disallow nested invokes.Zoltan Varga
2015-08-19[sdb] Fix the handling of strings with embedded null values. Fixes #33066.Zoltan Varga
2015-07-24[Mono.Debugger.Soft] Exclude invalid C# codeMarek Safar
2015-07-15[build] Switch to 4.6 profile as default profileMarek Safar
2015-07-09[sdb] Allow boxed vtypes as this when invoking vtype methods. Fixes #30023.Zoltan Varga
2015-07-07[sdb] Allow invoking of valuetype ctors.Zoltan Varga
2015-06-25[runtime] Added a test for the repro of being unable to reflect an instance v...Alexander Kyte
2015-06-04[sdb] Avoid marking seq points as nonempty-stack if they have a sym seq point...Zoltan Varga
2015-06-03[sdb] Fix interface/virtual calls to valuetype methods.Zoltan Varga
2015-05-29[sdb] Fix reading/writing locals when not all of the them have associated deb...Zoltan Varga
2015-03-20[sdb] Add support for TypedReferences. Fixes #28181.Zoltan Varga
2015-03-17[genproj] Re-generated the class library projects.João Matos
2015-03-02[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to redu...Zoltan Varga
2015-02-27[build] Add dependency information for class libraries using a LIB_REFS varia...Zoltan Varga
2015-02-07[Mono.Debugger.Soft] Fixed StackFrame.Domain logic to not blow upJeffrey Stedfast
2015-01-27[sdb] Avoid errors when a static method is invoked with the InvokeOptions.Vir...Zoltan Varga
2015-01-20[sdb] Fixed GetThreads deadlock if thread was started or stopped during GetTh...David Karlaš
2015-01-17[sdb] ILInterpreter handle Br_S same as BrDavid Karlaš
2015-01-17[sdb] Fix deadlock in case of runtime disconnect while fetching frames(Bug 24...David Karlaš
2015-01-16[sdb] Fix single stepping after a SetIP operation. Fixes #26033.Zoltan Varga
2015-01-14[bcl] Remove NET_4_5 defines from class libs.Zoltan Varga
2015-01-13[bcl] Remove NET_2_0 defines from the class libs. This has been done using: u...Zoltan Varga
2015-01-13[build] Updated csproj files.Marcos Henrich
2015-01-07[sdb] Enable the StackFrame.Domain property on stack frames which represent n...Zoltan Varga
2015-01-06[sdb] Bump protocol version to 2.39 so the single stepping changes can be det...Zoltan Varga
2015-01-06[Sdb] With better mimicking of .Net debugging experience stepping out of meth...David Karlaš
2015-01-03[sdb] Avoid stepping out of the current method if it is a cctor if StepFilter...Zoltan Varga
2014-12-04Remove 4.0 profileMarek Safar
2014-11-24Remove 2.0 profile csproj filesMarek Safar
2014-11-18[Mono.Debugger.Soft] Add test for StackFrame.DomainJb Evain