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
2013-02-25Optimize parameters handling to do much less allocationMarek Safar
2013-02-25Add static to static like typeMarek Safar
2013-02-25Clean up params binderMarek Safar
2013-02-25Expand params arguments only when not binding directly parameter types. Fixes...Marek Safar
2013-02-24[System] Add System.Net.WebSockets to the buildJérémie Laval
2013-02-24[System] Add stub for System.Net.WebSocketsJérémie Laval
2013-02-23Erasure the type of some fields in AppDomain so the linker can remove their t...Rodrigo Kumpera
2013-02-23The runtime doesn't raise AccessViolationException.Rodrigo Kumpera
2013-02-23[gc] Mono.Runtime method for enabling/disabling synchronous collections.Mark Probst
2013-02-23Merge pull request #561 from akoeplinger/bufferless-fixMiguel de Icaza
2013-02-23Mobile tests updateMarek Safar
2013-02-23Remove old workaroundMarek Safar
2013-02-23Add missing apiMarek Safar
2013-02-22Use an internal call (to an existing function) so it allow dropping SHA1 (and...Sebastien Pouliot
2013-02-22Do a lighter check for public keys in the mobile profile. It's faster and als...Sebastien Pouliot
2013-02-21Update 4.5 bcl solution filesMarek Safar
2013-02-21Optmize some empty array allocationsMarek Safar
2013-02-21Fix BinaryReader.ReadChars() no longer recursively calls BinaryReader.Read()....Marek Safar
2013-02-21Misunderstood styling feedbackMattias Karlsson
2013-02-21Fixed code style brace same line & remove space before braceMattias Karlsson
2013-02-20Added missing properties available in .Net 4.5Mattias Karlsson
2013-02-20[monodoc] Fix test compilationJeremie Laval
2013-02-20Fix expected value (for System.Security.Cryptography.AesManaged.FeedbackSize)...Sebastien Pouliot
2013-02-19[Mono.Debugger.Soft] Added ColumnNumber property to StackFrameJeffrey Stedfast
2013-02-19Fix sdb tests.Zoltan Varga
2013-02-19Fix sdb tests hanging, some of them still fail.Zoltan Varga
2013-02-19Stub the implementation of MarshalByRef to help the linker kill some remoting...Rodrigo Kumpera
2013-02-19[Mono.Debugger.Soft] Mark StepFilter with [Flags]Jeffrey Stedfast
2013-02-18Build debugger tests with disabled code optimizationsMarek Safar
2013-02-18Make ExpressionVisitor visible in mobile 3.5 profileMarek Safar
2013-02-18Fix failing testMarek Safar
2013-02-16Break direct TPL dependency from stream classesMarek Safar
2013-02-16[monodoc] Re-add now obsolete ArrayList-based Node property and use ChildNode...Jérémie Laval
2013-02-16Fix file casing.Duncan Mak
2013-02-16Fix casing for documentation.cs.Duncan Mak
2013-02-15[ef] Fix casing for coordinatorfactory.cs.Duncan Mak
2013-02-15Revert "[HttpWebRequest] Avoid using the threadpool for synchronous requests"Miguel de Icaza
2013-02-15Revert "[WebConnection] Use just one delegate to init the connection"Miguel de Icaza
2013-02-15Mobile tests updateMarek Safar
2013-02-15Update after EF bumpMarek Safar
2013-02-15Fix casing of few filesMarek Safar
2013-02-15Add .gitignoreMarek Safar
2013-02-15Update EntityFramework. Fixes #10296Marek Safar
2013-02-15Add System.ComponentModel.DataAnnotations/MinLengthAttribute.csMarek Safar
2013-02-14More mobile tests updateMarek Safar
2013-02-14Optimize custom attributes check to build less pseudo custom attributesMarek Safar
2013-02-13Fix bug #10271: our imported resource name was wrong.Atsushi Eno
2013-02-13Merge pull request #562 from grumpydev/TypeConverterFixMarek Safar
2013-02-13System.Web: Fixed bugs in HttpRequest.GetBufferlessInputStream()Alexander Köplinger
2013-02-13Fix regression in XmlSchemaValidator (bug #10245): collection misoperation du...Atsushi Eno