Merge branch 'master' of github.com:mono/mono
[mono.git] / mcs / class /
2010-09-17 Atsushi EnoMerge branch 'master' of github.com:mono/mono
2010-09-16 Sebastien PouliotUpdate UriBuilder.Host once the Uri has been created
2010-09-16 Sebastien PouliotFix known (NotWorking) test cases for UriBuilder and...
2010-09-16 Sebastien PouliotFix line endings
2010-09-16 Sebastien PouliotFix path reduction when %2e are used in an URI
2010-09-16 Sebastien PouliotFix (existing and) remaining NotWorking tests for Syste...
2010-09-16 Sebastien PouliotFixes to System.Uri wrt 'file' scheme
2010-09-16 Gonzalo Paniagua... Fix typo. It has been there for 4 years.
2010-09-16 Miguel de IcazaReuse the same delegate for checking if the runtime...
2010-09-16 Atsushi EnoAdd ProtocolMapping support.
2010-09-16 Marek Safar[639407] Clean up more static stuff to fix repl instances.
2010-09-16 Atsushi EnoImplement some additional logic around AddServiceEndpoi...
2010-09-16 Atsushi EnoReturn new instance.
2010-09-16 Atsushi EnoContract is settable in 4.0.
2010-09-16 Atsushi EnoAdd the trickiest line that had me; AddElementName...
2010-09-15 Sebastien PouliotFix System.Uri wrt 'ftp' scheme
2010-09-15 Sebastien PouliotFix System.Uri wrt 'nntp://' URIs
2010-09-15 Sebastien PouliotRemove more code (after shortcut) on 'news:' Uri
2010-09-15 Sebastien PouliotMultiple fixes for URI using 'news:' scheme
2010-09-15 Sebastien PouliotFix Uri.Segments property so the internal, cached,...
2010-09-15 Sebastien PouliotFix Uri.ToString when forward slashes are used
2010-09-15 Sebastien PouliotFix Uri/Segments wrt driver letters nad (forward) slashes
2010-09-15 Miguel de IcazaRevert
2010-09-15 Ankit Jain[xbuild] Use files referenced by resx for dependency...
2010-09-15 Ankit Jain[xbuild] Fix case sensitive environment variables for...
2010-09-15 Miguel de IcazaMake the thread-id field be of the proper size on 64...
2010-09-15 Raja R HarinathFix a few CRLF issues
2010-09-15 Ankit Jain[xbuild] Add ToolTask.EnvironmentVariables property.
2010-09-15 Ankit Jain[xbuild] Fix a race condition in ToolTask.
2010-09-15 Marek Safar[637935] Fixed 3.5 version of msbuild dlls to reference...
2010-09-15 Marek SafarThere are actually some 3.5 only dlls, thanks to ankit...
2010-09-15 Jonathan PryorEnsure that the GC doesn't collect the delegate we...
2010-09-15 Rodrigo KumperaFix monotouch bootstrap.
2010-09-15 Marek SafarRemove net_3_5 dirs to fix 4.0 dependency and not to...
2010-09-14 Ankit Jain[xbuild] Fix handling of tool output.
2010-09-14 Sebastien PouliotCorrectly handle the (uncommon) 4 slashes //// case...
2010-09-14 Sebastien PouliotFix some (long standing) NotWorking test cases on Uri
2010-09-14 Sebastien PouliotFix Uri Host when a drive letter is used
2010-09-14 Atsushi Enoadd more NET_4_0.
2010-09-14 Atsushi EnoAdd NET_4_0.
2010-09-14 Marek SafarMerge branch 'marek'
2010-09-14 Carlos Alberto CortezIn 4.0 the constructors of TypeConverter.SimpleProperty...
2010-09-14 Carlos Alberto CortezAdd a new test for TypeDescriptor.InterfaceType.
2010-09-14 Carlos Alberto CortezImplement TypeDescriptor.InterfaceType.
2010-09-14 Carlos Alberto CortezRemove the NET_2_0 directives from TypeDescriptor.cs
2010-09-14 Carlos Alberto CortezRemove the NET_2_0 and ONLY_1_1 directives from TypeDes...
2010-09-14 Carlos Alberto CortezInclude TypeDescriptionProviderTest.cs in our build.
2010-09-14 Carlos Alberto CortezAdd new TypeDescriptionProviderTest.cs test file.
2010-09-14 Carlos Alberto CortezImplement IsSupportedType, GetExtenderProviders and...
2010-09-14 Carlos Alberto CortezRemove the NET_2_0 directive from TypeDescriptionProvid...
2010-09-14 Atsushi Enoongoing standard endpoint configuration support work.
2010-09-14 Jonathan PryorDistribute DbmlSchema.xsd so that tarball builds work.
2010-09-14 Atsushi EnoAdd new properties in 4.0.
2010-09-14 Atsushi EnoAvoid crash by missing config attributes.
2010-09-14 Atsushi EnoRemove Console.WriteLine.
2010-09-13 Sebastien PouliotFix URi tests (and class) to be omcpatible with both...
2010-09-13 Zoltan VargaBump minor version to 2 to be compatible with the runtime.
2010-09-13 Rodrigo KumperaCompiledContext is no longer needed.
2010-09-13 Jonathan Pryor[sqlmetal] Fix /code from DBML file.
2010-09-13 Rodrigo KumperaMethodBuilder should return null for generic arguments...
2010-09-13 Atsushi Enoimplemented large parts of WCF standard endpoints and...
2010-09-13 Marek Habersack[asp.net] Menu 4.0 List rendering mode JavaScript fixes
2010-09-11 Ankit Jain[xbuild] Fix ConsoleLogger's output, extra blank lines...
2010-09-11 Ankit Jain[xbuild] Reduce ConsoleLogger's unnecessary output.
2010-09-11 Ankit Jain[xbuild] Log default msg for TargetSkipped if @reason...
2010-09-10 Andrew JorgensenDist the 2.0 resource files also
2010-09-10 Marek SafarUpdate to the latest dmcs
2010-09-10 Jb EvainAdd test for #636939
2010-09-10 Jb Evain[Fix] Fix the default binder when selecting params...
2010-09-10 Marek Habersack[asp.net] Onobtrusive JavaScript for the 4.0 Menu contr...
2010-09-10 Marek Habersack[asp.net] Menu 4.0 List mode rendering
2010-09-10 Marek Habersack[asp.net] Made GetExtension static and internal, so...
2010-09-10 Marek Habersack[asp.net] Added first test for Menu list rendering...
2010-09-10 Marek Habersack[asp.net] Standalone runner helper method to remove...
2010-09-10 Atsushi EnoRemove USE_DATA_CONTRACT_IMPORTER conditional compilati...
2010-09-10 Atsushi EnoFlush ongoing WCF Discovery configuration work.
2010-09-10 Rolf Bjarne KvingeXmlFormatterDeserializer: handle ReflectionTypeLoadExce...
2010-09-10 Atsushi EnoAdd missing members and implement most of it.
2010-09-10 Atsushi EnoCosmetic warning cleanups.
2010-09-10 Atsushi EnoImplement discovery version converter.
2010-09-10 Atsushi EnoAdd lacking property initializer.
2010-09-10 Atsushi EnoRemove unnecessary common types (as they are imported...
2010-09-10 Jb EvainAdd another stub for the compatibility with the SL SDK
2010-09-10 Jb EvainFix the moonlight build
2010-09-10 Atsushi EnoOngoing WCF discovery configuration implementation.
2010-09-10 Atsushi EnoAvoid holding WebRequest. This should fix part of bug...
2010-09-10 Marek SafarMerge branch 'marek'
2010-09-10 Carlos Alberto CortezAdd a test case for DateTimeOffsetConverter converting...
2010-09-10 Carlos Alberto CortezUse the DateTimeOffset .ctor that .net uses when conver...
2010-09-10 Jb EvainAdd FileStream.Flush(bool) to the moonlight profile
2010-09-09 Gonzalo Paniagua... UDP sockets allow connections to Any
2010-09-09 Atsushi EnoIt should not fail to generate client proxy generation...
2010-09-09 Jb Evainadd ignore file
2010-09-09 Jb EvainFix System.Core usage of bootstrap .sources from the...
2010-09-09 Jb EvainFix System usage of bootstrap .sources from the normal...
2010-09-09 Jb EvainFix corlib usage of bootstrap .sources from the normal...
2010-09-08 Jb EvainFix the monodroid and monotouch profile builds
2010-09-08 Jb EvainFactorize the System.Core monotouch and monodroid sourc...
2010-09-08 Jb EvainFactorize the System.Xml monotouch and monodroid source...
2010-09-08 Jb EvainFactorize the System.Runtime.Serialization monotouch...
next