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-01-11Fix IKVM float encoding on big-endianMarek Safar
2011-01-11[xbuild] Fix bug #663180, second part.Ankit Jain
2011-01-11Fix for bug #659064. Resource URLs must always be the same. UpdatePanel trigg...Marek Habersack
2011-01-10Fixed another missing protected internal modifierMarek Safar
2011-01-10[xbuild] Fix bug #663159 .Ankit Jain
2011-01-10[xbuild] Sync *PcFileCache.cs changes from monodevelop.Ankit Jain
2011-01-10Fixed more protected internal modifiersMarek Safar
2011-01-10Report correct base modifier for inaccessible protected internal membersMarek Safar
2011-01-10[asp.net,mcs] Fixed 'protected internal' build errors and removed System.Web-...Marek Habersack
2011-01-10Implement a few conversion operations.Rodrigo Kumpera
2011-01-10Fix 64bits Shuffle/3 when simd intrinsics are disabledRodrigo Kumpera
2011-01-10Fixed more missing protected internal modifiersMarek Safar
2011-01-10[xbuild] Fix bug #663180 .Ankit Jain
2011-01-09[System.Web] Add web fonts mimetypes to let browser do caching on client-sideJérémie Laval
2011-01-09Add NIE stubs for new 4.0 methods to ease running IronPython test suiteSebastien Pouliot
2011-01-09Fix for running against RabbitMQ 2.2barkerm
2011-01-08[663059] Add check for protected modifier in InternalsVisibleTo assemblyMarek Safar
2011-01-08Test updateMarek Safar
2011-01-08Fixed missing protected internal modifierMarek Safar
2011-01-08Update System.ServiceModel.Discovery version infoMarek Safar
2011-01-08Allow trailing comma for resource argumentMarek Safar
2011-01-07Merge branch 'master' of github.com:mono/monoThomas Goldstein
2011-01-07Add new NumericUpDown tests.Thomas Goldstein
2011-01-07Add unit test for bug 661750.Thomas Goldstein
2011-01-07Remove NumericUpDownTest.cs from the -crlf list (file line-ending encoding co...Thomas Goldstein
2011-01-07[monodroid] Look for zlib support functions from __Internal.Jonathan Pryor
2011-01-07Tests updateMarek Safar
2011-01-07Properly search overwrites for custom attributes.Rodrigo Kumpera
2011-01-07Remove now unused internal classesJérémie Laval
2011-01-07Add bigger unit test for Intersect and UnionJérémie Laval
2011-01-07Directly use ConcurrentDictionary with PLinq set operationsJérémie Laval
2011-01-07Better anonymous methods require same parameter typesMarek Safar
2011-01-07RevertGonzalo Paniagua Javier
2011-01-06[windows] Improve drive searchGonzalo Paniagua Javier
2011-01-06Implement Shuffle for 64bits types.Rodrigo Kumpera
2011-01-06Implement Shuffle/3Rodrigo Kumpera
2011-01-06[Windows] Implement GetDrives.Gonzalo Paniagua Javier
2011-01-06Replace decimal to hex string conversion code with a much more simple alterna...Thomas Goldstein
2011-01-06Remove #if NET_2_0.Thomas Goldstein
2011-01-06Fix .NET 4 APIJérémie Laval
2011-01-06Add missing Debugger and ReliabilityContract attributes to .NET 4 typesJérémie Laval
2011-01-06Avoid random failure in CountdownEvent unit testJérémie Laval
2011-01-06Use while loop instead of if for removing as much stalled tickets as possibleJérémie Laval
2011-01-06Fix commentsJérémie Laval
2011-01-06Protect SpinLock's Enter method against asynchronous exceptionJérémie Laval
2011-01-06 Change some usages of ArrayList to List<T> to avoid calls to the slow ArrayL...Zoltan Varga
2011-01-06Change some usages of ArrayList to List<T> to avoid calls to the slow ArrayLi...Zoltan Varga
2011-01-06Add unit test for nested Parallel.For executionJérémie Laval
2011-01-06Explicitely attach loop underlying tasks to their eventual parentJérémie Laval
2011-01-06Use wider acceptance criteria to cope with nested child Task waiting and exte...Jérémie Laval