Merge pull request #199 from slide/master
[mono.git] / mono /
2011-12-07 Ankit JainMerge pull request #199 from slide/master
2011-12-07 Paolo MolaroFix overflow in the win32 monotonic time (xambug #183).
2011-12-07 Zoltan VargaAdd GetInterfaces () and GetInterfaceMap () methods...
2011-12-07 Zoltan VargaAdd a MONO_SDB_ENV_OPTIONS env variable to allow passin...
2011-12-07 Gonzalo Paniagua... Merge pull request #194 from QuickJack/master
2011-12-06 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2011-12-06 Zoltan VargaImplement generic sharing on MIPS.
2011-12-06 Paolo MolaroFixed path for ilasm.
2011-12-05 Zoltan VargaFix the build on platforms without generic sharing.
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-05 Zoltan VargaGet rid of MONO_ARCH_HAVE_STATIC_RGCTX_TRAMPOLINE,...
2011-12-05 Zoltan VargaFix infinite recursion introduced by the previous patch.
2011-12-05 Zoltan VargaAOT the cctor of generic classes which are referenced...
2011-12-04 Marek SafarMerge pull request #197 from ch5oh/master
2011-12-04 Zoltan VargaImplement frame pointer elimination on MIPS.
2011-12-04 Zoltan VargaOnly save a subset of registers in the LMF on MIPS.
2011-12-04 Zoltan VargaFinish sdb support on MIPS. Fix resume_context () to...
2011-12-02 Zoltan VargaOngoing MIPS work. Fix varargs, implement delegate...
2011-12-02 Zoltan VargaOngoing MIPS work. Fix mips_load () to be patchable...
2011-12-02 Zoltan VargaChange calling convention info on MIPS to use the same...
2011-12-02 Zoltan VargaAdd configure checks for arm hardfp abi, not supported...
2011-12-02 Zoltan VargaImplement mono_arch_setup_resume_sighandler_ctx ()...
2011-12-02 Zoltan VargaAdd a Length property and a GetChars () method to Strin...
2011-12-01 Neale FergusonAdd change to mono_arch_skip_breakpoint as for other...
2011-12-01 Paolo MolaroInitial sgen mips port.
2011-12-01 Marek SafarMerge pull request #193 from ch5oh/master
2011-12-01 Zoltan VargaImplement sdb+aot support for amd64 for completeness.
2011-12-01 Zoltan VargaEmit line number table in the sdb debug log.
2011-11-30 Zoltan VargaFix some gshared+aot problems in sdb. Fixes the crash...
2011-11-29 Paolo MolaroWin32 compilation fixes for sgen.
2011-11-28 Zoltan VargaDisable an assert in mini-gc.c which can be hit. Fixes...
2011-11-28 Zoltan VargaUse dwarf unwind info on MIPS.
2011-11-27 Zoltan VargaOngoing MIPS work. Fix more endianness issues. Fix...
2011-11-26 Zoltan VargaFix warnings on MIPS.
2011-11-26 Zoltan VargaInitial soft debugger support for MIPS.
2011-11-26 Zoltan VargaAdd a heuristic to insert_breakpoint () to avoid 'Unabl...
2011-11-26 Zoltan VargaSave the stack space used by arguments into MonoJitInfo...
2011-11-24 Zoltan VargaAdd an assert () to thread_suspend_func ().
2011-11-24 Zoltan VargaFix some endianess problems on mips.
2011-11-24 Miguel de IcazaUpdated with Xamarin copyrights
2011-11-24 Miguel de IcazaUpdated with Xamarin copyrights
2011-11-24 Miguel de IcazaUpdated with Xamarin copyrights
2011-11-24 Miguel de IcazaUpdated with Xamarin copyrights
2011-11-24 Zoltan VargaAlways free _WapiFileShare entries using _wapi_free_sha...
2011-11-23 Rodrigo KumperaCorrectly calculate the number of cards to be marked.
2011-11-23 Rodrigo KumperaSpeedup get_execution_context_addr.
2011-11-23 Rodrigo KumperaFix a theoretical deadlock found by valgrind. It was...
2011-11-22 Zoltan VargaFix a crash introduced by 64d35e3940f7b0e1839c1906855c2...
2011-11-22 Rodrigo KumperaScan all ephemeron arrays during nursery collections.
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...
next