[ilasm] fix the metadata version for v4 assemblies
[mono.git] / mono /
2010-12-02 Zoltan VargaFix a typo.
2010-12-02 Zoltan VargaAllow breakpoints set using --break in wrappers.
2010-12-02 Zoltan VargaMove the identical MonoLMFExt declarations to mini.h.
2010-12-02 Zoltan VargaSplit the exception handling code into test_only and...
2010-12-01 Paolo MolaroLog profiler: fixed allocation and call frames end...
2010-12-01 Zoltan VargaSave the original throw context into TLS so stack walks...
2010-12-01 Paolo MolaroFixed env path setting.
2010-12-01 Zoltan VargaAdd an asm (""); to the body of __jit_debug_register_co...
2010-12-01 Paolo MolaroLog profiler: added test suite.
2010-12-01 Zoltan VargaExport mono_xdebug_flush ().
2010-12-01 Zoltan VargaMake sgen-los.c into a proper C module.
2010-12-01 Rodrigo KumperaFix thread attaching
2010-12-01 Zoltan VargaMove the DEBUG() macro to sgen-gc.h and resurrect debug...
2010-12-01 Zoltan VargaFix some warnings.
2010-12-01 Zoltan VargaEmit write barriers for multi-dim Array.Set (). Fixes...
2010-12-01 Zoltan VargaHandle LOS objects in describe_ptr ().
2010-12-01 Rodrigo KumperaFix a few more cases of bad token verification.
2010-12-01 Rodrigo KumperaAdd regression test for #647267
2010-12-01 Rodrigo KumperaMarshal char taking Charset into account.
2010-11-30 Rodrigo KumperaAdd mono_gc_alloc_mature and use it for threads.
2010-11-30 Rodrigo KumperaFix a crash when signature decoding fails.
2010-11-30 Rodrigo KumperaFix the ldftn to ldvirtftn feature.
2010-11-30 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2010-11-30 Rodrigo KumperaFix token checking for dynamic methods.
2010-11-30 Paolo MolaroLog profiler: BSD/win32 portability fixes.
2010-11-29 Rodrigo KumperaDon't allow zero index tokens on IL streams.
2010-11-29 Rodrigo KumperaRemove some junk I left by accident
2010-11-29 Rodrigo KumperaFix crasher in core clr security.
2010-11-29 Rodrigo KumperaDon't mono_class_init when creating a token.
2010-11-29 Rodrigo KumperaWIP
2010-11-29 Mark Probst[sgen] Recompute heap boundaries at each major collection.
2010-11-29 Zoltan VargaFix amd64 build.
2010-11-29 Paolo MolaroForgot old header file in profiler.c.
2010-11-29 Paolo MolaroMake dist fixed in profiler.
2010-11-29 Rodrigo KumperaFix a crash on MassTransit.
2010-11-29 Paolo MolaroProfiler: reomved the old builtin default profiler.
2010-11-29 Paolo MolaroM linux performance counters.
2010-11-29 Paolo MolaroLog profiler: portability checks.
2010-11-29 Paolo MolaroLog profiler: added statistical sampling mode.
2010-11-27 Rodrigo KumperaEnable test for #318677
2010-11-27 Rodrigo KumperaHandle fallthru to out of line blocks.
2010-11-27 Zoltan VargaDisable finally_guard.exe on amd64 until it is fixed.
2010-11-27 Rodrigo KumperaRemove some culture caching dead code
2010-11-27 Rodrigo KumperaMove culture handling to Thread from InternalThread.
2010-11-27 Zoltan VargaFix an aot crash if field->type is not initialized.
2010-11-27 Rodrigo KumperaHandle another extension to delegates.
2010-11-27 Zoltan VargaThrow an exception if a custom attr cannot be decoded...
2010-11-27 Zoltan VargaUpdate the help message for --verify-all.
2010-11-26 Zoltan VargaDefine MONO_ARCH_INIT_TOP_LMF_ENTRY for all architectures.
2010-11-26 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2010-11-26 Zoltan VargaRemove unused lmf->ebp field on arm.
2010-11-26 Rodrigo KumperaFix those tests so they are verifiable.
2010-11-26 Rodrigo KumperaCheck TOS for compatibility with return type.
2010-11-26 Rodrigo KumperaHandle dynamic methods inside the verifier.
2010-11-26 Zoltan VargaAvoid parsing of /proc entries on ppc when cross-compiling.
2010-11-26 Zoltan VargaAvoid emitting uninitialized memory into the AOT image.
2010-11-26 Zoltan VargaMake Int32.MinValue/-1 throw OverflowException on ppc...
2010-11-26 Zoltan VargaFix the DISABLE_REFLECTION_EMIT build.
2010-11-26 Zoltan VargaFix crashes inside find_method_in_metadata (). Fixes...
2010-11-26 Zoltan VargaUpdate a http link.
2010-11-26 Zoltan VargaCommit the iphone abi support changes for ARM.
2010-11-26 Zoltan VargaSimplify the arm prolog/epilog generation by not saving...
2010-11-26 Zoltan VargaImplement frame pointer elimination for arm.
2010-11-25 Zoltan VargaFix stack alignment when resuming from a signal handler...
2010-11-25 Rodrigo KumperaHandle abstract methods in Delegate::CreateDelegate.
2010-11-25 Zoltan VargaFix another place.
2010-11-25 Zoltan VargaThrow an OverflowException on Int32.MinValue/-1 when...
2010-11-25 Zoltan VargaFix a bug introduced by the last change to mono_marshal...
2010-11-25 Rodrigo KumperaHandle invalid instantiation of generic methods.
2010-11-25 Rodrigo KumperaFix argument name on the exception
2010-11-25 Rodrigo KumperaStore the domain id of weak references.
2010-11-24 Rodrigo KumperaFix broken free call.
2010-11-24 Gonzalo Paniagua... [Sockets] Support Remote/LocalEndPoint for AF_UNIX
2010-11-24 Andreia Gaita[Moon] Speed up the moonlight build by stripping it...
2010-11-24 Zoltan VargaMake some changes to the stack overflow handling code...
2010-11-24 Zoltan VargaDisable a test which exposes mcs bug #646744.
2010-11-23 Rodrigo KumperaFix corlib testsuite crash.
2010-11-23 Rodrigo KumperaFix typo.
2010-11-23 Rodrigo KumperaFix some array overflow bugs
2010-11-23 Rodrigo KumperaCheck generic instantions for constraint violations.
2010-11-23 Zoltan VargaDisable a PS3 test, fix up the argument processing...
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-22 Zoltan VargaFix a memory leak.
2010-11-22 Zoltan VargaAllocate memory for generic instances from the mempool...
2010-11-22 Rodrigo KumperaHandle cattr with arrays of System.Type.
2010-11-21 Zoltan VargaFree the JIT tls data for the main thread.
2010-11-21 Zoltan VargaAllocate generic param constraint data from the image...
2010-11-21 Zoltan VargaUnref all handles on shutdown so their memory is freed.
2010-11-21 Zoltan VargaFix some small memory leaks.
2010-11-21 Zoltan VargaLink the iomap profiler against eglib. Fixes #627889.
2010-11-21 Zoltan VargaFix a warning.
2010-11-20 Zoltan VargaIncrease maximum size of ppc prolog. Fixes #654460.
2010-11-20 Zoltan VargaAdd support for the processorArchitecture field in...
2010-11-19 Mark Probst[sgen] Implement evacuation for parallel mark.
2010-11-19 Zoltan VargaFix the previous arm EH change.
2010-11-19 Zoltan VargaLoad dependent assemblies of an aot image from the...
2010-11-19 Atsushi EnoMerge branch 'myeisha-xml-fixes'
2010-11-19 Atsushi EnoMerge branch 'xml-fixes' of https://github.com/myeisha...
2010-11-19 Zoltan VargaSet the thumb bit in the CPSR when resuming from a...
2010-11-18 Zoltan VargaFix the thumb build.
next