mono.git
2011-03-08 Ankit Jain[xbuild] ConsoleLogger - parse params only on Initialize.
2011-03-08 Zoltan VargaUse ip as scratch reg when saving the LMF on arm, inste...
2011-03-08 Zoltan VargaRefactor the LMF save/restore code into separate functi...
2011-03-08 Zoltan VargaFix some warnings.
2011-03-08 Zoltan VargaGet rid of mono_allocate_stack_slots, since all callers...
2011-03-08 Atsushi EnoCouple of fixes around XmlSyndicationContent.GetReaderA...
2011-03-08 Marek SafarSimplify checking for few more special compiler types
2011-03-08 Marek SafarClean up predefined members caching
2011-03-08 Atsushi EnoRemove wrong buffer size check in XmlTextReader.ReadChrs().
2011-03-08 Atsushi EnoMake sure to call MoveToContent() to correctly determin...
2011-03-08 Atsushi EnoDateTimeOffset child elements have fixed namespace.
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-07 Sebastien PouliotBring missing types into Moonlight 4
2011-03-07 Andrew JorgensenFix up devel packages in spec file
2011-03-07 Zoltan VargaImplement some DynamicILInfo methods.
2011-03-07 Zoltan VargaFix the previous change.
2011-03-07 Zoltan VargaFix out-of-tree builds.
2011-03-07 Atsushi EnoEmpty element is valid here in silverlight secrity...
2011-03-07 Atsushi EnoXmlReader.ReadToNextSibling() saved wrong Depth and...
2011-03-07 Atsushi EnoForgot to add the actual new client proxy.
2011-03-07 Juho Vähä-Herttua2011-02-17 Juho Vähä-Herttua <juhovh@iki.fi>
2011-03-07 Zoltan VargaAvoid an assert when returning nullable null's from...
2011-03-07 Marek SafarClean up handling of few special runtime types
2011-03-07 Marek SafarClean up null-literal underlying type
2011-03-07 Atsushi EnoSet ProhibitDtd = false on uri-based Load(). Fixed...
2011-03-07 Atsushi EnoCouple of fixed to support new DateTimeOffset serializa...
2011-03-07 Jonathan Pryor[Mono.Options] Add option header support.
2011-03-07 Jonathan PryorFlush documentation.
2011-03-07 Jonathan PryorUpdate example output before running mdoc.
2011-03-07 Jonathan PryorDo not store binary files.
2011-03-07 Jonathan PryorDistribute Mono.Options examples source, input, output.
2011-03-07 Jonathan PryorRemove unnecessary file.
2011-03-07 Jonathan PryorAdd support for executing samples for documentation...
2011-03-07 Atsushi EnoForgot to add test xml files.
2011-03-07 Atsushi EnoFixed xsd derived simpleType cast failures on uint...
2011-03-07 Peter GerbrandtSupport for the same interface as service contract...
2011-03-07 Atsushi EnoReplace SRE-based client proxy generator with RealProxy.
2011-03-06 Zoltan VargaRefactor the LMF creation code into separate functions...
2011-03-06 Zoltan VargaDon't register emulation for CEE_ opcodes, its not...
2011-03-05 Zoltan VargaMove MonoContext defines to mono-context.h on arm.
2011-03-05 Zoltan VargaFix arm build.
2011-03-04 Rodrigo KumperaFix the win32 build
2011-03-04 Zoltan VargaSpeed up suspending when running under the loader lock.
2011-03-04 Zoltan VargaInstall a mono-sgen-gdb.py as well.
2011-03-04 Zoltan VargaLog all sdb log messages to the log file instead of...
2011-03-04 Marek SafarWiring of BuildinType
2011-03-04 Marek SafarUnify predefined type user operators calling
2011-03-04 Marek SafarWiring of BuildinType
2011-03-03 Ankit Jain[xbuild] LogExtensions.LogError - disambiguate.
2011-03-03 Geoff NortonWhen running in a linked environment, this file might...
2011-03-03 Ankit Jain[xbuild] Set @(CollectedBuildOutput) for projects build...
2011-03-03 Ankit Jain[xbuild] Add missing api for Target.
2011-03-03 Rodrigo KumperaChecking if a type is a reference must be gsharing...
2011-03-03 Ankit Jain[xbuild] Fix bug #676671. Raise AnyEvent .
2011-03-03 Ankit Jain[xbuild] Add hooks for extending .sln builds.
2011-03-03 Ankit Jain[xbuild] Update man page with info about FrameworkList.xml
2011-03-03 Ankit Jain[xbuild] Add support for wildcards in Import.
2011-03-03 Ankit Jain[xbuild] ImportedProject - remove unnecessary catch...
2011-03-03 Ankit Jain[xbuild] ImportCollections.TryGetImport and other fixes
2011-03-03 Ankit Jain[xbuild] Expression.ParseAs<T> - new method
2011-03-03 Ankit Jain[xbuild] DirectoryScanner.HasWildcard - new method
2011-03-03 Ankit Jain[xbuild] Log build errors and raise events even if...
2011-03-03 Rodrigo KumperaSwitch amd64 to use MonoContext
2011-03-03 Rodrigo KumperaUse MonoContext from utils/mono-context
2011-03-03 Rodrigo KumperaImplement MonoContext for amd64.
2011-03-03 Rodrigo KumperaCleanup the #ifdef mess.
2011-03-03 Rodrigo KumperaMake sure we scan all gregs on x86
2011-03-03 Zoltan VargaDisable testbundle for powerpc too.
2011-03-03 Marek SafarImplement accessibility check for protected members...
2011-03-03 Marek SafarImport base interfaces using full hierarchy to work...
2011-03-03 Marek SafarUpdate to the latest IKVM
2011-03-03 Zoltan VargaResurrect THREAD_DEBUG.
2011-03-03 Zoltan VargaChange an #ifdef DEBUG to THREAD_DEBUG(). Fixes #676615.
2011-03-03 Marek Safar[676476] Make UTF8 default encoding on all platforms
2011-03-03 Marek SafarSimplify constant expression by removing Resolve phase
2011-03-03 Marek SafarWiring of BuildinType
2011-03-02 Rodrigo KumperaFix linux build
2011-03-02 Rodrigo KumperaFix non x86 builds
2011-03-02 Rodrigo KumperaUse mono-context machinery for x86.
2011-03-02 Rodrigo KumperaUse new mono-context.h for x86.
2011-03-02 Rodrigo KumperaInitial implementation of mono-context.
2011-03-02 Rodrigo KumperaMove mgreg_t to utils.
2011-03-02 Rodrigo KumperaReset iid of unloaded generic interfaces correctly.
2011-03-02 Atsushi EnoRemove wrong overrides in RequestChannelBase in discovery.
2011-03-02 Marek SafarWhen checking protected access via qualifier ignore...
2011-03-02 Marek SafarWiring of BuildinType
2011-03-02 Marek SafarUse correct location for string literals
2011-03-02 Marek SafarWiring of BuildinType
2011-03-02 Marek SafarHandle System.Void using special member kind
2011-03-02 Marek SafarWiring of BuildinType
next