[xbuild] Throw ArgumentNullException if target name is null
[mono.git] / mono / metadata /
2011-03-10 Geoff NortonFix ARCH_STORE_REGS on arm
2011-03-10 Rodrigo KumperaExport mono_raise_exception_with_ctx to metadata.
2011-03-10 Rodrigo KumperaRemote all traces of old style unwinding from mini.
2011-03-10 Rodrigo KumperaExport new style unwinding functions
2011-03-10 Rodrigo KumperaUnify EH callbacks.
2011-03-10 Zoltan VargaFix a warning.
2011-03-10 Rodrigo KumperaFix a warning
2011-03-10 Rodrigo Kumperamono_gc_alloc_mature must check if the object needs...
2011-03-10 Zoltan VargaUse mono_field_get_type () in one place to fix a crash...
2011-03-09 Gonzalo Paniagua... IO threads have their own name
2011-03-09 Gonzalo Paniagua... Some changes to the threadpool
2011-03-08 Mark ProbstMerge branch 'sgen-job-distribution'
2011-03-08 Mark Probst[sgen] Store the destination's vtable before CASing...
2011-03-08 Mark Probst[sgen] Make scan from remsets a job.
2011-03-08 Mark Probst[sgen] Parallel nursery collection.
2011-03-08 Mark Probst[sgen] Scanning of finalizer entries in a job.
2011-03-08 Mark Probst[sgen] Job for scan thread data.
2011-03-08 Mark Probst[sgen] Jobs for scanning from registered roots.
2011-03-08 Mark Probst[sgen] Remove an incorrect assertion in the workers...
2011-03-08 Mark Probst[sgen] Job queue.
2011-03-08 Mark Probst[sgen] Separate step for starting marking in workers.
2011-03-07 Gonzalo Paniagua... Host name is the same when querying localhost
2011-03-03 Rodrigo KumperaSwitch amd64 to use MonoContext
2011-03-03 Rodrigo KumperaMake sure we scan all gregs on x86
2011-03-03 Zoltan VargaResurrect THREAD_DEBUG.
2011-03-03 Zoltan VargaChange an #ifdef DEBUG to THREAD_DEBUG(). Fixes #676615.
2011-03-02 Rodrigo KumperaUse mono-context machinery for x86.
2011-03-02 Rodrigo KumperaReset iid of unloaded generic interfaces correctly.
2011-03-01 Rodrigo KumperaImplement better semantics for unverifiable code.
2011-03-01 Rodrigo KumperaHandle RVA !=0 & pinvoke or icall.
2011-03-01 Paolo MolaroImplemented fast version of ThreadLocal<T>.
2011-02-28 Rodrigo KumperaHandle demormalized object and string types.
2011-02-28 Rodrigo KumperaCheck for override visibility in another place.
2011-02-28 Rodrigo KumperaAdd hack for wcf around the fix for #609813
2011-02-27 Bojan Rajkovic[threadpool] Fix typo in threadpool thread names.
2011-02-26 Mark Probst[sgen] Internal alloc debugging.
2011-02-26 Mark Probst[sgen] Separate internal allocator for the distribute...
2011-02-24 Rodrigo KumperaExtract a macro to loop over all threads.
2011-02-23 Rodrigo KumperaEnable monitor enter/exit wrappers under sgen.
2011-02-23 Rodrigo KumperaUse darwin fast tls across the board.
2011-02-22 Mark Probst[sgen] Break tracking weak references as early as possible.
2011-02-22 Zoltan VargaAvoid returning TRUE from mono_domain_finalize () if...
2011-02-21 Rodrigo KumperaCheck if the override declaration is visible to the...
2011-02-21 Rodrigo KumperaSkip visibility checks from corlib internal assemblies.
2011-02-21 Rodrigo KumperaMove declaration to a more appropriate header.
2011-02-21 Mark ProbstMerge branch 'sgen-new-parallel'
2011-02-21 Mark Probst[sgen] Use __thread for the workers free block lists...
2011-02-21 Mark Probst[sgen] Steal right back without unlocking if we've...
2011-02-21 Mark Probst[sgen] Check for work sharing every N (currently 32...
2011-02-21 Mark Probst[sgen] Have thread-local block free lists in worker...
2011-02-21 Mark Probst[sgen] MONO_GC_PARAMS option for specifying number...
2011-02-21 Mark Probst[sgen] Don't lock for allocating objects from the free...
2011-02-21 Mark Probst[sgen] Better work distribution for parallel mark.
2011-02-20 Hib ErisOnly call GC_DllMain for embedded gc
2011-02-20 Hib ErisReturn TRUE from mono_gc_dllmain
2011-02-20 Zoltan VargaMake the var/mvar caches per-image, since the generic...
2011-02-19 Zoltan VargaFix USE_MALLOC_FOR_MEMPOOLS.
2011-02-19 Zoltan VargaFix a warning.
2011-02-19 Gonzalo Paniagua... patch-quiet now works in systems with 'gsed'
2011-02-19 Gonzalo Paniagua... [threadpool] Add support for kqueue asynch. IO.
2011-02-19 Gonzalo Paniagua... [threadpool] fixes for epoll.
2011-02-18 Gonzalo Paniagua... Add (c). Remove printfs.
2011-02-18 Gonzalo Paniagua... Fix the windows build.
2011-02-18 Gonzalo Paniagua... [threadpool] Split the socket code in separate files.
2011-02-16 Geoff NortonFix ARCH_STORE_REGS on arm to save r0->r12 properly
2011-02-16 Hib ErisDecorate _image_base__ with __MINGW_LSYMBOL
2011-02-16 Gonzalo Paniagua... Remove a bunch of warnings.
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-13 Rodrigo KumperaDon't assert on broken DM names.
2011-02-13 Rodrigo KumperaAdd bad string resistent utf16-utf8 conversions.
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-13 Mark Probst[sgen] Register the main_thread as a GC root. Fixes...
2011-02-13 Gonzalo Paniagua... [HttpListener] Small improvements
2011-02-13 Zoltan VargaFix reading of cattr arguments of type Type[]. Fixes...
2011-02-11 Zoltan VargaFix token generation for TypeBuilder's in another assem...
2011-02-11 Hib ErisEarlier undefine HAVE_GETPROCESSID when cross compiling
2011-02-11 Zoltan VargaAvoid a boehm dependency in driver.c.
2011-02-11 Zoltan VargaMake the wait in the finalizer thread alertable to...
2011-02-11 Zoltan VargaAdd a MONO_ prefix to the PROCESSOR_ARCHITECTURE_ const...
2011-02-10 Rodrigo KumperaHandle ConstructorBuilders on other assemblies.
2011-02-10 Rodrigo KumperaRevert "Don't use io layer semaphores for object monitors."
2011-02-10 Rodrigo KumperaDon't use io layer semaphores for object monitors.
2011-02-10 Zoltan VargaFix a warning.
2011-02-09 Rodrigo KumperaHandle assignment check of variant type and its gtd.
2011-02-09 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2011-02-09 Rodrigo KumperaCleanup the reference queue on domain unload.
2011-02-08 Gonzalo Paniagua... [threadpool] Added dynamic concurrent queue implementation
2011-02-08 Mark Probst[sgen] Two carefully placed prefetches.
2011-02-08 Mark Probst[sgen] Only load an object's vtable word if absolutely...
2011-02-08 Mark Probst[sgen] Fix some debug functions.
2011-02-08 Mark Probst[sgen] Keep statistics on slots allocated in vain in...
2011-02-08 Mark Probst[sgen] Make SGen compile with heavy statistics enabled.
2011-02-08 Miguel de IcazaUpdate docs
2011-02-08 Miguel de IcazaAdd prototype to .h file
2011-02-08 Lucas Meijerimplement mono_set_assemblies_path for platforms that...
2011-02-08 Rodrigo KumperaAvoid allocating memory for the handles.
2011-02-08 Rodrigo KumperaFix reference queue under boehm.
2011-02-08 Hib ErisUse winternl.h instead of ddk (when available)
2011-02-08 Hib ErisRemove implementation details from public header io...
2011-02-07 Zoltan VargaUse mono_method_get_vtable_slot () instead of accessing...
next