Don't make the 'thumb_end' symbol global.
[mono.git] / mono / metadata /
2011-01-02 Rodrigo KumperaIgnore non-realizable reflection types.
2011-01-03 Paolo MolaroAllow the special ECMA key when parsing assembly names...
2011-01-03 Zoltan VargaAvoid computing GC maps if precise stack marking is...
2011-01-03 Zoltan VargaMerge branch 'precise-gc-maps'
2011-01-03 Zoltan VargaMake conservative stack marking the default for now.
2011-01-03 Zoltan VargaFix some merge problems.
2011-01-03 Zoltan VargaRemove obsolete conservative-stack-mark MONO_GC_DEBUG...
2011-01-03 Zoltan VargaAdd stats for the number of pinned objects during all...
2011-01-03 Zoltan VargaLog to stdout by default, so it matches up with the...
2011-01-03 Zoltan VargaShare the log file between sgen and the stack marking...
2011-01-03 Zoltan VargaRevert "Flush the actual file too in binary_protocol_fl...
2011-01-03 Zoltan VargaFlush the actual file too in binary_protocol_flush_buff...
2011-01-03 Zoltan VargaAllow an argument to collect-before-allocs to force...
2011-01-03 Zoltan VargaAdd an option to turn on CLEAR_AT_GC.
2011-01-03 Zoltan VargaDon't assert in describe_ptr () for oldspace pointers.
2011-01-03 Zoltan VargaAdd a free callback to sgen, use it to free our TLS...
2011-01-03 Zoltan VargaAdd the conservative-stack-mark option to the MONO_GC_D...
2011-01-03 Zoltan VargaOngoing work.
2011-01-03 Miguel de Icaza[mscorlib] inside mscorlib Platform's value will be...
2011-01-03 Zoltan Varga.gitignore.
2010-12-24 Zoltan VargaPartially revert 759ebbb3df836e82fac2443dea23659ede972c...
2010-12-24 Zoltan VargaRemove an obsolete comment.
2010-12-21 Andreia GaitaMoonlight build fixes and cleanup
2010-12-20 Mark Probst[sgen] Make Mark&Sweep compile without card tables.
2010-12-19 Zoltan VargaAdd functions to access values of ThreadStatic fields...
2010-12-17 Andreia GaitaAdd --with-moon-gc to select the gc to use with moon...
2010-12-17 Gonzalo Paniagua... [ThreadPool] Reset the abort state when unloading a...
2010-12-14 Rodrigo KumperaRelease per-appdomain binding information.
2010-12-14 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2010-12-14 Rodrigo KumperaFix marshaling of chars on structs.
2010-12-13 Bojan RajkovicUse SIGXFSZ on FreeBSD too by checking for the __FreeBS...
2010-12-11 jonchamUse 2.0 instead of 1.0 when probing install dirs.
2010-12-10 Sebastien PouliotEnsure types are resolved when checking fields under...
2010-12-10 Rodrigo KumperaFix marshaling of Ansi strings.
2010-12-09 Rodrigo KumperaAdd a few more undocumented bits to allowed AssemblyFlags
2010-12-09 Rodrigo KumperaCheck for coded token with zero index for typedef:...
2010-12-08 Geoff NortonAvoid leaking the name buffer since we already resolve...
2010-12-08 Rodrigo KumperaFix a memleak when returning SRE cattrs.
2010-12-08 Rodrigo KumperaHandle GTDs used as element or type arguments.
2010-12-08 Zoltan VargaMark runtime invoke wrappers as pinvoke, since they...
2010-12-08 Zoltan VargaUpdate a comment.
2010-12-08 Mark Probst[sgen] Have an allocated block list for fixed-heap...
2010-12-08 Mark Probst[sgen] Don't increase degraded_mode in alloc_degraded().
2010-12-08 Zoltan VargaTidy up the assembly loading log messages a bit.
2010-12-07 Zoltan VargaLog images still loaded during shutdown.
2010-12-07 Zoltan VargaFix some small memory leaks.
2010-12-07 Rodrigo KumperaFix memberref method signature verification.
2010-12-07 Rodrigo KumperaCorrectly check for ptr compatibility.
2010-12-07 Rodrigo KumperaSet a default element class for failed enums.
2010-12-07 Rodrigo KumperaHonor skip visibility in more places.
2010-12-07 Rodrigo KumperaDo separate checking of field and method memberref.
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-06 Zoltan VargaFix a few SRE memory leaks.
2010-12-06 Zoltan VargaRemove some #ifdef HAVE_SGEN_GC deps, centralize others...
2010-12-05 Zoltan VargaMake sgen-protocol.c into its own module.
2010-12-04 Zoltan VargaFix a warning.
2010-12-03 Rodrigo KumperaFix dynamic type string validation.
2010-12-03 Rodrigo KumperaHandle one more case we cmods can appear in odd places.
2010-12-03 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2010-12-03 Rodrigo KumperaFix validation of cmods in some odd places.
2010-12-03 Mark ProbstMerge branch 'concurrent-sweep'
2010-12-03 Mark Probst[sgen] Make concurrent sweep user-selectable.
2010-12-03 Mark Probst[sgen] Compute allowance when sweeping is finished.
2010-12-03 Mark Probst[sgen] Concurrent sweep.
2010-12-03 Zoltan VargaParse custom modifiers in mono_type_create_from_typespe...
2010-12-02 Mark Probst[sgen] Remove skip_size in sgen-scan-object.h.
2010-12-02 Mark Probst[sgen] Handle forwarding in mono_gc_scan_for_specific_r...
2010-12-02 Mark Probst[sgen] Zero freed blocks in fixed heap Mark&Sweep.
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 VargaHandle LOS objects in describe_ptr ().
2010-12-01 Rodrigo KumperaFix a few more cases of bad token verification.
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 KumperaMerge branch 'master' of github.com:mono/mono
2010-11-30 Rodrigo KumperaFix token checking for dynamic methods.
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 Paolo MolaroForgot old header file in profiler.c.
2010-11-29 Rodrigo KumperaFix a crash on MassTransit.
2010-11-29 Paolo MolaroProfiler: reomved the old builtin default profiler.
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 VargaThrow an exception if a custom attr cannot be decoded...
2010-11-26 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2010-11-26 Rodrigo KumperaHandle dynamic methods inside the verifier.
2010-11-26 Zoltan VargaFix the DISABLE_REFLECTION_EMIT build.
2010-11-26 Zoltan VargaFix crashes inside find_method_in_metadata (). Fixes...
2010-11-25 Rodrigo KumperaHandle abstract methods in Delegate::CreateDelegate.
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.
next