Merge pull request #1726 from jaredpar/build-roslyn
[mono.git] / mono / metadata /
2015-04-22 João MatosMerge pull request #1726 from jaredpar/build-roslyn
2015-04-21 Rodrigo KumperaMerge pull request #1723 from madewokherd/winvista
2015-04-21 Rodrigo Kumpera[runtime] It's spring cleaning in MonoInternalThread...
2015-04-21 Rodrigo Kumpera[threading] Remove old suspend code now that all target...
2015-04-21 Rodrigo KumperaMerge pull request #1699 from ludovic-henry/threadpool...
2015-04-21 Alexander KöplingerMerge pull request #1721 from jaredpar/fix-attribute-gen
2015-04-21 Miguel de IcazaMerge pull request #1720 from blucz/master
2015-04-20 Rodrigo Kumpera[threading] Just skipping GC is not enough, we need...
2015-04-20 Miguel de Icaza[Socket] Add DualMode property and adjust to Mono seman...
2015-04-20 Ludovic Henry[threadpool-io] Fix epoll init
2015-04-20 Ludovic Henry[threadpool-io] Move epoll/kqueue/poll specific code...
2015-04-20 Ludovic Henry[threadpool-io] Move Mono(Socket)RuntimeWorkItem Execut...
2015-04-20 Marcos HenrichMerge pull request #1691 from esdrubal/exitevent
2015-04-20 Marcos HenrichMerge pull request #1222 from LogosBible/uri-trycreate
2015-04-20 Ludovic Henry[threadpool-io] Make updates non backend specific
2015-04-20 Ludovic Henry[threadpool-io] Do not wait on socket if there are...
2015-04-19 Zoltan Varga[runtime] Fix a regression in the socket code introduce...
2015-04-18 Zoltan Varga[runtime] Add a checked version of mono_class_from_name ().
2015-04-18 Zoltan VargaRevert "[runtime] Add a _checked version for mono_class...
2015-04-18 Zoltan Varga[runtime] Remove unused mono_metadata_parse_signature_f...
2015-04-18 Zoltan Varga[runtime] Add a _checked version for mono_class_from_na...
2015-04-17 Zoltan Varga[jit] Allow the storage of trampolines in the jit info...
2015-04-17 Rodrigo Kumpera[coop] Add missing coop checks for WFSO and WFMO.
2015-04-17 Rodrigo KumperaRevert "[threading] Move the safe pointing of WFSO...
2015-04-17 Rodrigo Kumpera[coop] get_addrinfo_family_hint could call into managed...
2015-04-17 Zoltan Varga[runtime] Fix the creation of multi-dimensional arrays...
2015-04-17 Ludovic Henry[threadpool-ms] Change boolean return type from gboolea...
2015-04-17 Ludovic Henry[threadpool-ms] Fix sgen runtime test crash
2015-04-17 Marek Safar[corlib] Versioning from reference sources
2015-04-17 João MatosMerge pull request #1716 from esdrubal/jsdeserialize
2015-04-16 Rodrigo KumperaMerge pull request #1715 from tritao/cpp_fixes
2015-04-16 João Matos[runtime] C++ compliance fixes.
2015-04-15 Mark Probst[sgen] Fix a concurrent mark bug.
2015-04-15 Marek Safar[corlib] Runtime attributes from reference sources
2015-04-15 Marek Safar[corlib] Return custom attributes in order they were...
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 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-13 Rodrigo Kumpera[threading] Let the GC skip monitor thread while it...
2015-04-13 Rodrigo Kumpera[threading] Make all locks use the new try blocking...
2015-04-13 Mark Probst[sgen] Fix a bug when waiting on a condition.
2015-04-13 Zoltan Varga[jit] Change MonoGenericParam.gshared_constraint to...
2015-04-13 Zoltan VargaFix the build.
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 Marek SafarMerge pull request #1685 from esdrubal/touint64
2015-04-10 Mark Probst[sgen] Fix a concurrent sweep bug.
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 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 Alex Rønne PetersenMerge pull request #1695 from gregoryyoung/master
2015-04-09 Marek Safar[corlib] GetGenericArguments from reference sources
2015-04-08 Zoltan VargaFix some warnings.
2015-04-08 Rodrigo Kumpera[runtime] Fix the file mmap api to correctly use the...
2015-04-08 Ludovic Henry[Socket] Move Socket fields out of Socket_2_1.cs to...
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 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-07 Rodrigo Kumpera[runtime] Update the offsets table for amd64.
2015-04-07 Zoltan Varga[runtime] Make some threadpool icalls non static to...
2015-04-07 João MatosMerge pull request #1684 from Garciat/fix-zlib-helper
2015-04-07 Zoltan VargaMerge pull request #1689 from alexrp/remove-cruft
2015-04-07 Zoltan VargaMerge pull request #1690 from nealef/master
2015-04-07 Martin BauligMerge pull request #1661 from HellBrick/connection...
2015-04-07 Neale Fergusondecimal-ms.c:
2015-04-07 Zoltan Varga[runtime] Fix the mobile build.
2015-04-07 Alex Rønne PetersenRemove old make-bundle stuff.
2015-04-07 Alex Rønne PetersenRemove outdated TODO files in the mono subdirectory.
2015-04-07 Zoltan VargaMerge pull request #1688 from alexanderkyte/handle_chan...
2015-04-07 Alexander KöplingerFix build broken by 4de22ecb2148f4faa3d2892c9835c0cf4b8...
2015-04-06 Rodrigo Kumpera[config] Move the complex.h check to autoconf instead...
2015-04-06 Rodrigo KumperaMerge pull request #1686 from akoeplinger/integrate...
2015-04-06 Zoltan Varga[runtime] Fix a double free when freeing some wrapper...
2015-04-06 Marcos HenrichMerge pull request #1624 from esdrubal/getprocesstimes
2015-04-06 Rodrigo KumperaMerge pull request #1665 from alexanderkyte/sgen-alloc...
2015-04-06 João MatosMerge pull request #1682 from Garciat/patch-1
2015-04-06 Alex Rønne PetersenMerge pull request #1683 from akoeplinger/fix-make...
next