[xbuild] Ensure trailing slash on some properties.
[mono.git] / mcs / class /
2011-01-11 Atsushi EnoImplement XamlNodeQueue, and add couple of missing...
2011-01-11 Sebastien PouliotAllow RSACryptoServiceProvider.SignHash to work with...
2011-01-11 Zoltan VargaDump the AOT log upon a failure.
2011-01-11 Ankit Jain[xbuild] ConsoleLogger - Correctly indent multi-line...
2011-01-11 Marek SafarUpdate to head IKVM
2011-01-11 Marek Habersack[asp.net] Fix for bug #659078. AsyncPostBackTrigger...
2011-01-11 Marek Habersack[asp.net] Use 'protected internal' only when compiling...
2011-01-10 Jb EvainUpdate cecil from upstream
2011-01-10 Marek SafarFix IKVM float encoding on big-endian
2011-01-10 Ankit Jain[xbuild] Fix bug #663180, second part.
2011-01-10 Marek HabersackFix for bug #659064. Resource URLs must always be the...
2011-01-10 Marek SafarFixed another missing protected internal modifier
2011-01-10 Ankit Jain[xbuild] Fix bug #663159 .
2011-01-10 Ankit Jain[xbuild] Sync *PcFileCache.cs changes from monodevelop.
2011-01-10 Marek SafarFixed more protected internal modifiers
2011-01-10 Marek Habersack[asp.net,mcs] Fixed 'protected internal' build errors...
2011-01-10 Rodrigo KumperaImplement a few conversion operations.
2011-01-10 Rodrigo KumperaFix 64bits Shuffle/3 when simd intrinsics are disabled
2011-01-10 Marek SafarFixed more missing protected internal modifiers
2011-01-09 Ankit Jain[xbuild] Fix bug #663180 .
2011-01-09 Jérémie Laval[System.Web] Add web fonts mimetypes to let browser...
2011-01-09 Sebastien PouliotAdd NIE stubs for new 4.0 methods to ease running IronP...
2011-01-09 barkermFix for running against RabbitMQ 2.2
2011-01-08 Marek SafarFixed missing protected internal modifier
2011-01-08 Marek SafarUpdate System.ServiceModel.Discovery version info
2011-01-07 Thomas GoldsteinMerge branch 'master' of github.com:mono/mono
2011-01-07 Thomas GoldsteinAdd new NumericUpDown tests.
2011-01-07 Thomas GoldsteinAdd unit test for bug 661750.
2011-01-07 Thomas GoldsteinRemove NumericUpDownTest.cs from the -crlf list (file...
2011-01-07 Jonathan Pryor[monodroid] Look for zlib support functions from __Inte...
2011-01-07 Rodrigo KumperaProperly search overwrites for custom attributes.
2011-01-07 Jérémie LavalRemove now unused internal classes
2011-01-07 Jérémie LavalAdd bigger unit test for Intersect and Union
2011-01-07 Jérémie LavalDirectly use ConcurrentDictionary with PLinq set operations
2011-01-06 Gonzalo Paniagua... Revert
2011-01-06 Gonzalo Paniagua... [windows] Improve drive search
2011-01-06 Rodrigo KumperaImplement Shuffle for 64bits types.
2011-01-06 Rodrigo KumperaImplement Shuffle/3
2011-01-06 Gonzalo Paniagua... [Windows] Implement GetDrives.
2011-01-06 Thomas GoldsteinReplace decimal to hex string conversion code with...
2011-01-06 Thomas GoldsteinRemove #if NET_2_0.
2011-01-06 Jérémie LavalFix .NET 4 API
2011-01-06 Jérémie LavalAdd missing Debugger and ReliabilityContract attributes...
2011-01-06 Jérémie LavalAvoid random failure in CountdownEvent unit test
2011-01-06 Jérémie LavalUse while loop instead of if for removing as much stall...
2011-01-06 Jérémie LavalFix comments
2011-01-06 Jérémie LavalProtect SpinLock's Enter method against asynchronous...
2011-01-06 Zoltan Varga Change some usages of ArrayList to List<T> to avoid...
2011-01-06 Zoltan VargaChange some usages of ArrayList to List<T> to avoid...
2011-01-06 Jérémie LavalAdd unit test for nested Parallel.For execution
2011-01-06 Jérémie LavalExplicitely attach loop underlying tasks to their event...
2011-01-06 Jérémie LavalUse wider acceptance criteria to cope with nested child...
2011-01-06 Zoltan VargaMerge remote branch 'google-nacl/master'
2011-01-06 Marek Habersack[xml] Out of range errors should be swallowed when...
2011-01-06 Thomas GoldsteinRemove #if NET_2_0 flags.
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2011-01-05 Jérémie LavalEnsure task wait chain isn't executed out of order...
2011-01-05 Zoltan VargaAdd missing files to dist.
2011-01-05 Marek SafarFixed WinFormsTest System.Drawing namespace reference
2011-01-04 Rodrigo KumperaFix operator != handling of LHS null
2011-01-04 Rodrigo KumperaFix test suite as boehm doesn't support ephemerons
2011-01-05 Marek Habersack[asp.net] Disabled a racy test
2011-01-05 Marek SafarFix invalid test constraint
2011-01-05 Marek SafarAdd missing Accessibility reference
2011-01-05 Marek Habersack[asp.net] Rewrote CacheItemPriorityQueue tests generato...
2011-01-05 Atsushi EnoFix ToDateTime() with serialization mode to not mess...
2011-01-05 Ankit Jain[xbuild] Fix failing test in msbuild.tasks .
2011-01-05 Ankit Jain[xbuild] Fix bug #662355.
2011-01-04 Sebastien Pouliot[moon] String.Join needs 'params' on MOONLIGHT profile too
2011-01-04 Jérémie LavalUse correct exception when a key is not found in Concur...
2011-01-04 Jérémie LavalUse proper pattern for executing synchronous Task
2011-01-04 Zoltan VargaAdd AssemblyLoadEventRequest () type to the sdb api...
2011-01-04 Marek Habersack[system] Unbreak a 4.0 System.ServiceModel test.
2011-01-04 Marek Habersack[wcf] UriTemplate must trim the first leading slash...
2011-01-04 Marek Habersack[asp.net] The test must always run with the en-US locale
2011-01-04 Jérémie LavalUpdate ThreadLocal to use default(T) for initialization...
2011-01-04 Marek Habersack[system.runtime.caching] Do not test the invalid behavior
2011-01-04 Marek Habersack[asp.net] Failing tests fixes.
2011-01-04 Marek Habersack[asp.net] Added code to handle local resources copying...
2011-01-04 Marek Habersack[asp.net] Don't attempt to use System.Web resources...
2011-01-04 Luke HalliwellFix for bug 349053 - unable to serialize SortedDictionary
2011-01-04 Gonzalo Paniagua... Socket is not connected after error
2011-01-03 Gonzalo Paniagua... Add a case-insensitive hashtable
2011-01-03 Miguel de Icaza[mscorlib/getfolderpath] Special-case MacOS X.
2011-01-03 Miguel de Icaza[mscorlib] New Path.Combine methods are exposed interna...
2011-01-03 Miguel de Icaza[mscorlib/getfolderpath] Remove MonoTODO
2011-01-03 Miguel de Icaza[GetFolderPath] Handful of .NET 4 changes
2011-01-03 Miguel de Icaza[mscorlib] inside mscorlib Platform's value will be...
2011-01-03 Marek Habersack[corlib] Fix for bug #659061. Adjust size of the last...
2011-01-01 Thomas GoldsteinAdd unit tests for bug 661753.
2011-01-01 Thomas GoldsteinAdd missing properties that should be copied when cloni...
2010-12-30 Jb Evain[LINQ] Fix non generic AsQueryable issue #661462
2010-12-30 Jb EvainAdd test for bug #661462
2010-12-29 Marek SafarAnother missing System.Windows.Forms reference
2010-12-29 Marek SafarAdd few more missing references
2010-12-29 Marek SafarRemoved 1.1 version of Mono.Data.Sqlite
2010-12-29 Marek SafarFixed Mono.Data.Sqlite dependencies
2010-12-29 Marek SafarRemove no longer used BOOTSTRAP conditionals
2010-12-29 Marek SafarRemove no longer used bootstrap profiles
2010-12-28 Atsushi EnoActually we have almost what we need on mobile profiles.
next