mono.git
2010-10-12 Paolo MolaroFixed the console sigint deadlock, by queuing execution...
2010-10-12 Paolo MolaroSearch for dllimported shared libs in the base director...
2010-10-12 Marek Habersack[asp.net] HiddenFieldPageStatePersister must not attemp...
2010-10-12 Zoltan VargaLoad vtable->max_interface_id using LDIND_U2.
2010-10-12 Zoltan VargaMove the helper signatures along with their init functi...
2010-10-12 Marek SafarKeep parsing after invalid contstructor declaration
2010-10-12 Marek Safar[645572] Import more type as possible dynamic types.
2010-10-12 Marek SafarDo not create a constant null value for runtime types.
2010-10-12 Marek SafarReport correct error message for compound lifted binary...
2010-10-12 Marek SafarFold duplex conversion casts into a expression to emit...
2010-10-12 Rodrigo KumperaFail the class if its method overloads are broken.
2010-10-12 Jonathan PryorFix IsolatedStorageFile.GetUserStoreForApplication...
2010-10-11 Rodrigo KumperaAdd regression test for #562150
2010-10-11 Rodrigo KumperaCheck if parent is a valid type.
2010-10-11 Rodrigo KumperaMove IL verifier test to the right folder.
2010-10-11 Rodrigo KumperaAdd regression test for #562771
2010-10-11 Rodrigo KumperaDon't allow a GTD to be used as a generic argument.
2010-10-11 Rodrigo KumperaHandle dynamic methods as managed.
2010-10-11 Rodrigo KumperaAdd regression test for #644935
2010-10-11 Rodrigo KumperaCheck if generic constraint are valid generic instantia...
2010-10-11 Marek SafarCompound assignments over reference type array cannot...
2010-10-11 Gonzalo Paniagua... Remove warnings
2010-10-11 Zoltan VargaSet the wrapper info for the virtual stelemref wrappers...
2010-10-11 Zoltan VargaFix full-aot support for the stelemref wrappers.
2010-10-10 Ankit Jain[xbuild] Log TaskFinished even when task fails to initi...
2010-10-10 Marek Safar[645232] Implement ITypeDefinition for internal types.
2010-10-09 Atsushi EnoAdd missing file.
2010-10-09 Atsushi EnoAdd couple of (not-working) object reader testcases...
2010-10-09 Rodrigo KumperaAdd fast stelem.ref for interfaces too.
2010-10-09 Rodrigo KumperaImplement fast stelemref.
2010-10-08 Sebastien PouliotRemove unneeded 'using' clauses
2010-10-08 Sebastien PouliotRemove unneeded 'using' clauses
2010-10-08 Sebastien PouliotFix ASP.NET HttpResponse not to depend on a (fixed...
2010-10-08 Gonzalo Paniagua... Buffer sizes
2010-10-08 Gonzalo Paniagua... [CryptoStream] Invalid enum in ctor
2010-10-08 Gonzalo Paniagua... Dispose calls FlushFinalBlock
2010-10-08 Gonzalo Paniagua... Fix Marshal.SizeOf() for structs with explicit layout
2010-10-08 Marek SafarDon't assume the system.object does not have any fields
2010-10-08 Marek Safar[642975] Fix initializer of partially static multidimen...
2010-10-08 Marek Safar[644673] Import of modules got broken
2010-10-08 Gonzalo Paniagua... Undo mach_dep change.
2010-10-08 Marek SafarAllow imported members cache to be setup in 2 phases...
2010-10-08 Gonzalo Paniagua... Allow -jX when compiling libgc
2010-10-08 Jb EvainAdd support generic arguments in ModuleBuilder.Resolve...
2010-10-08 Jb EvainAdd tests for ModuleBuilder.ResolveMember on different...
2010-10-08 Zoltan VargaFix a warning.
2010-10-08 Atsushi EnoDo not reject contract from the same method, could...
2010-10-08 Kornél Pál[asp.net] Fix for bug #643763. BuildManager must not...
2010-10-08 Gonzalo Paniagua... Add support for EnableSsl in smtp config.
2010-10-08 Zoltan VargaFix the sparc build.
2010-10-07 Rolf Bjarne... eglib: Make g_malloc and friends abort in case of failu...
2010-10-07 Rodrigo KumperaImplement managed versions of the caching icalls.
2010-10-07 Rodrigo KumperaAdd gsharing support for cached casts.
2010-10-07 Rodrigo KumperaAdd single entry cache to casts of types with variant...
2010-10-07 Rodrigo KumperaFast cast for some cases of generic variant types.
2010-10-07 Rodrigo KumperaDo the right check for arrays.
2010-10-07 Gonzalo Paniagua... Fix CryptoStream.Dispose
2010-10-07 Marek SafarFix compound event assigments with dynamic side effect
2010-10-07 Jb EvainAdd tests for ModuleBuilder.ResolveMemberToken
2010-10-07 Jb EvainFix resolution of memberref tokens in the dynamic case.
2010-10-07 Zoltan VargaAdd --debug=casts support for ArrayTypeMismatchException's.
2010-10-07 Zoltan VargaCentralize the setting of cfg->exception_type and the...
2010-10-07 Geoff NortonExpose ICredentialsByHost on NetworkCredential in the...
2010-10-07 Jb EvainFix test
2010-10-07 Jb Evain[Test] Add test for ModuleBuilder.ResolveFieldToken...
2010-10-07 Jb Evain[Fix] Properly compute the tokens for FieldBuilders.
2010-10-07 Jb Evain[Fix] FieldBuilder.ctor: properly register FieldBuilder...
2010-10-07 Marek Safar[644507] Don't use nested type cache until declaring...
2010-10-07 Atsushi EnoSignificant XamlObjectWriter rewrite for solid state...
2010-10-07 Zoltan VargaClear the domain before unloading assemblies in mono_do...
2010-10-07 Zoltan VargaFix more wrappers of dynamic methods.
2010-10-07 Marek SafarFix compound assigments with dynamic side effect
2010-10-07 Zoltan VargaFix make test for corlib.
2010-10-07 Zoltan VargaRe-enable the tests.
2010-10-07 Zoltan VargaAvoid clearing nursery fragments before pinning, instea...
2010-10-07 Zoltan VargaRemove the MonoGenericContext/MonoMethod arguments...
2010-10-06 Gonzalo Paniagua... Disabled test until ?mcs is fixed.
2010-10-06 Gonzalo Paniagua... URL moved and use the raw format for certdata
2010-10-06 Gonzalo Paniagua... Avoid warning
2010-10-06 Gonzalo Paniagua... Avoid a warning
2010-10-06 Gonzalo Paniagua... X509Chain always uses the LM store
2010-10-06 Marek SafarFix CRLF
2010-10-06 Marek SafarVerify type parameter constraints type parameters
2010-10-06 Marek SafarVerify type parameter constraints type parameters
2010-10-06 Marek SafarFixes allowed interface method modifiers
2010-10-06 Atsushi EnoAdd more complicated state transition to XamlXmlReader...
2010-10-06 Atsushi EnoUse MarkupExtension.ProvideValue() so that XamlObjectRe...
2010-10-06 Atsushi EnoAdd ContentProperty support in XamlXmlReader. Add some...
2010-10-05 Zoltan VargaFix a warning.
2010-10-05 Marek SafarNew test.
2010-10-05 Marek SafarInflate imported nested type correctly.
2010-10-05 Marek SafarCompare all type arguments for nested generic types.
2010-10-05 Marek Safarline ending
2010-10-05 Geoff NortonFix the build on windows
2010-10-05 Rodrigo KumperaThe nested in type should not be inflated.
2010-10-05 Michael Hutchinson[io-layer] Cope with pids > 16 bits
2010-10-05 Geoff NortonIts possible that we're calling Process_free_internal...
2010-10-05 Ankit Jain[xbuild] Update regex to not require EndProject in...
2010-10-05 Rodrigo KumperaImplement asm monitor/enter exit for amd64-sgen.
2010-10-05 Rodrigo KumperaImplement x86 support for monitor enter/exit fastpaths...
next