Fix Task.Wait timeout regression
[mono.git] / mcs /
2011-01-18 Jérémie LavalFix Task.Wait timeout regression
2011-01-18 Jérémie LavalExpose ThreadWorker in Mono.Parallel
2011-01-18 Jérémie LavalAdd doc for IMonoTaskScheduler extra behavior
2011-01-18 Jérémie LavalUpdate MonoTaskExtensions doc
2011-01-18 Jérémie LavalFurther checks of ParticipateUntil mashalling
2011-01-18 Marek SafarRemove devirtualization for Type members
2011-01-18 Marek SafarSimplify base type interface check
2011-01-18 Marek SafarUpdate to the latest IKVM which now has support for...
2011-01-18 Jérémie LavalAdd support for external ParticipateUntil method call...
2011-01-18 Jérémie LavalUse static initializer for internal Execute binding
2011-01-18 Atsushi EnoXamlObjectReader does not return non-writable members...
2011-01-18 Marek Habersack[asp.net] Removed the /noconfig comment - it turns...
2011-01-18 Thomas GoldsteinMWF: Remove #if NET_2_0 and #if ONLY_1_1 conditions...
2011-01-18 Thomas GoldsteinMWF: Remove #if NET_2_0 and #if ONLY_1_1 conditions...
2011-01-18 Thomas GoldsteinMWF: Remove #if NET_2_0 and #if ONLY_1_1 conditions...
2011-01-18 Thomas GoldsteinMWF: Remove #if NET_2_0 and #if ONLY_1_1 conditions...
2011-01-18 Atsushi EnoDo no t try to instantiate abstract types.
2011-01-18 Tom HindleFix and unit test for bug #664647.
2011-01-17 Marek SafarFallback to corlib location when sdk path cannot be...
2011-01-17 Marek SafarMake *mcs compiler aliases differ in sdk version only
2011-01-17 Marek SafarAdd new mcs -sdk option
2011-01-17 Atsushi EnoFix XamlValueConverter; sometimes ConverterType exists...
2011-01-17 Jb EvainFix pdb2mdb when a pdb has a method with no seq points.
2011-01-17 Marek SafarTurn X509Certificate2UI into static class for 4.0
2011-01-17 Marek Habersack[asp.net] ValidationUtility implementation
2011-01-17 Marek Habersack[asp.net] Introduced unvalidated versions of Form and...
2011-01-17 Marek Habersack[asp.net] Implemented dynamic HTTP module registration
2011-01-17 Marek Habersack[asp.net] Implemented BuildManager.GetObjectFactory
2011-01-17 Marek Habersack[asp.net] Added internal property InputValidationEnable...
2011-01-17 Marek Habersack[asp.net] System.Web and Microsoft.Web.Infrastructure...
2011-01-17 Marek Habersack[asp.net] Added the Microsoft.Web.Infrastructure assembly
2011-01-17 Marek Safar[664618] Correctly encode public key length
2011-01-17 Marek Habersack[asp.net] (4.0) Validate the form data in Form getter
2011-01-16 barkermAdd missing files for connection pool changes
2011-01-16 barkerm- Refactoring, code clean-up and reduced garbage -...
2011-01-16 Thomas GoldsteinNumericUpDown.cs: Use base 16 to convert hex string...
2011-01-15 Marek Habersack[asp.net] Pass /noconfig to mcs so that page builds...
2011-01-14 Marek Habersack[asp.net] Make StopRoutingHandler actually stop the...
2011-01-14 Jérémie LavalAdd MonoTaskExtensions to Mono.Parallel (with test...
2011-01-14 Jérémie LavalUpdate namespaces
2011-01-14 Marek SafarDisable unification into current assembly, it's not...
2011-01-14 Marek SafarAdd weak name as allowed identity comparison result
2011-01-14 Jérémie LavalMake use of the wait changes in the internal TaskSchedu...
2011-01-14 Jérémie LavalInternal ThreadWorker deque creation is now delegated...
2011-01-14 Ankit Jain[xbuild] Update Novell copyright.
2011-01-14 Ankit Jain[xbuild] Error out, if no target is found in a project.
2011-01-14 Marek SafarUpdate ikvm sources
2011-01-14 Marek SafarRegister also default assemblies in loaded files list
2011-01-14 Marek SafarFix System.Data.Services.Client public key
2011-01-13 Gonzalo Paniagua... [Socket] Implemented TCP keep alive support
2011-01-13 Andrew JorgensenAdd vcxproj files for msbuild
2011-01-13 Ankit Jain[xbuild] Use the backing field directly to avoid evalua...
2011-01-13 Ankit Jain[xbuild] Fix bug #664349 .
2011-01-13 Ankit Jain[xbuild] Add $(TargetDir) property.
2011-01-13 Ankit Jain[xbuild] Clear the built targets cache on project unload.
2011-01-13 Marek Habersack[data-annotations] Added some missing 4.0 members
2011-01-13 Marek Habersack[asp.net] Implemented the 4.0 type, FileLevelMasterPage...
2011-01-13 Marek Safarupdate ikvm
2011-01-13 Marek SafarTests update
2011-01-13 Marek SafarRecover from invalid constraint syntax
2011-01-13 Marek SafarNew file
2011-01-13 Marek SafarRevert test makefile change
2011-01-13 Marek SafarImplement assembly name unification for imported references
2011-01-13 Jérémie LavalAdd CyclicDeque and doc
2011-01-13 Jérémie LavalFinish ReaderWriterLockSlimmer documentation
2011-01-13 Jérémie LavalProtect RwlSlimmer and add Try equivalent
2011-01-13 Jérémie LavalAdd missing documentation files
2011-01-13 Jérémie LavalAdding ReaderWriterLockSlimmer to the build.
2011-01-13 Jérémie LavalDoc for AtomicBoolean(Value)
2011-01-13 Jérémie LavalRefactor CSnzi node to not expose too much stuff
2011-01-13 Jérémie LavalUse correct doc dialect for true and false
2011-01-13 Jérémie LavalFinish docs of non-obvious methods in Mono.Collections...
2011-01-13 Jérémie LavalUse comparer directly in ConcurrentSkipList rather...
2011-01-13 Jérémie LavalMake ConcurrentSkipList implements IEnumerable and...
2011-01-13 Jérémie LavalMake ConcurrentOrderedList implements IEnumerable and...
2011-01-13 Jérémie LavalRename namespaces and update docs
2011-01-13 Jérémie LavalAdd Mono.Parallel documentation to global documentation...
2011-01-13 Jérémie LavalMove documentation to the right place
2011-01-13 Jérémie LavalMore doc for ConcurrentOrderedList
2011-01-13 Jérémie LavalAdd Comparer property to ConcurrentOrderedList
2011-01-13 Jérémie LavalAdd mdoc documentation
2011-01-13 Jérémie LavalRename QueryReturn to CSnziQueryReturn
2011-01-13 Jérémie LavalUse proper configuration of MCS extra flags
2011-01-13 Jérémie LavalPlug Mono.Parallel into main build
2011-01-13 Jérémie LavalFirst drop of a new Mono.Parallel assembly
2011-01-13 Jérémie LavalRework internal wait mechanism in thread workers partic...
2011-01-13 Jérémie LavalUse more modern method in older Task code path
2011-01-13 Jérémie LavalUpdate Watch to a struct
2011-01-13 Jérémie LavalFix continuation not being scheduled because of too...
2011-01-13 Jb EvainFix marking of default constructor constraint
2011-01-13 Atsushi EnoImplemented event support.
2011-01-13 Marek SafarAdd more checks for ambiguous assembly references
2011-01-12 Marek SafarTest update
2011-01-12 Marek SafarDeal with missing nested type as well
2011-01-12 Marek SafarReport full type name for missing type references
2011-01-12 Marek Safar[375182] Check AssemblyFileVersion version value
2011-01-12 Marek SafarReport better error for recursive type reference
2011-01-12 Atsushi EnoImplement XamlBackgroundReader.
2011-01-11 Marek Habersack[asp.net] Fix for bug #662918. Do not create the HtmlTi...
2011-01-11 Ankit Jain[xbuild] Copy metadata from Project items to target...
next