[OSX] Fix DriveInfo.GetDrives on OSX [Bug #643910]
[mono.git] / mono /
2010-10-29 Geoff Norton[OSX] Fix DriveInfo.GetDrives on OSX [Bug #643910]
2010-10-28 Geoff Norton[OSX] Fix debug=casts on OSX (Bug: 639172)
2010-10-28 Rodrigo KumperaBetter handle failure when loading types.
2010-10-28 Rodrigo KumperaKill some loader leaks.
2010-10-27 Geoff NortonFix the profiler thread start/end hooks for threadpool...
2010-10-27 Rodrigo KumperaOnly set lockTaken to TRUE if it did not timeout.
2010-10-27 Rodrigo KumperaDon't crash with bad signatures.
2010-10-27 Rodrigo KumperaMake MonoType::GetField lazier.
2010-10-27 Rodrigo KumperaChange a g_warning into a mono_trace call.
2010-10-27 Rodrigo KumperaLoad less stuff when resolving MethodInfo::Attributes.
2010-10-26 Rodrigo KumperaFix some counters under 32bits.
2010-10-26 Rodrigo KumperaImplemenent v4 Monitor::TryEnter overloads.
2010-10-26 Rodrigo KumperaProperly encode field signatures created using gtds.
2010-10-26 Rodrigo KumperaAvoid initing the class for some array related methods...
2010-10-26 Rodrigo KumperaAdd regression test for #649014
2010-10-26 Rodrigo KumperaCasts must be to realizable types.
2010-10-26 Zoltan VargaMark tls_get with clob:c on arm.
2010-10-25 Rodrigo KumperaRename create_methodspec to create_open_instance.
2010-10-25 Rodrigo KumperaEncode all gtd as open instantiations by default.
2010-10-25 Zoltan VargaDisable catchpoints when the DISABLE_BREAKPOINTS flag...
2010-10-24 Zoltan VargaAdd tests for the eglib remapper.
2010-10-23 Zoltan VargaExtract the default profiler into its own file.
2010-10-23 Zoltan VargaImplement memory barriers for amd64/x86. Fixes #648831.
2010-10-22 Rodrigo KumperaMonoType::GetGenericArguments don't need to mono_class_...
2010-10-22 Rodrigo KumperaCorrectly encode fields with GTD types.
2010-10-22 Zoltan VargaEmit GenericEqualityComparer<T> instances for each...
2010-10-22 Gonzalo Paniagua... Remove arbitrary 1024 limit in GetProcesses
2010-10-21 Zoltan VargaFix building the logging profiler.
2010-10-21 Zoltan VargaFix an assert in the LLVM backend if a long value was...
2010-10-21 Zoltan VargaFix the assembly/class caching problems in the threadpo...
2010-10-21 Zoltan VargaAdd an assert to mono_class_from_name_cached () to...
2010-10-21 Zoltan VargaAvoid caching stuff in socket-io.c in static variables...
2010-10-21 Gonzalo Paniagua... Replace EnumProcesses with OpenProcess
2010-10-21 Gonzalo Paniagua... No need to use a GArray in EnumProcesses
2010-10-20 Tak[Fix] Ensure correct stack pointer initialization on...
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 KumperaDon't assign vtable slots to static iface methods.
2010-10-19 Zoltan VargaAvoid crashes in the assembly name->string code if...
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-18 Rodrigo KumperaHandle cyclic interface definitions.
2010-10-18 Rodrigo KumperaConstructors signatures must be hasthis.
2010-10-18 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2010-10-18 Rodrigo KumperaWhen creating the vtable of generic instances, check...
2010-10-18 Zoltan VargaFix some warnings.
2010-10-18 Marek Habersack[runtime] Fix for bug 646075. Added support for short...
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 Zoltan VargaReally fix the ia64 build.
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 Zoltan VargaAdd support for assembly names with embedded and starti...
2010-10-15 Zoltan VargaFix LLVM backend build with latest LLVM SVN.
2010-10-15 Zoltan VargaFix ia64 build.
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 Geoff NortonFix windows build
2010-10-14 Zoltan VargaUpdate the IMT thunk creation code on sparc to support...
2010-10-14 Geoff Norton[android] pthread_kill cannot be used safely on android
2010-10-14 Rodrigo KumperaMake GTD an open type too.
2010-10-14 Rodrigo KumperaFix memory corruption in the cache cast wrappers.
2010-10-13 Rodrigo KumperaOpen instantiation can have a GTD as parameter.
2010-10-13 Rodrigo KumperaGeneric instances can end up extending a GTD.
2010-10-13 Rolf Bjarne KvingeThe System.Net.Sockets.Socket type lives in both System...
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 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 Rodrigo KumperaFail the class if its method overloads are broken.
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 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-09 Rodrigo KumperaAdd fast stelem.ref for interfaces too.
2010-10-09 Rodrigo KumperaImplement fast stelemref.
2010-10-08 Gonzalo Paniagua... Fix Marshal.SizeOf() for structs with explicit layout
2010-10-08 Jb EvainAdd support generic arguments in ModuleBuilder.Resolve...
2010-10-08 Zoltan VargaFix the sparc build.
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...
next