mono.git
2011-02-23 Ankit Jain[xbuild] Fix bug #674337.
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 Marek SafarMore Rabbit parallel build fixes
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 Hib ErisFix gsize for 64-bit Windows
2011-02-23 jonchamRemove some unneeded copied code.
2011-02-23 jonchamMore project fixes.
2011-02-23 jonchamAdd check around unistd.h include to fix windows build.
2011-02-23 jonchamAdd CodeAnalyst profiler and clean up vcxproj files.
2011-02-23 jonchamAdd simple csproj to build and debug genproj.cs.
2011-02-23 Miguel de IcazaAvoid warnings, should fix OpenSUSE builds
2011-02-22 Mark Probst[sgen] Break tracking weak references as early as possible.
2011-02-22 Marek SafarRemove misplaced SecurityCritical
2011-02-22 Ankit Jain[xbuild] Add new reserved properties $(MSBuildThisFile*).
2011-02-22 Rodrigo KumperaProperly check arguments in List<T> ICollection.CopyTo.
2011-02-22 Marek SafarFix mcs sdk default
2011-02-22 Marek SafarRemove some weird and unused MONO_PATH acrobatics
2011-02-22 Marek SafarRemove existing type when redefined by evaluator
2011-02-22 Marek SafarFix tests compilation
2011-02-22 Ankit Jain[xbuild] Use the env var $MSBuildExtensionsPath before...
2011-02-22 Marek SafarFix RabbitMQ.Client parallel build
2011-02-22 Zoltan VargaFix a warning.
2011-02-22 Zoltan VargaFix the windows build.
2011-02-22 Zoltan VargaAvoid returning TRUE from mono_domain_finalize () if...
2011-02-22 Zoltan VargaAdd a G_UNLIKELY to g_assert ().
2011-02-21 Zoltan VargaFix arm thunk creation in dynamic methods. Fixes #673828.
2011-02-21 Marek Habersack[transactions] When cloning a transaction make sure...
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 Marek Habersack[asp.net] Fix for bug #669807. Cache session item locks...
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 Juho Vähä-Herttua2011-02-16 Juho Vähä-Herttua <juhovh@iki.fi>
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 VargaRevert "[Win64] Compilation fix for eglib in win64"
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... [eglib] Move definition of GPid to eglib-config.h
2011-02-19 Gonzalo Paniagua... [Win64] Compilation fix for eglib in win64
2011-02-19 Miguel de Icaza[594642] System.Net.NetworkInformation.NetworkInterface...
2011-02-19 Gonzalo Paniagua... Fix the check for version and PublicKeyToken
2011-02-19 Marek SafarFix cygwin build
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 Rodrigo KumperaHandle overrides on events when retrieving cattrs.
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 Marek SafarFix repl optional assignment not to hide produced errors
2011-02-18 Marek SafarFix line advancing on Mac/CR only files
2011-02-18 Gonzalo Paniagua... Avoid 'comparison always true...'
2011-02-18 Gonzalo Paniagua... Fix the windows build.
2011-02-18 Atsushi EnoFix infinite loop in DiscoveryMessageSequence equality...
2011-02-18 Atsushi EnoDo not try to serialize null header item.
2011-02-18 Atsushi EnoFix wrong element name (AppSequenceType->AppSequence).
2011-02-18 Atsushi EnoAlmost eliminate wrong use of Constants.WsaNamespace.
2011-02-18 Atsushi EnoEndpointAddressAugust2004 was not serialized correctly.
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 SafarFix repl using declaration after type declaration
2011-02-17 Marek SafarLoad default references after user references so they...
2011-02-17 Marek SafarEven more 4.0 profile mcs update
2011-02-17 Marek SafarCleanup repl from most of static stuff and fix many...
2011-02-17 Marek Habersack[asp.net,mvc3] Fix for bug #668655. Implemented a few...
2011-02-17 Marek SafarDon't use runtime flag for basic compiler (it still...
2011-02-17 Jeffrey StedfastFixed exception string (spaces between words = good)
2011-02-17 Marek Habersack[mcs] Fix builds which use full file paths on the comma...
2011-02-17 Marek SafarSet correct runtime version for corlib now when mcs...
2011-02-17 Marek SafarCorrectly set underlying type of reduced side-effect...
2011-02-17 Jérémie LavalAllow people to optionally fallback to the old schedule...
2011-02-17 Jérémie LavalRemove ctors in TpScheduler
2011-02-17 Jérémie LavalMake TryExecuteTaskInline a bit smarter
2011-02-17 Jérémie LavalRefactor common code block of TpScheduler and SyncConte...
2011-02-17 Jérémie LavalKill old IScheduler interface.
2011-02-17 Jérémie LavalWhen finding best worker number in Parallel loops use...
next