Add part3 of the Google GCI 2010 contributions
[mono.git] / mono / metadata /
2010-12-04 Zoltan VargaFix a warning.
2010-12-03 Rodrigo KumperaFix dynamic type string validation.
2010-12-03 Rodrigo KumperaHandle one more case we cmods can appear in odd places.
2010-12-03 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2010-12-03 Rodrigo KumperaFix validation of cmods in some odd places.
2010-12-03 Mark ProbstMerge branch 'concurrent-sweep'
2010-12-03 Mark Probst[sgen] Make concurrent sweep user-selectable.
2010-12-03 Mark Probst[sgen] Compute allowance when sweeping is finished.
2010-12-03 Mark Probst[sgen] Concurrent sweep.
2010-12-03 Zoltan VargaParse custom modifiers in mono_type_create_from_typespe...
2010-12-02 Mark Probst[sgen] Remove skip_size in sgen-scan-object.h.
2010-12-02 Mark Probst[sgen] Handle forwarding in mono_gc_scan_for_specific_r...
2010-12-02 Mark Probst[sgen] Zero freed blocks in fixed heap Mark&Sweep.
2010-12-01 Zoltan VargaMake sgen-los.c into a proper C module.
2010-12-01 Rodrigo KumperaFix thread attaching
2010-12-01 Zoltan VargaMove the DEBUG() macro to sgen-gc.h and resurrect debug...
2010-12-01 Zoltan VargaFix some warnings.
2010-12-01 Zoltan VargaHandle LOS objects in describe_ptr ().
2010-12-01 Rodrigo KumperaFix a few more cases of bad token verification.
2010-12-01 Rodrigo KumperaMarshal char taking Charset into account.
2010-11-30 Rodrigo KumperaAdd mono_gc_alloc_mature and use it for threads.
2010-11-30 Rodrigo KumperaFix a crash when signature decoding fails.
2010-11-30 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2010-11-30 Rodrigo KumperaFix token checking for dynamic methods.
2010-11-29 Rodrigo KumperaDon't allow zero index tokens on IL streams.
2010-11-29 Rodrigo KumperaRemove some junk I left by accident
2010-11-29 Rodrigo KumperaFix crasher in core clr security.
2010-11-29 Rodrigo KumperaDon't mono_class_init when creating a token.
2010-11-29 Rodrigo KumperaWIP
2010-11-29 Mark Probst[sgen] Recompute heap boundaries at each major collection.
2010-11-29 Paolo MolaroForgot old header file in profiler.c.
2010-11-29 Rodrigo KumperaFix a crash on MassTransit.
2010-11-29 Paolo MolaroProfiler: reomved the old builtin default profiler.
2010-11-27 Rodrigo KumperaRemove some culture caching dead code
2010-11-27 Rodrigo KumperaMove culture handling to Thread from InternalThread.
2010-11-27 Zoltan VargaThrow an exception if a custom attr cannot be decoded...
2010-11-26 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2010-11-26 Rodrigo KumperaHandle dynamic methods inside the verifier.
2010-11-26 Zoltan VargaFix the DISABLE_REFLECTION_EMIT build.
2010-11-26 Zoltan VargaFix crashes inside find_method_in_metadata (). Fixes...
2010-11-25 Rodrigo KumperaHandle abstract methods in Delegate::CreateDelegate.
2010-11-25 Zoltan VargaFix a bug introduced by the last change to mono_marshal...
2010-11-25 Rodrigo KumperaHandle invalid instantiation of generic methods.
2010-11-25 Rodrigo KumperaFix argument name on the exception
2010-11-25 Rodrigo KumperaStore the domain id of weak references.
2010-11-24 Rodrigo KumperaFix broken free call.
2010-11-24 Gonzalo Paniagua... [Sockets] Support Remote/LocalEndPoint for AF_UNIX
2010-11-24 Andreia Gaita[Moon] Speed up the moonlight build by stripping it...
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.
next