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
2011-03-02Remove wrong overrides in RequestChannelBase in discovery.Atsushi Eno
2011-03-01[675777] Remove invalid zero based optimizationMarek Safar
2011-03-01Fix the build when using DESTDIRGeoff Norton
2011-02-28Handle CompareTo(long) and huge numbers.Rodrigo Kumpera
2011-02-28[xbuild] ToolTask - make error column check a little non-specific.Ankit Jain
2011-02-28[xbuild] Make Engine.DefaultToolsVersion 2.0 .Ankit Jain
2011-02-28[xbuild] ResolveAssemblyReference - log task parametersAnkit Jain
2011-02-28[xbuild] ResolveAssemblyReference - add missing api.Ankit Jain
2011-02-28[xbuild] GetReferenceAssemblyPaths - add missing license header.Ankit Jain
2011-02-28[xbuild] Add support for multi-targeting arbitrary frameworks.Ankit Jain
2011-02-28[xbuild] ToolTask - add missing apiAnkit Jain
2011-02-28[xbuild] Add missing property to Error/Warning tasks.Ankit Jain
2011-02-28[xbuild] Add $(MSBuildToolsRoot) reserved property.Ankit Jain
2011-02-28[xbuild] Remove property if Output TaskParameter is null.Ankit Jain
2011-02-25Fix the mobile buildGeoff Norton
2011-02-25[asp.net] Fix for bug #671753. Route.GetVirtualPath must take ambient values ...Marek Habersack
2011-02-25added units tests for TextReader ReadLine() and ReadToEnd()Steve Bjorg
2011-02-25TextReader.Null should return "" on ReadToEnd()Steve Bjorg
2011-02-25Fix buildMiguel de Icaza
2011-02-25[TerminfoDriver] be more tolerant to failures, and fallback gracefully, inste...Miguel de Icaza
2011-02-25Do not throw exceptions, instead return a sensible value, fixes 656468Miguel de Icaza
2011-02-25Fix 2.0 test build (disable it).Atsushi Eno
2011-02-25Add default implementations to ReadLine() and ReadToEnd() to TextReader, fixe...Miguel de Icaza
2011-02-24[xbuild] Rename method to make it more consistent.Ankit Jain
2011-02-24[xbuild] Fix bug #674630.Ankit Jain
2011-02-24[674224] Type parameter constraint can resolve to nested type before it has b...Marek Safar
2011-02-24Simple InstanceContext.Extensions implementation by David Schmitt.Atsushi Eno
2011-02-24Do not write empty items in Probe message.Atsushi Eno
2011-02-24To header rewrite only happens in Adhoc mode.Atsushi Eno
2011-02-24Pass Actor. use IsNullOrEmpty() instead of "!= String.Empty".Atsushi Eno
2011-02-24Another fix to not write null header. Add UniqueId deserialization workaround.Atsushi Eno
2011-02-24Enable UDP Sockets on MOBILE platforms.Jonathan Pryor
2011-02-24Disallow EventType.Step in EnableEvents (). Fixes #674490.Zoltan Varga
2011-02-23[xbuild] Fix bug #674337.Ankit Jain
2011-02-23Allow people to optionally fallback to the old scheduler with an environment ...Jérémie Laval
2011-02-23Remove ctors in TpSchedulerJérémie Laval
2011-02-23Make TryExecuteTaskInline a bit smarterJérémie Laval
2011-02-23Refactor common code block of TpScheduler and SyncContextScheduler in Schedul...Jérémie Laval
2011-02-23Kill old IScheduler interface.Jérémie Laval
2011-02-23When finding best worker number in Parallel loops use current TaskScheduler i...Jérémie Laval
2011-02-23Adapt TpScheduler to the new API in TaskSchedulerJérémie Laval
2011-02-23Cache callback delegate in TpScheduler when passing Task to QueueUserWorkItemJérémie Laval
2011-02-23Don't create a new lambda everytime when queuing Task via ThreadPool QueueUse...Jérémie Laval
2011-02-23Try to execute task inline when they are ready to run and we wait on them wit...Jérémie Laval
2011-02-23Threadpool Task schedulerJérémie Laval
2011-02-23Create PLinq query tasks attached to their eventual task parent by defaultJérémie Laval
2011-02-23When choosing the number of Task to create for a PLinq query, check if we are...Jérémie Laval
2011-02-23Implement properly TaskScheduler's FromCurrentSynchronizationContextJérémie Laval
2011-02-23Adapt Parallel.For stealing to all processor flavorsJérémie Laval
2011-02-23Allow multiple invocation of Task Execute method to allow short-circuiting wi...Jérémie Laval