internalize private cecil
[mono.git] / mono /
2010-10-05 Rodrigo KumperaMake cards_in_range more accurate
2010-10-05 Rodrigo KumperaFix a bunch of issues with cardtable code.
2010-10-05 Rodrigo KumperaKill some dead code and fix a function name
2010-10-05 Rodrigo KumperaProperly check the ImplMap table.
2010-10-04 Gonzalo Paniagua... Map SO_EXCLUSIVEADDRUSE to !SO_REUSEADDR
2010-10-04 Marek HabersackMerge branch 'bugfix'
2010-10-04 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-10-04 Gonzalo Paniagua... Check no longer needed.
2010-10-04 Zoltan VargaExecute some specialized tests using the normal test...
2010-10-03 Gonzalo Paniagua... Check class names in a better way
2010-10-02 Gonzalo Paniagua... Schedule the user callback from unmanaged code
2010-10-01 Zoltan VargaCheck the debugger_thread_exited condition in a loop...
2010-10-01 Geoff NortonFix a crash when using the embedding api
2010-10-01 Zoltan VargaFix code buffer reallocation check for OP_SWITCH on...
2010-10-01 Zoltan VargaFix a deadlock introduced by 5c2e3bf7 by using a separa...
2010-09-30 Gonzalo Paniagua... Avoid a few warnings
2010-09-30 Zoltan VargaDisable the freeing of monitors again, it still crashes...
2010-09-30 Rodrigo KumperaFix AOT support for delegates
2010-09-29 Rodrigo KumperaFix arm and ppc builds
2010-09-29 Gonzalo Paniagua... Handle error creating xdb.il
2010-09-29 Rodrigo Kumperandle static methods with bound first arg.
2010-09-29 Jonathan PryorAllow mono_install_assembly_preload_hook() to provide...
2010-09-29 Zoltan VargaFix 'thread may have been prematurely finalized' warnin...
2010-09-27 Rodrigo KumperaAdd runtime test for delegates with null target.
2010-09-27 Rodrigo KumperaAdd comment on the reason of a non obvious check.
2010-09-27 Rodrigo KumperaRaise ArgumentException for delegate on closed methods.
2010-09-27 Zoltan VargaMov the jit map generation code from tramp-x86.c to...
2010-09-27 Rodrigo KumperaIgnore all non static fields.
2010-09-27 Rodrigo KumperaRecord all trampolines to the jitmap.
2010-09-27 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-26 Zoltan VargaUpdate the comment explaining why the small_id_table...
2010-09-26 Gonzalo Paniagua... Bypass BeginInvoke for asynch. operations
2010-09-25 Gonzalo Paniagua... Added support for ArraySegment
2010-09-25 Zoltan VargaEnable support for wrapping non Exception subclasses...
2010-09-24 Zoltan VargaFix AOT support for OP_GC_CARD_TABLE on amd64.
2010-09-24 Zoltan VargaFix the setting of pointer type fields using reflection...
2010-09-24 Rodrigo KumperaImplement amd64 support for OP_CARDTABLE.
2010-09-24 Zoltan VargaAvoid making the small_id table precisely GC tracked...
2010-09-24 Zoltan VargaDisable make_root_descr_all_refs () for now since it...
2010-09-23 Zoltan VargaUse g_malloc0 in mono_gc_make_root-descr_all_refs ().
2010-09-23 Zoltan VargaRemove a debug printf.
2010-09-23 Zoltan VargaAdd a few variants of the MONO_GC_REGISTER_ROOT ()...
2010-09-23 Zoltan VargaDisable the wrapped exception code for now, it break...
2010-09-23 Rodrigo KumperaHandle verification of types in non canonical forms.
2010-09-23 Rodrigo KumperaRemove unwanted debug spew.
2010-09-23 Zoltan VargaWrap thrown objects which do not derive from Exception...
2010-09-23 Sebastien PouliotAdd missing SocketOptionName_HopLimit definition for...
2010-09-22 Zoltan VargaConvert ERROR_PATH_NOT_FOUND to ENOENT too.
2010-09-22 Zoltan VargaSet errno correctly when loading an image fails on...
2010-09-22 Zoltan VargaCall the thread cleanup at the end as it was done befor...
2010-09-21 Rodrigo KumperaEnable cardtable for parallel mark-sweep.
2010-09-21 Rodrigo KumperaAdd support for break on unverifiable for verifier...
2010-09-20 Rodrigo KumperaUse new verifier function to lazily check.
2010-09-20 Rodrigo KumperaAdd function to validate an individual row in the typer...
2010-09-20 Paolo MolaroFirst pass at profiler hooks in sgen.
2010-09-20 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-20 Alan McGovern[monodis] Ensure we don't try to free uninitialized...
2010-09-19 Rodrigo KumperaAvoid a superfluous copy.
2010-09-19 Rodrigo KumperaCleanup definitions and clearly states what are the...
2010-09-19 Rodrigo KumperaFix los scanning with overlapping cards.
2010-09-19 Rodrigo KumperaUse card pointer as induction variable.
2010-09-19 Rodrigo KumperaFix overlapping support for copy/clear functions.
2010-09-19 Rodrigo KumperaFix OP_CARDTABLE to support overlapping cards.
2010-09-19 Rodrigo KumperaDocument some cardtable requirements and add an assert.
2010-09-19 Zoltan VargaAdd store_mem_imm to the x86 machine description. Fixes...
2010-09-18 Zoltan VargaMove the setting of mono_lmf, mono_lmf_addr and mono_ji...
2010-09-18 Zoltan VargaMake MonoThreadCleanupFunc take an InternalThread inste...
2010-09-17 Rolf Bjarne KvingeFix typo in Makefile causing build breakage
2010-09-17 Atsushi EnoMerge branch 'master' of github.com:mono/mono
2010-09-16 Rolf Bjarne KvingeOnly build one version of libmonoruntimemoon.la (the...
2010-09-16 Rolf Bjarne KvingeAdd a configure option to disable building the shared...
2010-09-16 Rolf Bjarne KvingeAdd configure option for disabling assembly remapping
2010-09-16 Gonzalo Paniagua... Remove 2 extra calls to gettimeofday.
2010-09-15 Mark ProbstRemove weak links for monitors.
2010-09-15 Mark Probst[sgen] Avoid doing an unnecessary gettimeofday().
2010-09-15 Miguel de IcazaRevert
2010-09-15 Miguel de IcazaMake the thread-id field be of the proper size on 64...
2010-09-15 Raja R HarinathFix a few CRLF issues
2010-09-15 Geoff NortonFix the embedded mono on OSX code to support a symlinke...
2010-09-15 Paolo MolaroDocumentation for a few garbage collector APIs.
2010-09-15 Zoltan Varga UCONTEXT_REG_RCX was defined twice on OpenBSD, and...
2010-09-15 Rolf Bjarne Kvingemono_trace already adds a newline to trace messages...
2010-09-15 Chris Toshokbuilt a separate libmonoruntime for moonlight, so we...
2010-09-14 Gonzalo Paniagua... GetProcessById now works on the Mac too
2010-09-14 Rodrigo KumperaFix crash in pedump.
2010-09-14 Zoltan VargaFix warnings caused by the profiler api changes.
2010-09-14 Rodrigo KumperaFix 64bits build.
2010-09-14 Marek SafarFixes mixed line ending.
2010-09-14 Marek SafarMerge branch 'marek'
2010-09-14 Rodrigo KumperaAdd v4.0 beta to runtime versions list.
2010-09-14 Rodrigo KumperaFix fallthru of EH block check.
2010-09-14 Zoltan VargaAdd casts to the macros on netbsd so the caller doesn...
2010-09-13 Geoff NortonThe tid is passed around internally as a unsigned value.
2010-09-13 Geoff NortonRename major -> major_collector and drop unguarded...
2010-09-13 Geoff NortonFix the build when compiling without shared handle...
2010-09-13 Michael Hutchinson[Embedding] Make mono-dl-fallback.h public-safe
2010-09-13 Zoltan VargaFix a problem in mono_arch_get_argument_info () introdu...
2010-09-13 Zoltan VargaFix a warning.
2010-09-13 Rodrigo KumperaFix a sgen shutdown crash.
2010-09-11 Miguel de IcazaDo not install sample header, add to EXTRA_DIST
next