mono.git
2010-10-20 Marek Safar[601801] Fixes for parsing nant documentation
2010-10-20 Marek SafarCheck for name conflicts between parent members and...
2010-10-20 Marek Safar[647845] Don't skip parent types when looking for simpl...
2010-10-20 Marek Habersack[asp.net,wcf] WCF proxies are generated using a slightl...
2010-10-20 Tak[Fix] Ensure correct stack pointer initialization on...
2010-10-20 Marek Habersack[wcf] make /js and /jsdebug dispatchers work.
2010-10-20 Atsushi EnoForgot #if NET_4_0.
2010-10-20 Atsushi EnoAdd ExtendedProtectionPolicy members. Required by ...
2010-10-20 Atsushi EnoExtendedProtection Configuration types are also used...
2010-10-20 Marek SafarMore work on ambiguous named arguments
2010-10-20 Marek SafarMore optional parameter VB compatibility fixes
2010-10-20 Atsushi EnoAdd System.Security.Authentication.ExtendedProtection...
2010-10-20 Gonzalo Paniagua... Able to read MS serialized nullable<primitive>
2010-10-20 Rodrigo KumperaImplement better explicit override checks.
2010-10-20 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2010-10-20 Rodrigo KumperaProper recursive vtable checking.
2010-10-20 Zoltan VargaAvoid trying to read the gc name in the AOT runtime...
2010-10-19 Rodrigo KumperaTemporarily disable iface check o generic instances
2010-10-19 Zoltan VargaRemove the duplicate assembly name->string code from...
2010-10-19 Rodrigo KumperaAdd regression test for #640780
2010-10-19 Rodrigo KumperaDon't assign vtable slots to static iface methods.
2010-10-19 Sebastien PouliotRemove dead code from BigInteger since it confuse some...
2010-10-19 Zoltan VargaAvoid crashes in the assembly name->string code if...
2010-10-19 TakDon't disconnect an unconnected socket. Fixes #606809.
2010-10-19 Atsushi EnoAdd complicated dictionary state and support dictionary...
2010-10-19 Zoltan Varga[Fix] Turn off exception callback filtering on WoW64.
2010-10-19 Tak[Fix] Ensure that exceptions are propagated when embedding
2010-10-19 Atsushi EnoMake XamlType.GetMember() and XamlType.GetAllMembers...
2010-10-19 Atsushi EnoAdd Dictionary reader test and made some fixes towards it.
2010-10-19 Marek SafarRestore altered arguments when overload resolution...
2010-10-19 Marek SafarPass modifier when used with named argument
2010-10-19 Atsushi EnoArray takes ArrayExtension shape and thus won't reach...
2010-10-19 Atsushi EnoImplement FactoryMethod and Arguments support in XamlOb...
2010-10-19 Atsushi EnoHandle x:* attributes and look for standard directives...
2010-10-18 Rodrigo KumperaHandle cyclic interface definitions.
2010-10-18 Marek Habersack[asp.net] make sure the string we pass to DecryptAssemb...
2010-10-18 Jonathan PryorDon't load app.config when we're processing app.config
2010-10-18 Marek Habersack[wcf] ServiceHost directive can span several lines.
2010-10-18 Rodrigo KumperaConstructors signatures must be hasthis.
2010-10-18 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2010-10-18 Marek Habersack[wcf] Don't close HTTP response prematurely.
2010-10-18 Rodrigo KumperaWhen creating the vtable of generic instances, check...
2010-10-18 Zoltan VargaFix some warnings.
2010-10-18 Atsushi EnoStaticExtension also puts PositionalParameters (not...
2010-10-18 Marek Safar[512754] Overload resolution with named or optional...
2010-10-18 Marek Habersack[runtime] Fix for bug 646075. Added support for short...
2010-10-18 Atsushi EnoEnable working test (that was blocked just by XmlDocume...
2010-10-18 Atsushi EnoXmlDocument.InnerText is overriden to explicitly throw...
2010-10-18 Atsushi EnoSeveral fixes for types that include static members.
2010-10-18 Atsushi EnoTake TypeConverter into consideration in XamlObjectReader.
2010-10-18 Atsushi EnoXamlXmlWriter.WriteValue() accepts only string.
2010-10-17 Zoltan VargaAvoid calling sem_post on a uninitialized semaphore...
2010-10-17 Zoltan VargaEnable a more specialized version of the MONO_INST_FAUL...
2010-10-17 Zoltan VargaImplement passing of this as the first argument for...
2010-10-16 Andreia Gaita[Json] Add support for calling external json (de)serial...
2010-10-16 Andreia Gaita[Json] Fix decimal type serialization
2010-10-16 Zoltan VargaReally fix the ia64 build.
2010-10-16 Atsushi Enoenable one more test.
2010-10-16 Atsushi EnoFor empty collection, do not put meaningless Items...
2010-10-16 Atsushi EnoWrite null value as NullExtension regardless of its...
2010-10-15 Zoltan VargaFix a warning.
2010-10-15 Zoltan VargaFix a regression introduced by the assembly name parsin...
2010-10-15 Zoltan VargaEnable MONO_ARCH_HAVE_TLS_GET on arm platforms that...
2010-10-15 Marek Safar[646997] Correctly emit platform ILOnly flag
2010-10-15 Marek SafarExtension method argument cannot exercise numeric conve...
2010-10-15 Marek SafarAdd more dynamic conversion restrictions
2010-10-15 Zoltan VargaAdd support for assembly names with embedded and starti...
2010-10-15 Zoltan VargaAdd support for assembly names with embedded and starti...
2010-10-15 Marek SafarDon't be too verbose when building response files
2010-10-15 Marek SafarClean up few more warnings
2010-10-15 Marek SafarWarnings cleanup
2010-10-15 Ankit Jain[xbuild] Fix bug #646941. Add explicit System.Core...
2010-10-15 Ankit Jain[xbuild] Set default TargetFrameworkVersion=4.0 for...
2010-10-15 Frank WilhelmMake Validate() less restrictive for contracts with...
2010-10-15 Marek SafarMore tweaks to dynamic overload resolution
2010-10-15 Marek SafarA conditional expression with either dynamic side is...
2010-10-15 Marek SafarDon't define same parameter more than once.
2010-10-15 Zoltan VargaFix LLVM backend build with latest LLVM SVN.
2010-10-15 Zoltan VargaFix warnings by defining GNU_SOURCE in eglib's configure.
2010-10-15 Atsushi EnoRemove wrong stack push of members.
2010-10-15 Atsushi EnoDifferentiate Instance property and internal object...
2010-10-15 Zoltan VargaFix ia64 build.
2010-10-15 Atsushi EnoSupport ArrayExtension Items and GetObject node in...
2010-10-14 Zoltan VargaRename find_jit_info_no_ext to simply find_jit_info ().
2010-10-14 Zoltan VargaGet rid of the old mono_arch_find_jit_info functions...
2010-10-14 Zoltan VargaTransition s390/mips/ia64 to use mono_arch_find_jit_inf...
2010-10-14 Rodrigo KumperaAdd tests for protected finally blocks.
2010-10-14 Rodrigo KumperaImplement handle guard support for amd64.
2010-10-14 Gonzalo Paniagua... [ThreadPool] Clear the thread state
2010-10-14 Zoltan VargaTransition sparc to use mono_arch_find_jit_info_ext.
2010-10-14 Zoltan VargaFix crashes in the AOT compiler when the loaded LLVM...
2010-10-14 Zoltan VargaAdd -g to eglib cflags.
2010-10-14 Geoff NortonFix windows build
2010-10-14 Zoltan VargaUpdate the IMT thunk creation code on sparc to support...
2010-10-14 Zoltan VargaAvoid a crash in g_convert () if iconv_open () fails.
2010-10-14 Atsushi Enofixity fix.
2010-10-14 Atsushi EnoFix 2.1 build.
2010-10-14 Atsushi EnoEnable SecurityBindingElement.CanBuildChannelListener...
2010-10-14 Geoff Norton[android] pthread_kill cannot be used safely on android
2010-10-14 Rodrigo KumperaMake GTD an open type too.
next