mono.git
2010-11-14 Zoltan VargaRemove the unused and incomplete CMake build scripts...
2010-11-13 Vincent PovirkConvert MONO_MARSHAL_CONV_LPSTR_STR to mono_string_to_u...
2010-11-13 Zoltan VargaFix the DISABLE_JIT build.
2010-11-13 Zoltan VargaFix the previous change.
2010-11-13 Zoltan VargaFix build breakage on platforms without execvp.
2010-11-13 Zoltan VargaFix a typo (DISABLE_SOCKET->DISABLE_SOCKETS).
2010-11-13 Zoltan VargaUse CloseHandle () for closing process handles if HOST_...
2010-11-13 Marek Habersack[asp.net] Cache + SessionInProcHandler memory usage...
2010-11-12 Andrew JorgensenAdd new profiler to mono-devel package
2010-11-12 Gonzalo Paniagua... make -jX should work in libgc/ now.
2010-11-12 Paolo MolaroLog profiler: removed the hsmode option, use heapshot...
2010-11-12 Paolo MolaroLog profiler: updated to the new heap walk API.
2010-11-12 Paolo MolaroGC: changed the heap walk API to also report the offset...
2010-11-12 Paolo MolaroLog profiler: use the output value as a filename when...
2010-11-12 Paolo MolaroLog profiler: allow overwriting data files and name...
2010-11-12 Rodrigo KumperaImprove tests.
2010-11-12 Rodrigo KumperaHandle OOM under evacuation.
2010-11-12 Andreia Gaita[Xml] duh, don't hide the stacktrace
2010-11-12 Marek SafarMove an assembly declaration handling into a new file
2010-11-12 Marek SafarAdd local version of constructor info constants
2010-11-12 Marek SafarRemove unused namespaces
2010-11-12 Andreia Gaita[Xml] Check if the underlying writer supports LookupPre...
2010-11-12 Jérémie LavalThrow an an exception when Break and Stop are used...
2010-11-12 Jérémie LavalSimplify Parallel.ForEach loop execution
2010-11-12 Jérémie LavalCleanup ForEach overloads in Parallel
2010-11-12 Jérémie LavalDirectory cleanup for System.Collections.Concurrent...
2010-11-12 Paolo MolaroLog profiler: prevent possible corruption from writing...
2010-11-12 Atsushi EnoReturn XamlLanguage.Items for dictionary and ContentPro...
2010-11-12 Atsushi EnoFix wrong attribute value string indexing.
2010-11-12 Atsushi EnoXamlSchemaContext.GetXamlType(XamlTypeName) now resolve...
2010-11-12 Marek SafarNew tests
2010-11-12 Atsushi EnoExtension types may have omitted "Extension" from XML...
2010-11-12 Marek SafarAdd MessageQueue::GetMessageEnumerator2
2010-11-12 Marek SafarCRLF->LF conversion
2010-11-12 Marek SafarFix QueuePathDialog signature
2010-11-12 Marek SafarShow more details for CS1061 eror
2010-11-12 Marek SafarInflate nested non-generic interfaces inside generic...
2010-11-12 Daniel J Sell[asp.net] Fix for bug #653192. making MasterPageFile...
2010-11-12 Atsushi EnoFix XamlMember comparison and get relevant tests working.
2010-11-12 Marek Safar[652390] Return type inference can inflate using type...
2010-11-12 Marek SafarNew tests.
2010-11-12 Atsushi EnoAdd support for MarkupExtension attribute in XamlXmlReader.
2010-11-12 Gonzalo Paniagua... Don't cache child nodes when security trimming is enabled.
2010-11-12 Atsushi EnoActually XamlXmlReader was already working for Property...
2010-11-12 Atsushi EnoAdd test for writing PropertyDefinition.
2010-11-12 Atsushi EnoAdd new ValueSerializerContext and use it everywhere...
2010-11-12 Zoltan VargaAvoid 'sgen not supported' warnings when no --with...
2010-11-12 Zoltan VargaRemove obsolete cygwin glib checks.
2010-11-12 Zoltan VargaFix the definition of G_BREAKPOINT on x86 when cross...
2010-11-12 Zoltan VargaFix a ppc cross compile problem.
2010-11-11 Zoltan VargaUse dolt for eglib too.
2010-11-11 Zoltan VargaPass -mno-cygwin to eglib's configure.
2010-11-11 Gonzalo Paniagua... Don't disable IPv6 if bulding with VS.
2010-11-11 Sebastien PouliotQuery SupportsCookieContainer ini Moonlight build
2010-11-11 Sebastien PouliotAdd internal SetCompatibilitySwitch to AppDomain
2010-11-11 Sebastien Pouliot[moon] Allow creating AES with the fully qualified...
2010-11-11 Jérémie LavalRefine precedent algorithm for Parallel.For index stealing.
2010-11-11 Jérémie LavalAdd a new lightweight stealing algorithm to Parallel.For
2010-11-11 Jérémie LavalIn Parallel.For, returns immediately if the initial...
2010-11-11 Jérémie LavalSmall logic fix in choosing step in Parallel.For
2010-11-11 Marek Safar[650850] Inflate all hoisted type parameter constraints
2010-11-11 Paolo MolaroAdded the mprof-report manpage.
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)
next