mono.git
2010-11-11 Paolo MolaroAdded a proper define for the external zlib and check...
2010-11-11 Paolo MolaroLog profiler: implemented the reverse reference feature...
2010-11-11 Zoltan VargaRemove one more compile-time dependency on sgen.
2010-11-11 Marek SafarSynchronize event add/remove using CAS
2010-11-11 Marek SafarUnwraped equality operators cannot use a user operator...
2010-11-11 Zoltan VargaDefine mono_gc_get_card_table () for boehm/null gc...
2010-11-11 Atsushi EnoXamlMember.TypeConverter should return correct converte...
2010-11-11 Atsushi EnoWhen collection instance returned null, do not try...
2010-11-11 Atsushi EnoRemove old code (overwrite).
2010-11-11 Atsushi EnoRemove extra copy lines.
2010-11-11 Atsushi EnoSplit XamlNode.cs to object-reader specific code and...
2010-11-11 Atsushi EnoFix readonly collection check (should use IsWritePublic).
2010-11-11 Atsushi Enoremoved xml output code (mostly harmless but could...
2010-11-11 Marek Habersack[corlib] Fix for bug #652807. Handle RegistryValueKind...
2010-11-10 Geoff Norton[OSX] Dont use nested functions to determine if we...
2010-11-10 Rodrigo KumperaMerge branch 'gc_oom'
2010-11-10 Rodrigo KumperaAssert if we OOM during major evacuation.
2010-11-10 Rodrigo KumperaHandle OOM on string intern icall.
2010-11-10 Rodrigo KumperaAdd test for string interning OOM.
2010-11-10 Rodrigo KumperaHandle OOM with string interning.
2010-11-10 Rodrigo KumperaHandle OOM with string interning.
2010-11-10 Rodrigo KumperaAdd tests for OOM handling.
2010-11-10 Rodrigo KumperaMake the parallel OOM handling code more resilient.
2010-11-10 Rodrigo KumperaImplement oom handling for MS.
2010-11-10 Rodrigo KumperaAdjust major collection heuristics for OOM scenarios.
2010-11-10 Rodrigo KumperaAdd heap size accounting.
2010-11-10 Rodrigo KumperaHandle failure on allocation functions.
2010-11-10 Rodrigo KumperaAdd max-heap-size parameter to MONO_GC_PARAMS
2010-11-10 Rodrigo KumperaAdd boehm support for max-heap-size.
2010-11-10 Rodrigo KumperaMove function from sgen to gc so boehm can use it too.
2010-11-10 Rodrigo KumperaHandle OOM better.
2010-11-10 Marek Habersack[wcf] .NET allows for service contract methods to be...
2010-11-10 Marek SafarNew test.
2010-11-10 Marek SafarImplement dynamic mutator over dynamic indexer
2010-11-10 Marek SafarMore tweaks for nullable binary operation
2010-11-10 Marek SafarFalse user-operator has priority over logical not user...
2010-11-10 Zoltan VargaWhen single stepping from a exception throw site, singl...
2010-11-10 Andrew JorgensenRemove compat-4.0 dir (nothing there anymore)
2010-11-10 Jérémie LavalSimplify Parallel.For execution.
2010-11-10 Zoltan VargaAllocate MonoInternalThread/MonoThread objects using...
2010-11-10 Jérémie LavalFinal performance improvement on ReaderWriterLockSlim
2010-11-10 Zoltan VargaFix the --enable-shared=no build.
2010-11-10 Zoltan VargaFix a warning.
2010-11-10 Paolo MolaroLog profiler: fixed timeout heapshot mode and sorted...
2010-11-10 Paolo MolaroLog profiler: track thread names with the new profiler...
2010-11-10 Paolo MolaroSet the name of some runtime threads.
2010-11-10 Paolo MolaroProfiler: added new API for notification of thread...
2010-11-10 Paolo MolaroLog profiler: added support for GC handles tracking.
2010-11-10 Paolo MolaroAdded profiler interface to track GC handles.
2010-11-10 Marek SafarReorder logic in DMO type conversion
2010-11-10 Marek SafarFixes a logic error in filtering out operators like...
2010-11-10 Marek SafarDon't crash on liften null left/right shift
2010-11-10 Marek SafarLogical binary operarions with dynamic arguments have...
2010-11-10 Zoltan VargaAdd an AOT flag for aot images compiled with soft-debug...
2010-11-10 Ankit Jain[xbuild] Emit /platform: for *mcs
2010-11-10 Geoff Norton[OSX] Prevent an invalid write to mono_lmf_addr
2010-11-10 Geoff Norton[OSX] Disabled eglib tests build by default
2010-11-10 Alex FortAdd support for the CancelKeyPress event on Windows
2010-11-09 Rodrigo KumperaAdd test for transitive constraint validation.
2010-11-09 Rodrigo KumperaFix banshee breakage with trunk.
2010-11-09 Zoltan VargaFix the previous change.
2010-11-09 Zoltan VargaSpeed up Thread.ManagedThreadId.
2010-11-09 Andreia Gaita[Xml] Only call Close on the base Writer if it hasn...
2010-11-09 Atsushi EnoAdd and/or altered a bunch of XamlXmlReader tests based...
2010-11-09 Rodrigo KumperaFix handling of LastIndexOf and empty strings.
2010-11-09 Jérémie LavalRemove CurrentLockState in ReaderWriterLockSlim and...
2010-11-09 Jérémie LavalUse ulong to represent element hashes internally allowi...
2010-11-09 Jérémie LavalSmall condition fix in ReaderWriterLockSlim, avoid...
2010-11-09 Marek Habersack[wcf] AJAX GET requests work now.
2010-11-09 Marek SafarImport declaring type base type when walking up the...
2010-11-09 Atsushi EnoMaking XamlObjectReader tests for common basis to XamlX...
2010-11-09 Paolo MolaroLog profiler: osx/win32 portability fixes.
2010-11-09 Zoltan VargaAdd a workaround for a failed assert in the amd64 EH...
2010-11-09 Zoltan VargaFix the DISABLE_REFLECTION_EMIT build. Fixes #652188.
2010-11-09 Zoltan VargaTidy up the configure output a bit.
2010-11-09 Zoltan VargaFix a warning.
2010-11-09 Atsushi EnoFix generic XamlTypeName output and GetType() to get...
2010-11-09 Marek Habersack[asp.net] Don't instantiate the hash algorithm used...
2010-11-09 Marek Habersack[asp.net] Optimize buffer reuse in HttpWriter.
2010-11-09 Marek Habersack[asp.net] A micro-optimization to not call String.Forma...
2010-11-08 Paolo MolaroLog profiler: disable zlib support on windows.
2010-11-08 Zoltan VargaRevert "Avoid building the log profiler on windows...
2010-11-08 Zoltan VargaAvoid building the log profiler on windows, it has...
2010-11-08 Rodrigo KumperaAdd regression test for ##595044
2010-11-08 Rodrigo KumperaIL can't reference literal fields.
2010-11-08 Marek SafarAPI compatibility work
2010-11-08 Marek SafarEmit correctly EndInvoke parameters attributes and...
2010-11-08 Marek SafarFixed ambiguity for overload resolution between params...
2010-11-08 Marek SafarClean up event expression assigning error reporting
2010-11-08 Marek SafarNew test
2010-11-08 Marek Safar[651547] Check definitely assigned struct this access...
2010-11-08 Marek SafarRemoved platform attributes
2010-11-08 Marek SafarReport error duplicate only when expected error has...
2010-11-08 Marek SafarAdd missing default ctor call
2010-11-08 Zoltan VargaFix a typo in process_breakpoint_inner which doesn...
2010-11-08 Paolo MolaroLog profiler: better object tracking.
2010-11-08 Paolo MolaroLog profiler: more timer compatibility fixes.
2010-11-08 Paolo MolaroLog profiler: track and display contended monitor wait...
2010-11-08 Paolo MolaroLog profiler: fill and display a few more data fields...
2010-11-08 Paolo MolaroMore log profiler doc clarifications.
next