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-02-08Moonlight build: use system tools to compile. This means we don't need a boot...Rolf Bjarne Kvinge
2011-02-08[crypto] Added missing 4.0 algorithm namesMarek Habersack
2011-02-07moonlight build fixMarek Safar
2011-02-07Pinvoke symbols according to the new moonlight naming convention.Larry Ewing
2011-02-07Open and close client/service runtime channels in chains. Fixed bug #663278.Atsushi Eno
2011-02-07handle IsTerminating.Atsushi Eno
2011-02-06Fix a warning/bug.Zoltan Varga
2011-02-04Duplex client has its own listener loop, so special care on reply is needed.Atsushi Eno
2011-02-04Callback contract should be distinguished from others for DispatchOperation.Atsushi Eno
2011-02-03[webservices] Extensions can be unknown XmlElements also, fix.Ankit Jain
2011-02-03[xml] XmlReaderSettings.{DtdProcessing,MaxCharactersFromEntities,MaxCharacter...Marek Habersack
2011-02-03[asp.net] HttpRuntimeSection.RequestPathInvalidCharacters default value is di...Marek Habersack
2011-02-03Fix importing of private types under dynamic contextMarek Safar
2011-02-03Add new testMarek Safar
2011-02-03Allow any expression to be used in where clause. Some custom linq implementat...Marek Safar
2011-02-03Removed unused filesMarek Safar
2011-02-03New testMarek Safar
2011-02-03Don't even try to import type when its context is wrongMarek Safar
2011-02-03Set null object for default timerMarek Safar
2011-02-03Add method into type container as soon the header is readyMarek Safar
2011-02-03Fix error message textMarek Safar
2011-02-03Need three valued bool logic for CLSAttribute valueMarek Safar
2011-02-03[reflection] Default binder's AdjustArguments method treats ParamArray parame...Marek Habersack
2011-02-02[csharp] Change the signature for printMiguel de Icaza
2011-02-02New testMarek Safar
2011-02-02Better log details for CS0281Marek Safar
2011-02-02Implement support for implicit user conversion for DefaultParameterValue (ver...Marek Safar
2011-02-02Steal more agressively once we have found a potential available workerJérémie Laval
2011-02-02Move call to Set a bit higher to avoid calling them to repeatdly in ThreadWorkerJérémie Laval
2011-02-02Adjust some ThreadWorker constantsJérémie Laval
2011-02-02Don't reset ThreadWorker event when it's not neededJérémie Laval
2011-02-02Avoid wrapping task body given as Action into Action<object>Jérémie Laval
2011-02-02Now operations are collected per corresponding ContractDescription.Atsushi Eno
2011-02-02Rebuild mscorlib/mcs AOT images if the runtime changes.Zoltan Varga
2011-02-02Also check directly Task.IsCompleted when we are waitingJérémie Laval
2011-02-02Avoid possible races in ManualResetEventSlim in case handle was already creat...Jérémie Laval
2011-02-02Cache ChildWorkAdder delegate object in ThreadWorkerJérémie Laval
2011-02-02Lazy creation of the continuation queue in TaskJérémie Laval
2011-02-02Inline read and write calls in CyclicDequeJérémie Laval
2011-02-02Make some CyclicDeque operation fasterJérémie Laval
2011-02-02[xbuild] Warn for unknown toolsVersion only on build.Ankit Jain
2011-02-02Update error testsMarek Safar
2011-02-02Move DynamicContext class into a new fileMarek Safar
2011-02-02Add handling of broken Convert callsite from Orchard ProjectMarek Safar
2011-02-02Another attempt to build resgen correctlyMarek Safar
2011-02-02New testMarek Safar
2011-02-02Update resgen headerMarek Safar
2011-02-02Make resgen build profile specificMarek Safar
2011-02-02Clean up resource filesMarek Safar
2011-02-02Implement XamlReader.ReadSubtree().Atsushi Eno