[xbuild] Add missing property to Error/Warning tasks.
[mono.git] / mcs /
2011-02-27 Ankit Jain[xbuild] Add missing property to Error/Warning tasks.
2011-02-27 Ankit Jain[xbuild] Add $(MSBuildToolsRoot) reserved property.
2011-02-27 Ankit Jain[xbuild] Remove property if Output TaskParameter is...
2011-02-25 Marek Safar[471275] Fix handling of ulong switch statement and...
2011-02-25 Geoff NortonFix the mobile build
2011-02-25 Marek Habersack[asp.net] Fix for bug #671753. Route.GetVirtualPath...
2011-02-25 Steve Bjorgadded units tests for TextReader ReadLine() and ReadToEnd()
2011-02-25 Steve BjorgTextReader.Null should return "" on ReadToEnd()
2011-02-25 Miguel de IcazaFix build
2011-02-25 Miguel de Icaza[TerminfoDriver] be more tolerant to failures, and...
2011-02-25 Miguel de IcazaDo not throw exceptions, instead return a sensible...
2011-02-25 Miguel de IcazaBug fix, on EOF, return null from ReadLine
2011-02-25 Atsushi EnoFix 2.0 test build (disable it).
2011-02-24 Miguel de IcazaAdd default implementations to ReadLine() and ReadToEnd...
2011-02-24 Ankit Jain[xbuild] Rename method to make it more consistent.
2011-02-24 Ankit Jain[xbuild] Fix bug #674630.
2011-02-24 Marek Safar[674548] Fixes recursive crash in LookupExtensionMethod
2011-02-24 Marek SafarAllow blank character as separator for numeric mcs...
2011-02-24 Marek Safar[672969] Delay type parameter constrain import until...
2011-02-24 Marek SafarShow more details when crashing during members importing
2011-02-24 Atsushi EnoSimple InstanceContext.Extensions implementation by...
2011-02-24 Atsushi EnoDo not write empty items in Probe message.
2011-02-24 Atsushi EnoTo header rewrite only happens in Adhoc mode.
2011-02-24 Atsushi EnoPass Actor. use IsNullOrEmpty() instead of "!= String...
2011-02-24 Atsushi EnoAnother fix to not write null header. Add UniqueId...
2011-02-24 Jonathan PryorEnable UDP Sockets on MOBILE platforms.
2011-02-23 Marek SafarNew test.
2011-02-23 Marek Safar[674224] Type parameter constraint can resolve to neste...
2011-02-23 Marek SafarBetter error message when warnaserror is used
2011-02-23 Ankit Jain[xbuild] Fix bug #674337.
2011-02-23 Marek SafarMore Rabbit parallel build fixes
2011-02-22 Marek SafarRemove misplaced SecurityCritical
2011-02-22 Ankit Jain[xbuild] Add new reserved properties $(MSBuildThisFile*).
2011-02-22 Rodrigo KumperaProperly check arguments in List<T> ICollection.CopyTo.
2011-02-22 Marek SafarRemove some weird and unused MONO_PATH acrobatics
2011-02-22 Marek SafarRemove existing type when redefined by evaluator
2011-02-22 Marek SafarFix tests compilation
2011-02-22 Ankit Jain[xbuild] Use the env var $MSBuildExtensionsPath before...
2011-02-22 Marek SafarFix RabbitMQ.Client parallel build
2011-02-22 Zoltan VargaFix a warning.
2011-02-22 Zoltan VargaFix the windows build.
2011-02-21 Marek Habersack[transactions] When cloning a transaction make sure...
2011-02-21 Marek Habersack[asp.net] Fix for bug #669807. Cache session item locks...
2011-02-20 Juho Vähä-Herttua2011-02-16 Juho Vähä-Herttua <juhovh@iki.fi>
2011-02-19 Miguel de Icaza[594642] System.Net.NetworkInformation.NetworkInterface...
2011-02-19 Gonzalo Paniagua... Fix the check for version and PublicKeyToken
2011-02-19 Marek SafarFix cygwin build
2011-02-18 Rodrigo KumperaHandle overrides on events when retrieving cattrs.
2011-02-18 Marek SafarFix repl optional assignment not to hide produced errors
2011-02-18 Marek SafarFix line advancing on Mac/CR only files
2011-02-18 Atsushi EnoFix infinite loop in DiscoveryMessageSequence equality...
2011-02-18 Atsushi EnoDo not try to serialize null header item.
2011-02-18 Atsushi EnoFix wrong element name (AppSequenceType->AppSequence).
2011-02-18 Atsushi EnoAlmost eliminate wrong use of Constants.WsaNamespace.
2011-02-18 Atsushi EnoEndpointAddressAugust2004 was not serialized correctly.
2011-02-17 Marek SafarFix repl using declaration after type declaration
2011-02-17 Marek SafarLoad default references after user references so they...
2011-02-17 Marek SafarCleanup repl from most of static stuff and fix many...
2011-02-17 Marek Habersack[asp.net,mvc3] Fix for bug #668655. Implemented a few...
2011-02-17 Marek SafarDon't use runtime flag for basic compiler (it still...
2011-02-17 Jeffrey StedfastFixed exception string (spaces between words = good)
2011-02-17 Marek Habersack[mcs] Fix builds which use full file paths on the comma...
2011-02-17 Marek SafarSet correct runtime version for corlib now when mcs...
2011-02-17 Marek SafarCorrectly set underlying type of reduced side-effect...
2011-02-17 Jérémie LavalAllow people to optionally fallback to the old schedule...
2011-02-17 Jérémie LavalRemove ctors in TpScheduler
2011-02-17 Jérémie LavalMake TryExecuteTaskInline a bit smarter
2011-02-17 Jérémie LavalRefactor common code block of TpScheduler and SyncConte...
2011-02-17 Jérémie LavalKill old IScheduler interface.
2011-02-17 Jérémie LavalWhen finding best worker number in Parallel loops use...
2011-02-17 Jérémie LavalAdapt TpScheduler to the new API in TaskScheduler
2011-02-17 Jérémie LavalCache callback delegate in TpScheduler when passing...
2011-02-17 Jérémie LavalDon't create a new lambda everytime when queuing Task...
2011-02-17 Jérémie LavalTry to execute task inline when they are ready to run...
2011-02-17 Jérémie LavalThreadpool Task scheduler
2011-02-17 Marek SafarMerge few more changes from MD
2011-02-17 Marek SafarRemove install hack from mcs/mcs
2011-02-17 Marek SafarFix Location to have reasonable limits when running...
2011-02-17 Atsushi Enoget out from NET_4_0.
2011-02-17 Atsushi EnoCouple of corcompare fixes.
2011-02-17 Atsushi EnoOnly use non-null values in ServiceAuthorizationBehavior.
2011-02-17 Atsushi EnoFill a couple of missing ServiceAuthorizationElement...
2011-02-17 Atsushi EnoHTTP authentication in HttpListener had dropped during...
2011-02-17 Jérémie LavalReturn a new object in ObjectPool when too much time...
2011-02-17 Marek SafarFix full path file names parsing
2011-02-16 Marek SafarAnother make dist fix
2011-02-16 Atsushi EnoMakXsdDataContractExporter refactoring to generally...
2011-02-16 Jb Evainfix the mobile build
2011-02-16 Marek SafarKeep monolite in line with mono 2.4 corlib as I cannot...
2011-02-16 Marek SafarFix mcs exit code for informative arguments
2011-02-16 Marek SafarMake all arrays module specific
2011-02-16 Jérémie LavalTrack what task is currently executed by a ThreadWorker...
2011-02-16 Jérémie LavalCreate PLinq query tasks attached to their eventual...
2011-02-16 Jérémie LavalWhen choosing the number of Task to create for a PLinq...
2011-02-16 Jérémie LavalImplement properly TaskScheduler's FromCurrentSynchroni...
2011-02-16 Marek SafarLess static is good for my health
2011-02-16 Atsushi EnoDon't reject serialization map for existing different...
2011-02-16 Atsushi EnoTo header seems mandatory in April2005, so fill it.
2011-02-16 Atsushi EnoApril2005 AppSequence needs default constructor for...
2011-02-16 Atsushi Enoxsi:type parsing is wrong in default namespace resolution.
next