Another .net 4 update
[mono.git] / mono / metadata /
2010-11-23 Rodrigo KumperaFix corlib testsuite crash.
2010-11-23 Rodrigo KumperaFix typo.
2010-11-23 Rodrigo KumperaFix some array overflow bugs
2010-11-23 Rodrigo KumperaCheck generic instantions for constraint violations.
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-22 Zoltan VargaFix a memory leak.
2010-11-22 Zoltan VargaAllocate memory for generic instances from the mempool...
2010-11-22 Rodrigo KumperaHandle cattr with arrays of System.Type.
2010-11-21 Zoltan VargaAllocate generic param constraint data from the image...
2010-11-21 Zoltan VargaFix some small memory leaks.
2010-11-20 Zoltan VargaAdd support for the processorArchitecture field in...
2010-11-19 Mark Probst[sgen] Implement evacuation for parallel mark.
2010-11-19 Atsushi EnoMerge branch 'myeisha-xml-fixes'
2010-11-19 Atsushi EnoMerge branch 'xml-fixes' of https://github.com/myeisha...
2010-11-18 Mark Probst[sgen] Use bit fields for the booleans in MSBlockInfo.
2010-11-18 Rodrigo KumperaHandle broken invalid generic instantiations.
2010-11-18 Rodrigo KumperaVerify the return value of called functions.
2010-11-18 jonchamUndefine AF_INET6 on windows to disable IPv6 for now.
2010-11-18 Gonzalo Paniagua... Updated remove_wsq.
2010-11-17 Gonzalo Paniagua... Fix typo.
2010-11-17 Gonzalo Paniagua... Wrong return value in mono_sem_timedwait()
2010-11-17 Rodrigo KumperaHandle method load failure.
2010-11-16 Rodrigo KumperaBetter handle of loading the interfaces of a type.
2010-11-16 Rodrigo KumperaHandle broken types in assignment test.
2010-11-16 Paolo MolaroGC/Profiler: added API to enumerate roots.
2010-11-16 Rodrigo KumperaDon't allow zero cattr type column.
2010-11-16 Rodrigo KumperaProperly encode GMD on a GTD.
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 a typo (DISABLE_SOCKET->DISABLE_SOCKETS).
2010-11-13 Zoltan VargaUse CloseHandle () for closing process handles if HOST_...
2010-11-12 Paolo MolaroGC: changed the heap walk API to also report the offset...
2010-11-12 Rodrigo KumperaHandle OOM under evacuation.
2010-11-11 Gonzalo Paniagua... Don't disable IPv6 if bulding with VS.
2010-11-11 Zoltan VargaDefine mono_gc_get_card_table () for boehm/null gc...
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 KumperaHandle OOM with string interning.
2010-11-10 Rodrigo KumperaHandle OOM with string interning.
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 Zoltan VargaAllocate MonoInternalThread/MonoThread objects using...
2010-11-10 Zoltan VargaFix a warning.
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 MolaroAdded profiler interface to track GC handles.
2010-11-09 Rodrigo KumperaFix banshee breakage with trunk.
2010-11-09 Zoltan VargaFix the DISABLE_REFLECTION_EMIT build. Fixes #652188.
2010-11-08 Rodrigo KumperaIL can't reference literal fields.
2010-11-08 Rodrigo KumperaDon't allow zero local var tokens.
2010-11-08 Rodrigo KumperaWork with classes been loaded.
2010-11-07 Mark ProbstMerge branch 'marksweep-evacuate'
2010-11-07 Mark Probst[sgen] Don't compile evacuation for parallel mark.
2010-11-07 Mark Probst[sgen] User-settable evacuation threshold.
2010-11-07 Mark Probst[sgen] Mark&Sweep evacuation.
2010-11-07 Mark Probst[sgen] Function for querying current collection generation.
2010-11-07 Mark Probst[sgen] Dump Mark&Sweep heap occupancy.
2010-11-07 Mark Probst[sgen] Flush the binary protocol file when protocol...
2010-11-05 Marek SafarMerge branch 'marek'
2010-11-05 Zoltan VargaFix DISABLE_REFLECTION_EMIT build.
2010-11-03 Rodrigo KumperaHandle incorrectly encoded types.
2010-11-03 Rodrigo KumperaDon't allow zero index token in signatures.
2010-11-03 Martin BauligAdd mono_register_symfile_for_assembly() for bundles.
2010-11-03 Rodrigo KumperaInit the right runtime version.
2010-11-03 Paolo MolaroIntroduced a GC heap walk API.
2010-11-03 Marek Habersack[runtime] System.Web.Extensions must not be remapped...
2010-11-01 Zoltan VargaFix the text of the Signatures size stat.
2010-11-01 Zoltan VargaAdd a stat for the memory occupied by MonoMethodSignatu...
2010-11-01 Zoltan VargaAdd a stat for the the memory occupied by MonoMethod...
2010-10-31 Zoltan VargaDisable inlining if the assembly has a DebuggableAttrib...
2010-10-31 Zoltan VargaCall mono_field_get_type () in one place to fix an...
2010-10-30 Zoltan VargaFix some copyright messages.
2010-10-29 Marek SafarMerge branch 'marek'
2010-10-29 Rodrigo KumperaHandle lazy field loading.
2010-10-29 Rodrigo KumperaMake GetGenericTypeDefinitionImpl not init the class.
2010-10-29 Rodrigo KumperaReplace an assert with a nicer check.
2010-10-29 Rodrigo KumperaFix vtable check that broke banshee compilation.
2010-10-28 Rodrigo KumperaBetter handle failure when loading types.
2010-10-28 Rodrigo KumperaKill some loader leaks.
2010-10-27 Geoff NortonFix the profiler thread start/end hooks for threadpool...
2010-10-27 Rodrigo KumperaOnly set lockTaken to TRUE if it did not timeout.
2010-10-27 Rodrigo KumperaDon't crash with bad signatures.
2010-10-27 Rodrigo KumperaMake MonoType::GetField lazier.
2010-10-27 Rodrigo KumperaChange a g_warning into a mono_trace call.
2010-10-27 Rodrigo KumperaLoad less stuff when resolving MethodInfo::Attributes.
2010-10-26 Rodrigo KumperaImplemenent v4 Monitor::TryEnter overloads.
2010-10-26 Rodrigo KumperaProperly encode field signatures created using gtds.
2010-10-26 Rodrigo KumperaAvoid initing the class for some array related methods...
2010-10-26 Rodrigo KumperaCasts must be to realizable types.
2010-10-25 Rodrigo KumperaRename create_methodspec to create_open_instance.
2010-10-25 Rodrigo KumperaEncode all gtd as open instantiations by default.
2010-10-23 Zoltan VargaExtract the default profiler into its own file.
next