Merge pull request #1693 from Garciat/fix-assembly-get-satellite
[mono.git] / mono /
2015-04-15 Marek SafarMerge pull request #1693 from Garciat/fix-assembly...
2015-04-15 Miguel de IcazaMerge pull request #1713 from joelmartinez/docs-monodoc...
2015-04-15 Atsushi EnoMerge pull request #1709 from atsushieno/import-codedom...
2015-04-14 Mark Probst[sgen] Free mod-union tables for LOS objects.
2015-04-14 Mark Probst[sgen] Use mod-union to add remsets from concurrent...
2015-04-14 Mark Probst[sgen] Separate concurrent M&S object operations into...
2015-04-14 Mark Probst[sgen] Use enum instead of two bools in `major_copy_or_...
2015-04-14 Mark Probst[sgen] Get rid of redundant argument to `major_copy_or_...
2015-04-14 Mark Probst[sgen] Get rid of global `current_object_ops`.
2015-04-14 Mark Probst[sgen] Make scan context have a pointer to object opera...
2015-04-14 Mark Probst[sgen] Replace `sgen_get_current_object_ops()` by passi...
2015-04-14 Zoltan Varga[jit] Fix an unpatched jump in the monitor exit trampol...
2015-04-14 Zoltan Varga[jit] No need to check for info!=NULL in the trampoline...
2015-04-14 Mark Probst[sgen] Fix a race condition in the new worker/threadpoo...
2015-04-14 Rodrigo Kumpera[threading] Move the safe pointing of WFSO and WFMO...
2015-04-14 Rodrigo Kumpera[threading] Handle more non-trivial locks.
2015-04-14 Rodrigo Kumpera[threading] Wrap the threads lock with cooperative...
2015-04-14 Ludovic Henry[threadpool] Make GC skip worker and monitor threads...
2015-04-14 João MatosMerge pull request #1711 from jldgit/jldgit-gdb-script
2015-04-14 Rodrigo KumperaMerge pull request #1710 from alexanderkyte/always_use_imt
2015-04-14 Alexander Kyte[runtime] Further removed code that doubted IMT
2015-04-14 Zoltan Varga[jit] Print out IL clause offsets in verbose mode.
2015-04-14 Zoltan Varga[jit] Fix the support for filter clauses by avoiding...
2015-04-14 Zoltan Varga[runtime] Fix freeing invalid memory in CreateProcess...
2015-04-14 Zoltan Varga[jit] Fix the detection of the Selector.GetHandle intri...
2015-04-14 Zoltan Varga[aot] Avoid saving MonoJitExceptionInfo->exvar_offset...
2015-04-14 Zoltan Varga[jit] Remove some dead code from get_shared_class ().
2015-04-14 Zoltan Varga[jit] Get rid of the MONO_ARCH_HAVE_OP_GET_EX_OBJ defin...
2015-04-14 Zoltan Varga[jit] Enable passing the exception object in a register...
2015-04-14 Zoltan VargaFix a warning.
2015-04-14 Zoltan Varga[jit] Enable passing the exception object in a register...
2015-04-14 Zoltan Varga[jit] Implement support for passing in the exception...
2015-04-13 Mark Probst[runtime] Spurious wake-ups are not a FIXME.
2015-04-13 Rodrigo Kumpera[threading] Let the GC skip monitor thread while it...
2015-04-13 Rodrigo Kumpera[threading] The common trampoline must reset the blocki...
2015-04-13 Rodrigo Kumpera[threading] Make all locks use the new try blocking...
2015-04-13 Rodrigo Kumpera[threading] Introduce the notion of try block to be...
2015-04-13 Mark Probst[sgen] Fix a bug when waiting on a condition.
2015-04-13 Zoltan Varga[jit] Enable support for partial sharing for generic...
2015-04-13 Zoltan Varga[jit] Change MonoGenericParam.gshared_constraint to...
2015-04-13 Zoltan VargaFix the build.
2015-04-13 Zoltan Varga[runtime] Add a utility target to patch libtool to...
2015-04-13 Zoltan VargaMerge pull request #1708 from alexanderkyte/always_use_imt
2015-04-13 Alexander Kyte[runtime] As mono_use_imt is always true, remove dead...
2015-04-13 João MatosMerge pull request #1704 from Therzok/master
2015-04-13 Marek SafarMerge pull request #1685 from esdrubal/touint64
2015-04-13 Zoltan VargaRevert "[jit] Avoid generating remoting invoke wrappers...
2015-04-13 Zoltan Varga[jit] Implement support for constrained calls in partia...
2015-04-12 Zoltan VargaMerge pull request #1703 from Garciat/ignore-systemdata-gen
2015-04-12 Zoltan Varga[aot] Save/restore the names of the gshared generic...
2015-04-12 Zoltan Varga[jit] Avoid generating remoting invoke wrappers for...
2015-04-12 Zoltan VargaFix a warning.
2015-04-11 Zoltan VargaMerge pull request #1705 from akoeplinger/fix-win-build
2015-04-11 Zoltan Varga[jit] Add support for computing the size of the branch...
2015-04-11 Zoltan Varga[arm64] Increase the amount of memory used to bind...
2015-04-10 Mark Probst[sgen] Fix a concurrent sweep bug.
2015-04-10 Zoltan Varga[aot] Avoid duplicate plt symbols for plt entries for...
2015-04-10 Mark Probst[sgen] Fix `describe_ptr()` and make it print namespace...
2015-04-09 Mark ProbstMerge branch 'feature-concurrent-sweep'
2015-04-09 Rodrigo KumperaMerge pull request #1698 from ludovic-henry/socket...
2015-04-09 Ludovic Henry[threadpool-io] Fix android build
2015-04-09 Zoltan Varga[jit] Use the same dwarf<->hw register mapping on x86...
2015-04-09 Zoltan Varga[sdb] Make a log message less verbose.
2015-04-09 Zoltan Varga[sdb] Transition from step over to step into when contr...
2015-04-09 Marek Safar[corlib] Buffer from reference sources
2015-04-09 Ludovic Henry[runtime] Remove system from mono_defaults.system as...
2015-04-09 Ludovic Henry[Socket] Move IOControl related methods to their region
2015-04-09 Ludovic Henry[Socket] Move SendFile related methods to their region
2015-04-09 Ludovic Henry[Socket] Move ReceiveFrom related methods to their...
2015-04-09 João Matos[mini] Fixed ifdef warning.
2015-04-09 Alex Rønne PetersenMerge pull request #1695 from gregoryyoung/master
2015-04-09 Marek Safar[corlib] GetGenericArguments from reference sources
2015-04-09 Zoltan Varga[jit] Rename gen_seq_points_debug_data to gen_sdb_seq_p...
2015-04-09 Zoltan Varga[jit] Correctly disable seq points in wrapper on android.
2015-04-08 Neale FergusonCorrect lengths of move_i4_to_f and move_f_to_i4
2015-04-08 Mark Probst[aot] Exit with an error message if there's no managed...
2015-04-08 Zoltan VargaFix some warnings.
2015-04-08 Rodrigo Kumpera[jit] Fix the usage of host/target defines for amd64...
2015-04-08 Rodrigo Kumpera[runtime] Fix the file mmap api to correctly use the...
2015-04-08 Zoltan Varga[runtime] Include sys/time.h to get struct timeval...
2015-04-08 Ludovic Henry[Socket] Move Socket fields out of Socket_2_1.cs to...
2015-04-08 João Matos[mini] Fixed stack unwinding / DWARF register numbers...
2015-04-08 Ludovic Henry[Socket] Move SocketAsyncCall out of Socket_2_1.cs...
2015-04-08 Ludovic Henry[Socket] Move Worker out of Socket_2_1.cs to SocketAsyn...
2015-04-08 Alexander KöplingerFix "make dist"
2015-04-08 Alex Rønne Petersen[metadata] Remove old monosn.c (we have a managed sn...
2015-04-08 Marek Safar[corlib] TypeLoadException from reference sources
2015-04-08 Zoltan Varga[aot] Enable partial sharing when using full aot.
2015-04-08 Zoltan Varga[aot] Fix overflows when printing stats.
2015-04-08 Zoltan Varga[llvm] Remove an arm restriction, its no longer needed.
2015-04-07 Zoltan Varga[llvm] Fix the previous change.
2015-04-07 Zoltan Varga[llvm] Avoid generating invalid llvm il for volatile...
2015-04-07 Rodrigo Kumpera[runtime] Update the offsets table for amd64.
2015-04-07 Zoltan Varga[jit] Disable deadce in the liveness2 pass as well...
2015-04-07 Rodrigo Kumpera[utils] Use open instead of fopen on unix targets.
2015-04-07 Rodrigo Kumperaportability fixes.
2015-04-07 Zoltan Varga[runtime] Make some threadpool icalls non static to...
2015-04-07 Rodrigo Kumpera[jit] Make mono_thread_state_init_from_sigctx work...
2015-04-07 Alex Rønne Petersen[mini] Support MONO_PROFILER_CODE_BUFFER_EXCEPTION_HAND...
2015-04-07 Alex Rønne Petersen[mini] Support MONO_PROFILER_CODE_BUFFER_EXCEPTION_HAND...
next