mono.git
2011-02-08 Mark Probst[sgen] Make SGen compile with heavy statistics enabled.
2011-02-08 Miguel de IcazaAdd new test
2011-02-08 Miguel de IcazaFix Enum.HasValue, previous version crashed with negati...
2011-02-08 Miguel de IcazaUpdate docs
2011-02-08 Miguel de IcazaAdd prototype to .h file
2011-02-08 Lucas Meijerimplement mono_set_assemblies_path for platforms that...
2011-02-08 Rodrigo KumperaAvoid allocating memory for the handles.
2011-02-08 Rodrigo KumperaAvoid allocating memory.
2011-02-08 Marek Habersack[cross-compilation] Added some flexibility regarding...
2011-02-08 Marek Habersack[aot compiler] runtime_dep uses the correct path when...
2011-02-08 Marek SafarFix Mono.CSharp vs solution
2011-02-08 Marek SafarAllow both predefined and custom values for mcs -skd...
2011-02-08 Rodrigo KumperaFix reference queue under boehm.
2011-02-08 Hib ErisFix build-mingw32.sh for CROSS_PKG_CONFIG_DIR without...
2011-02-08 Hib ErisNo longer include glib binaries in build-mingw32.sh...
2011-02-08 Hib ErisLet build-mingw32.sh script also work on dist tarballs
2011-02-08 Marek SafarOptimize Enumerable::ToArray
2011-02-08 Hib ErisUse winternl.h instead of ddk (when available)
2011-02-08 Hib ErisRemove implementation details from public header io...
2011-02-08 Marek Safar[657099] Fix cloning of remapped blocks
2011-02-08 Atsushi EnoSimple content restriction was not validated when it...
2011-02-08 Rolf Bjarne... Moonlight build: we need to create the deps dir
2011-02-08 Marek SafarNew test.
2011-02-08 Marek SafarFix remapping of cloned block parent when already in...
2011-02-08 Marek SafarDisable vs hosting
2011-02-08 Atsushi EnoFor complexType simpleContent restriction, fill attribu...
2011-02-08 Atsushi EnoThere's a tricky namespace-mismatching deserialization...
2011-02-08 Zoltan VargaMake the 4.0 profile the default if no is given on...
2011-02-08 Rolf Bjarne... Moonlight build: use system tools to compile. This...
2011-02-08 Hib ErisDo not distribute eglib-config.h
2011-02-08 Hib ErisUse _vscprintf() for mingw-w64 compilers
2011-02-07 Marek Habersack[crypto] Added missing 4.0 algorithm names
2011-02-07 Hib ErisInclude config.h in mono-profiler-aot.c
2011-02-07 Zoltan VargaCast the result of MONO_CONTEXT_GET_SP () to an int...
2011-02-07 Zoltan VargaInclude sys/types.h for pid_t on mingw. Fixes #670076.
2011-02-07 Jonathan PobstMove variable declaration to top of function for msvc.
2011-02-07 Marek Safarmoonlight build fix
2011-02-07 Larry EwingPinvoke symbols according to the new moonlight naming...
2011-02-07 Rodrigo KumperaHandle patching with shared opt enabled.
2011-02-07 Zoltan VargaUse mono_method_get_vtable_slot () instead of accessing...
2011-02-07 Atsushi EnoOpen and close client/service runtime channels in chain...
2011-02-07 Atsushi Enohandle IsTerminating.
2011-02-06 Zoltan VargaFix a warning.
2011-02-06 Zoltan VargaRemove a duplicate call to mini_gc_init ().
2011-02-06 Zoltan VargaFix a warning/bug.
2011-02-06 Zoltan VargaReally fix the ia64 build.
2011-02-05 Zoltan VargaFix the ia64 build.
2011-02-05 Rodrigo KumperaAdd regression test to #666008
2011-02-05 Rodrigo KumperaFixes ldfnt to ldvtftn conversion.
2011-02-04 Zoltan VargaApplied small changes/reorganizations from the unity...
2011-02-04 Zoltan VargaPrint a normal stack trace even if a hard stack overflo...
2011-02-04 Atsushi EnoDuplex client has its own listener loop, so special...
2011-02-04 Atsushi EnoCallback contract should be distinguished from others...
2011-02-03 Zoltan VargaPrint a normal stack trace on a hard stack overflow.
2011-02-03 Zoltan VargaFix the handling of CompareExchange icalls in AOT,...
2011-02-03 Ankit Jain[webservices] Extensions can be unknown XmlElements...
2011-02-03 Zoltan VargaEnable system AOT on arm.
2011-02-03 Marek Habersack[xml] XmlReaderSettings.{DtdProcessing,MaxCharactersFro...
2011-02-03 Marek Habersack[asp.net] HttpRuntimeSection.RequestPathInvalidCharacte...
2011-02-03 Zoltan VargaDetect VFP support automatically on arm.
2011-02-03 Rodrigo KumperaAvoid calling time(NULL) when not needed.
2011-02-03 Rodrigo KumperaAvoid padding in some cases.
2011-02-03 Marek SafarFix importing of private types under dynamic context
2011-02-03 Zoltan VargaFix the passing of vtype arguments for methods which...
2011-02-03 Zoltan VargaFix a warning.
2011-02-03 Marek SafarAdd new test
2011-02-03 Marek SafarAllow any expression to be used in where clause. Some...
2011-02-03 Marek SafarRemoved unused files
2011-02-03 Marek SafarNew test
2011-02-03 Marek SafarDon't even try to import type when its context is wrong
2011-02-03 Marek SafarSet null object for default timer
2011-02-03 Marek SafarAdd method into type container as soon the header is...
2011-02-03 Marek SafarFix error message text
2011-02-03 Marek SafarNeed three valued bool logic for CLSAttribute value
2011-02-03 Marek Habersack[reflection] Default binder's AdjustArguments method...
2011-02-02 Zoltan VargaAdd support for --debug=casts to Array:SetValue ()...
2011-02-02 Rodrigo KumperaAvoid the loader lock in the common path.
2011-02-02 Rodrigo KumperaFix dynamic method cleanup at shutdown.
2011-02-02 Miguel de Icaza[csharp] Change the signature for print
2011-02-02 Marek SafarNew test
2011-02-02 Marek SafarBetter log details for CS0281
2011-02-02 Marek SafarImplement support for implicit user conversion for...
2011-02-02 Jérémie LavalSteal more agressively once we have found a potential...
2011-02-02 Jérémie LavalMove call to Set a bit higher to avoid calling them...
2011-02-02 Jérémie LavalAdjust some ThreadWorker constants
2011-02-02 Jérémie LavalDon't reset ThreadWorker event when it's not needed
2011-02-02 Jérémie LavalAvoid wrapping task body given as Action into Action...
2011-02-02 Atsushi EnoNow operations are collected per corresponding Contract...
2011-02-02 Zoltan VargaRebuild mscorlib/mcs AOT images if the runtime changes.
2011-02-02 Lucas Meijermake mono_print_thread_dump output to the visualstudio...
2011-02-02 Jérémie LavalAlso check directly Task.IsCompleted when we are waiting
2011-02-02 Jérémie LavalAvoid possible races in ManualResetEventSlim in case...
2011-02-02 Jérémie LavalCache ChildWorkAdder delegate object in ThreadWorker
2011-02-02 Jérémie LavalLazy creation of the continuation queue in Task
2011-02-02 Jérémie LavalInline read and write calls in CyclicDeque
2011-02-02 Jérémie LavalMake some CyclicDeque operation faster
2011-02-02 Ankit Jain[xbuild] Warn for unknown toolsVersion only on build.
2011-02-02 Marek SafarUpdate error tests
2011-02-02 Marek SafarUpdate mono.spec with new mcs.exe location
2011-02-02 Marek SafarCompile&Run runtime tests with 4.0 corlib
next