[xbuild] Add missing property to Error/Warning tasks.
[mono.git] / mono /
2011-02-27 Bojan Rajkovic[threadpool] Fix typo in threadpool thread names.
2011-02-26 jonchamCleanup unneeded code and definitions. Add MIT/X11...
2011-02-26 Mark Probst[sgen] Internal alloc debugging.
2011-02-26 Mark Probst[sgen] Separate internal allocator for the distribute...
2011-02-25 Geoff NortonCache the result of the pthread_specific disassembly...
2011-02-25 Geoff NortonImplement TLS_GET for amd64-darwin
2011-02-25 Zoltan VargaFix previous arm patch.
2011-02-24 Rodrigo KumperaExtract a macro to loop over all threads.
2011-02-24 Zoltan VargaFlush stdout in mono_print_method_from_ip () to make...
2011-02-24 Zoltan VargaFix stop_debugger_thread () on windows. Shutdown both...
2011-02-24 Martin BauligFix bug #669836:
2011-02-24 Zoltan VargaOnly use memory barriers on arm when running on armv6...
2011-02-23 Rodrigo KumperaEnable locking fast path on darwin-x86.
2011-02-23 Rodrigo KumperaEnable monitor enter/exit wrappers under sgen.
2011-02-23 Rodrigo KumperaUse new shared code for darwin fast tls.
2011-02-23 Rodrigo KumperaUse darwin fast tls across the board.
2011-02-23 Rodrigo KumperaRedude warning spew under darwin
2011-02-23 Zoltan VargaFix a warning.
2011-02-23 Zoltan VargaFix the passing of the mrgctx argument in case of a...
2011-02-23 jonchamRemove some unneeded copied code.
2011-02-23 jonchamAdd CodeAnalyst profiler and clean up vcxproj files.
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 Zoltan VargaFix arm thunk creation in dynamic methods. Fixes #673828.
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 Geoff NortonImplement proper TSD lookup for arm-darwin
2011-02-21 Geoff NortonAvoid disassembling pthread_getspecific every time...
2011-02-21 Geoff NortonFix mono_amd64_emit_tls_get on darwin. Fixes sgen...
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-21 Geoff NortonOSX 10.6 properly respected signal handlers before...
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 VargaImplement mono_memory_barrier () and OP_MEMORY_BARRIER...
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 Zoltan VargaReorganize the way jump_target_hash is stored in the...
2011-02-19 Geoff NortonAvoid leaking a mach_port every time we query the counters
2011-02-19 Duane Wandlessadd #if APPLE around include of mach.h
2011-02-19 Duane Wandlessadd Performance counter for "Process", "Working Set...
2011-02-19 Duane Wandlessadd support for new PerformanceCounter("Process", ...
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 Zoltan VargaWork around a gcc bug on arm.
2011-02-18 Zoltan VargaSet cfg->uses_rgctx_reg in another code path too on...
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-17 Rodrigo KumperaMake sure we keep a root for the delegates when calling...
2011-02-17 Marek SafarEven more 4.0 profile mcs update
2011-02-17 Rodrigo KumperaHandle gsharing and marshal by ref.
2011-02-16 Geoff NortonFix ARCH_STORE_REGS on arm to save r0->r12 properly
2011-02-16 Geoff NortonRemove dead code
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-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-14 Neale FergusonAdd unwind support to s390x and fix stack unwinding...
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 Alexandre MutelFix sizeof(T) in non-gshared code. Fixes #580189.
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 VargaChange some Sleep(0)'s to Sleep(1) in the soft-debugger...
2011-02-11 Zoltan VargaAdd a MONO_ prefix to the PROCESSOR_ARCHITECTURE_ const...
2011-02-10 Zoltan VargaMerge branch 'mips-vm-fixes' of https://github.com...
2011-02-10 Damien DiederenMIPS: Ignore float->int overflow behaviour, as on PPC...
2011-02-10 Damien DiederenMIPS: Do not generate superfluous "load_const" in IMT...
2011-02-10 Damien DiederenMIPS: Fix IMT binary search code generation in backend
2011-02-10 Damien DiederenMIPS: Fix unboxing trampolines for functions returning...
2011-02-10 Damien DiederenMIPS: Use SLTU to implement COND_EXC_LE_UN (Exception...
2011-02-10 Damien DiederenMIPS: Throw OverflowException if Int32.MinValue is...
2011-02-10 Zoltan VargaRemove unused mono_arch_has_unwind_info () function.
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-09 Zoltan VargaDisable OP_INEG cfolding on 32 bit arches, as it breaks...
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...
next