Merge pull request #199 from slide/master
[mono.git] / mono / metadata /
2011-12-07 Gonzalo Paniagua... Merge pull request #194 from QuickJack/master
2011-12-05 Paolo MolaroAvoid assert and crash when allocating smaller large...
2011-12-05 Paolo MolaroFixed crash in sgen when a large array can't be allocated.
2011-12-02 Zoltan VargaOngoing MIPS work. Fix varargs, implement delegate...
2011-12-01 Paolo MolaroInitial sgen mips port.
2011-11-29 Paolo MolaroWin32 compilation fixes for sgen.
2011-11-26 Zoltan VargaSave the stack space used by arguments into MonoJitInfo...
2011-11-24 Miguel de IcazaUpdated with Xamarin copyrights
2011-11-23 Rodrigo KumperaCorrectly calculate the number of cards to be marked.
2011-11-23 Rodrigo KumperaSpeedup get_execution_context_addr.
2011-11-22 Zoltan VargaFix a crash introduced by 64d35e3940f7b0e1839c1906855c2...
2011-11-22 Rodrigo KumperaScan all ephemeron arrays during nursery collections.
2011-11-20 Zoltan VargaFree debug info for dynamic methods by storing it in...
2011-11-17 Zoltan VargaAdd an explicit initialization function to io-layer...
2011-11-17 Zoltan VargaAdd a allow_ctors argument to mono_class_get_methods_by...
2011-11-15 Rodrigo KumperaAdd JIT counters to the local set of counters we support.
2011-11-10 Rodrigo KumperaPrecise scanning crashes on OSX while compiling corlib...
2011-11-10 Rodrigo KumperaMark a tinny function inline.
2011-11-09 Rodrigo KumperaMinor cleanup of sgen allocation code.
2011-11-09 Rodrigo KumperaImplement lightweight nursery verification.
2011-11-09 Rodrigo KumperaCosmetic changes to the nursery allocator. Avoid a...
2011-11-09 Zoltan VargaFix a bug introduced by 354778218590e906ea82154fff9ea96...
2011-11-09 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2011-11-08 Neale FergusonMerge branch 'master' of ssh://github.com/mono/mono
2011-11-07 Zoltan VargaEnable precise stack marking by default so it gets...
2011-11-06 alexrpDon't allow invoking methods that return by-ref types...
2011-11-04 Zoltan VargaAdd a 'captured_traces' field to Exception, holding...
2011-11-04 Zoltan VargaFix another bug in mono_profiler_load ().
2011-11-04 Zoltan VargaFix a crash if a profiler is not found. Fixes #1855.
2011-11-03 Rodrigo KumperaImplement the icalls needed by the new mobile mmap...
2011-11-03 Marek SafarReoder 4.x supported_runtimes versions to load correct...
2011-11-02 alexrpFix call to mono_sgen_gc_unlock () in mono_gc_toggleref...
2011-10-31 Jérémie LavalTiny fix for profiler.c compilation warning
2011-10-28 Alex Rønne PetersenMerge pull request #186 from QuickJack/master
2011-10-26 Rodrigo KumperaImplement new toggleref machinery for sgen.
2011-10-26 Rodrigo KumperaExport a bunch of sgen functions for internal usage.
2011-10-26 Rolf Bjarne KvingeProfiler: add support embedded profilers whose entry...
2011-10-23 Miguel de IcazaPatch from Mario Kosmiskas for Bug 1460: add support...
2011-10-22 Gonzalo Paniagua... Merge pull request #185 from QuickJack/master
2011-10-20 Zoltan VargaFix Thread.VolatileRead/Write for floats/doubles. Fixes...
2011-10-19 Marek SafarImplement System.Threading.Volatile
2011-10-19 Marek SafarFix VolatileRead(uint&), VolatileWrite(uint&,uint)...
2011-10-18 Rodrigo KumperaExtract mono_class_get_methods_by_name from ves_icall_T...
2011-10-14 Zoltan VargaDisable the error checking for MONO_GC_PARAMS in boehm...
2011-10-14 Zoltan VargaFix a crash with precise stack marking and dying threads
2011-10-14 Zoltan VargaChange a g_warning to a DEBUG which can happen in norma...
2011-10-13 Zoltan VargaFix a warning plus a typo
2011-10-13 Zoltan VargaFix an assert in sgen when mono_gc_set_current_thread_a...
2011-10-13 Gonzalo Paniagua... Merge pull request #180 from QuickJack/master
2011-10-12 Zoltan VargaMove generic sharing definitions to mini.h, define...
2011-10-10 Mark Probst[sgen] Don't assert that we can't suspend a thread...
2011-10-09 Mark ProbstMerge branch 'sgen-windows'
2011-10-09 Mark Probst[sgen] Managed allocator and wbarrier for Win32 by...
2011-10-09 Mark Probst[sgen] Get the thread's domain via a callback, not...
2011-10-04 Zoltan VargaFix a warning
2011-10-04 Zoltan VargaAdd runtime support for the .NET Portable Libraries...
2011-10-04 Zoltan VargaFix MSVC build
2011-10-04 Mark ProbstMerge branch 'sgen-windows'
2011-10-04 Mark Probst[sgen] Small fixes.
2011-10-04 Mark Probst[sgen] Basic Win32 support.
2011-10-04 Mark Probst[sgen] Debug print fixes.
2011-10-04 Mark Probst[sgen] Simple abstraction for creating native threads.
2011-10-04 Mark Probst[sgen] Use our mutex abstraction instead of pthreads...
2011-10-04 Mark Probst[sgen] Use our TLS abstraction instead of pthreads...
2011-10-04 Paolo MolaroIntroduce a callback API to have notifications when...
2011-09-29 Gonzalo Paniagua... Merge pull request #167 from konrad-kruczynski/send_asy...
2011-09-29 Marek SafarSearch for .net 4.5 corlib in correct profile folder
2011-09-29 Zoltan VargaAvoid a crash if mono_debug_open_image_from_memory...
2011-09-26 Rodrigo KumperaSplit bridge processing in two steps.
2011-09-26 Rodrigo KumperaFix the interation of non tracking weak refs and epheme...
2011-09-26 Rodrigo KumperaFix a bunch of data races.
2011-09-26 Rodrigo KumperaFix enter/exit critical region visibility.
2011-09-25 Gonzalo Paniagua... Create the first tp thread right away.
2011-09-24 Mark Probst[sgen] If we couldn't evacuate the nursery after a...
2011-09-24 Mark Probst[sgen] Never directly pin objects on the M&S major...
2011-09-20 Miguel de IcazaFix my profiler loader.
2011-09-20 Zoltan VargaFix warnings.
2011-09-20 Zoltan VargaCall ensure_synch_cs_set () in thread_cleanup () too...
2011-09-13 Miguel de IcazaUpdate copyrights
2011-09-13 Rodrigo KumperaAvoid duplicates in the SSC xrefs.
2011-09-13 Rodrigo KumperaAdd logging to sgen-bridge. Log times and sizes.
2011-09-13 Tom HindleStore current threads Synchronization Context, if prese...
2011-09-07 Miguel de IcazaFallback: load profiler from the Mono default path...
2011-09-06 Zoltan VargaMerge pull request #169 from madewokherd/master
2011-09-06 Rodrigo KumperaImprove exception message.
2011-09-06 Rodrigo KumperaAdd sgen collection pause times to mono trace log.
2011-09-06 Gonzalo Paniagua... Display more debugging info when epoll fails
2011-09-06 Gonzalo Paniagua... Fallback to poll() if epoll_create() fails
2011-09-04 Zoltan VargaImprove the name of the proxy isinst wrappers.
2011-09-01 Rodrigo KumperaThe fin hashtable holds no value, so revert to tagging...
2011-09-01 Rodrigo KumperaHandle finalizable objects pointed by bridge objects...
2011-09-01 Rodrigo KumperaAdd new sgen-hash method that changes the value of...
2011-09-01 Marek SafarMerge pull request #168 from tomaszkubacki/master
2011-08-29 Zoltan VargaFix the taken==true argument check in the v4 monitor...
2011-08-28 Zoltan VargaAllow pointers to structures to be passed in pinvoke...
2011-08-19 Rodrigo KumperaFix variance test involving nullable types.
2011-08-19 Mark Probst[sgen] Pinning and remset statistics per class.
2011-08-19 Mark Probst[sgen] Optional equality function for the hash table.
2011-08-19 Mark Probst[sgen] Use GLib's hash func typedef instead of our...
2011-08-19 Rodrigo KumperaCorrectly calculate the size of the freed array buffer.
next