[Linker] properly read symbols
[mono.git] / mono /
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-24 Zoltan VargaMake some changes to the stack overflow handling code...
2010-11-24 Zoltan VargaDisable a test which exposes mcs bug #646744.
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-23 Zoltan VargaDisable a PS3 test, fix up the argument processing...
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 VargaFree the JIT tls data for the main thread.
2010-11-21 Zoltan VargaAllocate generic param constraint data from the image...
2010-11-21 Zoltan VargaUnref all handles on shutdown so their memory is freed.
2010-11-21 Zoltan VargaFix some small memory leaks.
2010-11-21 Zoltan VargaLink the iomap profiler against eglib. Fixes #627889.
2010-11-21 Zoltan VargaFix a warning.
2010-11-20 Zoltan VargaIncrease maximum size of ppc prolog. Fixes #654460.
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 Zoltan VargaFix the previous arm EH change.
2010-11-19 Zoltan VargaLoad dependent assemblies of an aot image from the...
2010-11-19 Atsushi EnoMerge branch 'myeisha-xml-fixes'
2010-11-19 Atsushi EnoMerge branch 'xml-fixes' of https://github.com/myeisha...
2010-11-19 Zoltan VargaSet the thumb bit in the CPSR when resuming from a...
2010-11-18 Zoltan VargaFix the thumb build.
2010-11-18 Gonzalo Paniagua... Hush cross-compilation warnings
2010-11-18 Zoltan VargaImprove tail call support on x86 too.
2010-11-18 Zoltan VargaFix an assert in single stepping if an IL offset doesn...
2010-11-18 Mark Probst[sgen] Use bit fields for the booleans in MSBlockInfo.
2010-11-18 Zoltan VargaFix infinite recursion in the CompareExchange aot code.
2010-11-18 Rodrigo KumperaHandle broken invalid generic instantiations.
2010-11-18 Rodrigo KumperaAdd regression test for #562324
2010-11-18 Rodrigo KumperaVerify the return value of called functions.
2010-11-18 Paolo MolaroProvide better coverage of jitted methods to the profiler.
2010-11-18 Paolo MolaroLog profiler: be more specific about unknown methods...
2010-11-18 Zoltan VargaPop the arguments to the throw trampoline from the...
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 Paolo MolaroLog profiler: implemented command server and ondemand...
2010-11-17 Rodrigo KumperaHandle method load failure.
2010-11-17 Paolo MolaroLog profiler: track GC time per thread so it's properly...
2010-11-16 Zoltan VargaBump the max size of the arm prolog to prevent overflows.
2010-11-16 Zoltan VargaRemove a debug printf.
2010-11-16 Zoltan VargaFail LLVM compilation when using sgen + OP_STOREV_MEMBA...
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 Zoltan VargaSpecial case Interlocked.CompareExchange<T> in the...
2010-11-16 Zoltan VargaImprove tail call support on amd64 to support more...
2010-11-16 Paolo MolaroLog profiler: collect root information during GC.
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 jonchamFix #ifdef to fix windows build.
2010-11-16 KISHIMOTO MakotoFix profiler build on freebsd.
2010-11-16 Rodrigo KumperaProperly encode GMD on a GTD.
2010-11-15 Zoltan VargaRemove an unneccesary assert which is hit when a double...
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-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 Paolo MolaroLog profiler: prevent possible corruption from writing...
2010-11-12 Zoltan VargaFix a ppc cross compile problem.
2010-11-11 Gonzalo Paniagua... Don't disable IPv6 if bulding with VS.
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 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 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 Zoltan VargaWhen single stepping from a exception throw site, singl...
2010-11-10 Zoltan VargaAllocate MonoInternalThread/MonoThread objects using...
2010-11-10 Zoltan VargaFix the --enable-shared=no build.
next