mono.git
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...
2011-02-17 Jérémie LavalAdapt TpScheduler to the new API in TaskScheduler
2011-02-17 Jérémie LavalCache callback delegate in TpScheduler when passing...
2011-02-17 Jérémie LavalDon't create a new lambda everytime when queuing Task...
2011-02-17 Jérémie LavalTry to execute task inline when they are ready to run...
2011-02-17 Jérémie LavalThreadpool Task scheduler
2011-02-17 Marek SafarMerge few more changes from MD
2011-02-17 Marek SafarRemove install hack from mcs/mcs
2011-02-17 Marek SafarFix Location to have reasonable limits when running...
2011-02-17 Rodrigo KumperaHandle gsharing and marshal by ref.
2011-02-17 Atsushi Enoget out from NET_4_0.
2011-02-17 Atsushi EnoCouple of corcompare fixes.
2011-02-17 Atsushi EnoOnly use non-null values in ServiceAuthorizationBehavior.
2011-02-17 Atsushi EnoFill a couple of missing ServiceAuthorizationElement...
2011-02-17 Atsushi EnoHTTP authentication in HttpListener had dropped during...
2011-02-17 Jérémie LavalReturn a new object in ObjectPool when too much time...
2011-02-17 Marek SafarRemove duplicate Mono.Softdebugger
2011-02-17 Marek SafarFix full path file names parsing
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 Marek SafarAnother make dist fix
2011-02-16 Atsushi EnoMakXsdDataContractExporter refactoring to generally...
2011-02-16 Jb Evainfix the mobile build
2011-02-16 Marek SafarKeep monolite in line with mono 2.4 corlib as I cannot...
2011-02-16 Marek SafarFix mcs exit code for informative arguments
next