Fixed StringBuilder.Clear() to properly clear the cached string.
[mono.git] / mono /
2011-11-21 Jonathan Pryor[MonoDroid] Fix the libmono build.
2011-11-20 Zoltan VargaFlush the output file in mono_counters_dump ().
2011-11-20 Zoltan VargaFree debug info for dynamic methods by storing it in...
2011-11-20 Zoltan VargaAdd back an #ifdef removed by 440d85fdba17ea3b7165b312f...
2011-11-17 Zoltan VargaAdd an 'fd' field to WapiHandle_file, to make it easier...
2011-11-17 Zoltan VargaAdd an explicit initialization function to io-layer...
2011-11-17 Zoltan VargaRemove unused io layer daemon files.
2011-11-17 Zoltan VargaRework io-layer logging to use a single DEBUG macro...
2011-11-17 Zoltan VargaAdd a 'tests' target to precompile the tests in mono...
2011-11-17 Zoltan VargaAdd a allow_ctors argument to mono_class_get_methods_by...
2011-11-16 Jérémie LavalFix previous commit
2011-11-16 Jérémie Laval[MonoDroid] Query hardware CPU count for Environment...
2011-11-15 Rodrigo KumperaAdd JIT counters to the local set of counters we support.
2011-11-16 Zoltan VargaRevert "Add support for hardfp abi on ARM."
2011-11-11 Alan McGovern[io-layer] Use lstat as a fallback for stat in SetFileA...
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 Miguel de IcazaUpdate two days worth of copyrights, many more missing
2011-11-09 Zoltan VargaFix warnings on ARM.
2011-11-09 Zoltan VargaFix a bug introduced by 354778218590e906ea82154fff9ea96...
2011-11-09 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2011-11-09 Zoltan VargaAdd support for hardfp abi on ARM.
2011-11-08 Rolf Bjarne KvingeLog profiler: fix comment typo
2011-11-08 Neale FergusonMerge branch 'master' of ssh://github.com/mono/mono
2011-11-08 Zoltan VargaFix profiler build if boehm is disabled.
2011-11-07 Zoltan VargaEnable precise stack marking by default so it gets...
2011-11-07 Zoltan VargaDisable a test which depended on COMPILER_ACCESS.
2011-11-06 Zoltan VargaRemove a needless define.
2011-11-06 Zoltan VargaMake mono_arch_sigctx_to_monoctx and vice versa use...
2011-11-06 Zoltan VargaFix ARM cross compiling support.
2011-11-06 Zoltan VargaMake mono_arch_sigctx_to_monoctx and vice versa use...
2011-11-06 Zoltan VargaGet rid of MonoContext->sp on ARM, its already stored...
2011-11-06 Zoltan VargaClean up the arm MonoContext structure: use arm registe...
2011-11-06 Zoltan VargaFix a warning.
2011-11-06 alexrpDon't allow invoking methods that return by-ref types...
2011-11-06 Gonzalo Paniagua... Merge pull request #188 from damageboy/exposed-handle...
2011-11-05 Zoltan VargaReduce the size of AOT seq points on ARM after the...
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 Sebastien PouliotOSX and iOS does not support CLOCK_MONOTONIC so we...
2011-11-04 Zoltan VargaAvoid adding a ref in OpenProcess (), it is already...
2011-11-04 Zoltan VargaFix a crash if a profiler is not found. Fixes #1855.
2011-11-03 Zoltan VargaFix some warnings.
2011-11-03 Zoltan VargaFix a crash which happens when an inlined method ends...
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-11-01 Zoltan VargaDisable TLS on android-x86
2011-11-01 Zoltan VargaAdd sigcontext support for android-x86
2011-11-01 Zoltan VargaDelete unused link.h include
2011-10-31 Zoltan VargaFix a bug in the previous commit (290a4a10ab157). The...
2011-10-31 Jérémie LavalTiny fix for profiler.c compilation warning
2011-10-31 Zoltan VargaRework the breakpoint/single stepping code to get rid...
2011-10-28 Zoltan VargaAvoid duplicate successor entries in the seq point...
2011-10-28 Zoltan VargaFix an uninitialized memory error in the AOT runtime.
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 KvingeLog profiler: ensure the size we pass to getsockname...
2011-10-26 Rolf Bjarne KvingeLog profiler: flush file after writing to it.
2011-10-26 Rolf Bjarne KvingeLog profiler: add support for writing to an existing...
2011-10-26 Rolf Bjarne KvingeProfiler: add support embedded profilers whose entry...
2011-10-25 Zoltan VargaAdd filtering by type name to TypeLoad events
2011-10-25 Zoltan VargaAdd a GetTypes() method to VirtualMachine to search...
2011-10-25 Paolo MolaroUse gint64 to represent time in MonoStopwatch to preven...
2011-10-24 Rolf Bjarne KvingeWhen providing stack trace for a crash make sure we...
2011-10-23 Zoltan VargaFix a problem in the last banch of AOT optimizations
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-22 Zoltan VargaPrint timing information for debugger invokes.
2011-10-22 Zoltan VargaAdd a stopwatch structure/functions for runtime interna...
2011-10-21 Zoltan VargaAdd a GetTypesForSourceFile method to VirtualMachine...
2011-10-21 Zoltan VargaAdd a way to filter type load events by the source...
2011-10-21 Zoltan VargaSet tls->context.valid to FALSE if a thread is suspende...
2011-10-20 Zoltan VargaFix Thread.VolatileRead/Write for floats/doubles. Fixes...
2011-10-20 Marek SafarRun runtime tests with the latest tools available
2011-10-19 Marek SafarImplement System.Threading.Volatile
2011-10-19 Marek SafarFix VolatileRead(uint&), VolatileWrite(uint&,uint)...
2011-10-18 Rodrigo KumperaAllow null strings to be sent to sdb. They are encoded...
2011-10-18 Zoltan VargaBump sdb protocol version in the runtime.
2011-10-18 Zoltan VargaAdd TypeMirror.GetMethodsByName () method to speed...
2011-10-18 Rodrigo KumperaExtract mono_class_get_methods_by_name from ves_icall_T...
2011-10-16 Zoltan VargaFix a warning
2011-10-16 Neale FergusonMinor s390x fixes and update for memory barriers
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 Rolf Bjarne KvingeLog profiler: Don't include major collections in ondema...
2011-10-13 David EvansFix regression to System.Diagnostics.Process.PrivateMe...
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-11 Rodrigo KumperaEnsure proper ordering of hazard pointer reads.
2011-10-11 Zoltan VargaAvoid asserts in sdb if a single step operation is...
2011-10-11 Zoltan VargaImplement registration of new transports in the debugge...
2011-10-11 Zoltan VargaFix 055255aa5575b3eb6edb9a43fafbdabc76249bce. attr_klas...
next