mono.git
2011-02-24 Ankit Jain[xbuild] Fix bug #674630.
2011-02-24 Zoltan VargaOnly use memory barriers on arm when running on armv6...
2011-02-24 Marek Safar[674548] Fixes recursive crash in LookupExtensionMethod
2011-02-24 Marek SafarAllow blank character as separator for numeric mcs...
2011-02-24 Marek Safar[672969] Delay type parameter constrain import until...
2011-02-24 Marek SafarShow more details when crashing during members importing
2011-02-24 Atsushi EnoSimple InstanceContext.Extensions implementation by...
2011-02-24 Atsushi EnoDo not write empty items in Probe message.
2011-02-24 Atsushi EnoTo header rewrite only happens in Adhoc mode.
2011-02-24 Atsushi EnoPass Actor. use IsNullOrEmpty() instead of "!= String...
2011-02-24 Atsushi EnoAnother fix to not write null header. Add UniqueId...
2011-02-24 jonchamDon't build code analyst profiler by default.
2011-02-24 Jonathan PryorEnable UDP Sockets on MOBILE platforms.
2011-02-23 Marek SafarNew test.
2011-02-23 Marek Safar[674224] Type parameter constraint can resolve to neste...
2011-02-23 Marek SafarBetter error message when warnaserror is used
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...
next