Merge pull request #1936 from esdrubal/DotNetRelativeOrAbsolute
[mono.git] / mono / metadata / marshal.c
2015-08-29 Marcos HenrichMerge pull request #1936 from esdrubal/DotNetRelativeOr...
2015-08-28 Martin BauligMerge pull request #2000 from BogdanovKirill/master
2015-08-28 Marcos HenrichMerge pull request #2003 from esdrubal/seq_test_fix2
2015-08-27 Jonathan PryorMerge pull request #1993 from steffen-kiess/posix-sockets-1
2015-08-27 Marcos HenrichMerge pull request #1991 from esdrubal/seq_test_fix
2015-08-25 Martin BauligMerge pull request #1992 from BogdanovKirill/ChunkedReading
2015-08-24 Rodrigo KumperaMerge pull request #1989 from esdrubal/local_tz_from_link
2015-08-20 Marek SafarMerge pull request #1990 from akoeplinger/fix-getsystem...
2015-08-19 Zoltan Varga[coop] Avoid doing polling in native-to-managed wrapper...
2015-08-17 João MatosMerge pull request #1967 from D-POWER/master
2015-08-17 Rodrigo KumperaMerge pull request #1870 from saper/langinfo_h
2015-08-14 Rodrigo Kumpera[coop] Add a workaround in mono_marshal_get_thunk_invok...
2015-08-11 Marcos HenrichMerge pull request #1952 from esdrubal/proc_name
2015-08-09 Zoltan Varga[runtime] Remove an unused functions.
2015-08-09 Zoltan Varga[runtime] Make synchronized methods use the Monitor...
2015-08-04 Ludovic HenryRevert "[runtime] Refactor AsyncResult creation with...
2015-08-03 Rodrigo KumperaMerge pull request #1912 from ludovic-henry/threadpool...
2015-08-03 Ludovic Henry[runtime] Refactor AsyncResult creation with MonoAsyncCall
2015-07-30 Rodrigo KumperaMerge pull request #1840 from ludovic-henry/iolayer...
2015-07-29 Rodrigo KumperaMerge pull request #1951 from akoeplinger/fix-monop
2015-07-29 Rodrigo Kumpera[runtime] Introduce mono_method_get_wrapper_cache to...
2015-07-28 Alexander Kyte[runtime] Remove mono_marshal_free_inflated_wrappers...
2015-07-28 Alexander Kyte[runtime] Move caches present in both MonoImage and...
2015-07-28 Alexander Kyte[runtime] Duplicate some more of the image caches in...
2015-07-28 Alexander Kyte[runtime] Move caches from Images to ImageSets if their...
2015-07-28 Rodrigo Kumpera[marsha] Use TRUE instead of 1 for setting a boolean...
2015-07-28 Alexander Kyte[runtime] Copy signature return type when copying MonoM...
2015-07-28 Zoltan Varga[runtime] Make the code more c++ clean by renaming...
2015-07-27 João MatosMerge pull request #1923 from lukaszunity/start-managed...
2015-07-27 Marcos HenrichMerge pull request #1909 from esdrubal/reflection
2015-07-24 Zoltan Varga[runtime] Avoid stack overflow when marshalling an...
2015-07-09 Jonathan PryorMerge pull request #1888 from joelmartinez/mdoc-flagsbug
2015-07-06 Marcos HenrichMerge pull request #1900 from esdrubal/cyclic-ref
2015-07-06 Marcos HenrichMerge pull request #1906 from esdrubal/xbuild-CopyLocal-fix
2015-07-02 Rodrigo KumperaMerge pull request #1907 from alexanderkyte/slow_aot_st...
2015-07-02 Marcos HenrichMerge pull request #1860 from saper/tz-fix
2015-07-01 Ludovic Henry[threadpool] Remove mono threadpool implementation
2015-05-21 Alex Rønne PetersenMerge pull request #1826 from alexanderkyte/remove_all_...
2015-05-18 Alex Rønne PetersenMerge pull request #1626 from iainx/add-coverage-to...
2015-05-17 Rodrigo KumperaMerge pull request #1809 from kumpera/double_loading_fix
2015-05-17 Zoltan Varga[runtime] Fix the DISABLE_JIT/DISABLE_REMOTING build.
2015-05-15 Alex Rønne PetersenMerge pull request #1801 from alexrp/profiler-allocs
2015-05-15 Rodrigo KumperaMerge pull request #1654 from alexanderkyte/xunit-fixes
2015-05-15 Alex Rønne PetersenMerge pull request #1656 from alexanderkyte/webservice_...
2015-05-14 Zoltan Varga[runtime] Fix the signature of native-func-aot wrappers...
2015-05-14 Alexander Kyte[runtime] Made mono_marshal_get_castclass_with_cache...
2015-05-13 Alexander Kyte[runtime] Do not cache isinstance for TransparentProxies
2015-05-12 Rodrigo KumperaMerge pull request #1668 from alexanderkyte/bug1856
2015-05-07 Alex Rønne PetersenMerge pull request #1777 from alexrp/sgen-separation
2015-05-07 Atsushi EnoMerge pull request #1773 from ztzg/sql-server-datetime2
2015-05-07 Atsushi EnoMerge pull request #1772 from ztzg/sql-server-variant
2015-05-07 Atsushi EnoMerge pull request #1771 from ztzg/sql-server-bulk...
2015-05-06 Rodrigo Kumpera[coop] Fix marshal code of reset-abort calls to use...
2015-05-06 Alex Rønne PetersenMerge pull request #1750 from alexrp/precise-ctx-static...
2015-05-06 Alex Rønne PetersenMerge pull request #1742 from alexrp/symbol-renaming
2015-05-06 Zoltan Varga[runtime] Fix support for callvirt delegates with a...
2015-05-05 Ludovic Henry[delegate] Replace multicast delegate implementation
2015-05-04 Marcos HenrichMerge pull request #1752 from esdrubal/strefactor
2015-05-01 Mark ProbstMerge pull request #1760 from evincarofautumn/object...
2015-05-01 Ludovic Henry[threadpool] Refactor begin/end invoke runtime support
2015-04-20 Marcos HenrichMerge pull request #1222 from LogosBible/uri-trycreate
2015-04-13 Marek SafarMerge pull request #1685 from esdrubal/touint64
2015-04-09 Alex Rønne PetersenMerge pull request #1695 from gregoryyoung/master
2015-04-07 Martin BauligMerge pull request #1661 from HellBrick/connection...
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-03 João MatosMerge pull request #1679 from knguyen0928/master
2015-04-03 Marcos HenrichMerge pull request #1678 from esdrubal/tzindst
2015-04-02 Zoltan VargaRevert "[runtime] Use mono_set_pending_exception (...
2015-04-02 João MatosMerge pull request #1672 from ninjarobot/patch-2
2015-04-01 Zoltan VargaMerge pull request #1674 from alexanderkyte/gdb_support
2015-04-01 Zoltan Varga[runtime] Use mono_set_pending_exception () in a few...
2015-04-01 João MatosMerge pull request #1673 from alexanderkyte/minor_cpp_fixes
2015-03-31 Zoltan Varga[runtime] Add more caches to mono_marshal_get_native_wr...
2015-03-30 Zoltan Varga[runtime] Fix the passing of arguments to the stringbui...
2015-03-29 Rodrigo Kumpera[threading] Make n2m and m2n wrappers coop suspend...
2015-03-27 Atsushi EnoMerge pull request #1662 from atsushieno/import-system...
2015-03-26 Zoltan VargaMerge pull request #1659 from alexanderkyte/stringbuild...
2015-03-25 Alexander Kyte[corlib] Fixed StringBuilder construction bugs in marsh...
2015-03-25 Marek SafarMerge pull request #1644 from ztone/eval_class_attr
2015-03-25 Alexander Kyte[corlib] Fixed wrongly changing capacities in stringbui...
2015-03-25 Zoltan Varga[runtime] Avoid returning null from Marshal.AllocCoTask...
2015-03-24 João MatosMerge pull request #1634 from StephenMcConnel/bug-28025
2015-03-24 João MatosMerge pull request #1652 from debuglevel/bugfix-crossco...
2015-03-24 Zoltan VargaMerge pull request #1588 from BrzVlad/feature-aot-wbarrier
2015-03-24 Marek SafarMerge pull request #1638 from esdrubal/servicepoint
2015-03-24 Zoltan VargaMerge pull request #1632 from alexanderkyte/bug24118
2015-03-23 Rodrigo KumperaMerge pull request #1631 from alexanderkyte/stringbuild...
2015-03-23 João MatosMerge pull request #1646 from myrup/master
2015-03-22 Zoltan Varga[runtime] Throw an exception on allocation failure...
2015-03-21 Jonathan PryorMerge pull request #1641 from joelmartinez/docs-monodoc...
2015-03-20 Zoltan VargaMerge pull request #1645 from myrup/master
2015-03-20 Zoltan Varga[runtime] Fix the isinst_with_cache wrapper on 64 bit...
2015-03-17 Zoltan VargaMerge pull request #1633 from BrzVlad/fix-w32-pinvoke
2015-03-16 Vlad Brezae[jit] Handle pointers for aot separately from CEE_MONO_...
2015-03-16 Alexander Kyte[Runtime] Altered the marshalling logic for StringBuild...
2015-03-15 Miguel de IcazaMerge pull request #1617 from keneanung/OdbcCommandExce...
2015-03-13 João MatosMerge pull request #1606 from alexanderkyte/debug-final...
2015-03-13 João MatosMerge pull request #1618 from alexanderkyte/remoting-fix
2015-03-11 Mark ProbstMerge pull request #1621 from schani/fix-warnings
next