Merge pull request #4845 from lambdageek/dev-coop-delegates
[mono.git] / mono / metadata /
2017-05-24 Aleksey Kliger ... Merge pull request #4845 from lambdageek/dev-coop-delegates
2017-05-24 Zoltan Varga[runtime] Implement interior handles as a special case...
2017-05-24 Zoltan Varga[runtime] Convert a g_warning to a type load failure...
2017-05-23 Zoltan Varga[runtime] Add specialized versions of mono_icall_handle...
2017-05-23 Zoltan VargaFix full aot (#4919)
2017-05-23 Aleksey Kliger[runtime] Use coop handles for System.Delegate.AllocDel...
2017-05-23 Aleksey Kliger[marshal] Use coop handles for System.Delegate.GetVirtu...
2017-05-23 Aleksey Kliger[marshal] Use coop handles in mono_delegate_to_ftnptr
2017-05-23 Aleksey Kliger[runtime] Remove temporary fcn mono_delegate_ctor_with_...
2017-05-23 Aleksey Kliger[marshal] Change mono_delegate_ctor to use coop handles
2017-05-23 Aleksey Kliger[marshal] Use handles in mono_ftnptr_to_delegate
2017-05-23 Aleksey Kliger[runtime] Use coop handles in mono_delegate_ctor_with_m...
2017-05-23 Aleksey Kliger[marshal] Use coop handles for OffsetOf, SizeOf, Prelin...
2017-05-23 Zoltan Varga[runtime] Add a fastpath to mono_object_isinst_icall...
2017-05-18 Katelyn GaddFixes for bug#54388 "InternalsVisibleTo is case sensiti...
2017-05-18 Marek SafarAdds System.Net.Http 4.3.2 to blacklist
2017-05-17 Zoltan Varga[runtime] Make RuntimeHelpers:SufficientExecutionStack...
2017-05-17 Aleksey Kliger[coop handles] Add mechanism to track handle leaks
2017-05-17 David Naylorw32handle: double the available slots (#4856)
2017-05-16 Niklas TherningMerge pull request #4877 from ntherning/fix-file-handle...
2017-05-16 Niklas TherningFixes a file handle leak in mono_mmap_open_file() on...
2017-05-16 Ludovic Henry[threadpool] Fix alignment of ThreadPoolWorkerCounter...
2017-05-16 Vlad BrezaeMerge pull request #4752 from BrzVlad/feature-dynamic-nrs
2017-05-15 Zoltan Varga[runtime] Remove ia64 backend, the Itanium architecture...
2017-05-15 Rodrigo KumperaMerge pull request #4851 from kumpera/handle_eloop_errno
2017-05-15 Aleksey Kliger[sre] Don't leak coop handles in mono_dynimage_encode_t...
2017-05-15 Jonathan ChambersUse handle macros to avoid leaking result of mono_type_...
2017-05-15 Bernhard Urban[image] follow up fix for 62bc1b229ee0501b706f3ea395241...
2017-05-15 Vlad Brezae[sgen] Kill USER_CONFIG
2017-05-13 Marek Safar[runtime] Remove System.ValueTuple from denied assembli...
2017-05-12 Rodrigo Kumpera[metadata] Handle ELOOP in mono_w32error_unix_to_win32.
2017-05-12 Vlad BrezaeMerge pull request #4828 from BrzVlad/fix-windows-ci
2017-05-12 vkargovMerge pull request #4327 from vkargov/vk-abcremedy
2017-05-11 Aleksey Kliger ... Merge pull request #4796 from lambdageek/dev-handles...
2017-05-10 Vlad Brezae[runtime] Don't consume exception if not allowed to
2017-05-10 Vlad BrezaeMerge pull request #4816 from BrzVlad/fix-remoting...
2017-05-10 Rodrigo KumperaMerge pull request #4818 from kumpera/unaligned-cleanup-2
2017-05-10 Aleksey Kliger[security] Use coop handles for ves_icall_System_Securi...
2017-05-10 Aleksey Kliger[security] Use coop handles for ves_icall_System_Securi...
2017-05-10 Aleksey Kliger[security] Use coop handles for ves_icall_System_Securi...
2017-05-10 Aleksey Kliger[runtime] Use coop handles for System.RuntimeMethodHand...
2017-05-10 Aleksey Kliger[sre] Use coop handles for ModuleBuilder.set_wrappers_type
2017-05-10 Aleksey Kliger[sre] Use coop handles for ModuleBuilder.GetRegisteredToken
2017-05-10 Aleksey Kliger[runtime] Use coop handles for System.Environment.inter...
2017-05-10 Aleksey Kliger[locales] Use coop handles for System.Text.Normalizatio...
2017-05-10 Aleksey Kliger[sre] Use coop handles for System.Reflection.Emit.EnumB...
2017-05-10 Aleksey Kliger[sre] Use coop handles for System.Reflection.Emit.Signa...
2017-05-10 Aleksey Kliger[sre] Use coop handles for System.Reflection.Emit.Signa...
2017-05-10 Aleksey Kliger[loader] resolve symlinks when looking for an image...
2017-05-09 Rodrigo KumperaMerge pull request #4781 from kumpera/unaligned-cleanup-1
2017-05-09 Vlad Brezae[remoting] Serialize exceptions between domains inside...
2017-05-08 Rodrigo KumperaMerge pull request #4799 from xmcclure/mingw-has-secure-api
2017-05-08 Aleksey Kliger[runtime] Fail classes that have a field with a bad...
2017-05-04 Aleksey Kliger ... Merge pull request #4782 from lambdageek/dev-mono_strin...
2017-05-04 Aleksey Kliger[runtime] Mark mono_string_new external only
2017-05-04 Aleksey Kliger[mini] Use mono_string_new_checked instead of mono_stri...
2017-05-04 Aleksey Kliger[runtime] Use coop handles for some simple icalls
2017-05-04 Aleksey Kliger[locales] Use coop handles for System.Globalization...
2017-05-04 Aleksey Kliger[runtime] Use coop handles for System.Environment icalls
2017-05-04 Aleksey Kliger[appdomain] Make mono_domain_set_config external only
2017-05-04 Aleksey Kliger[locales] Use mono_string_new_checked instead of mono_s...
2017-05-04 Aleksey Kliger[runtime] Use mono_string_new_checked instead of mono_s...
2017-05-04 Aleksey Kliger[mono-route] Use _checked functions
2017-05-04 Aleksey Kliger[runtime] Use mono_string_new_checked in exception.c
2017-05-03 Vlad BrezaeMerge pull request #4787 from BrzVlad/fix-degraded...
2017-05-03 Andi McClureMerge pull request #4780 from xmcclure/assembly-loader...
2017-05-03 Andi McClureDocument --assembly-loader, change default to 'legacy...
2017-05-03 Zoltan VargaMixed mode exception handling (#4777)
2017-05-02 Aleksey Kliger ... [loader] Add a few Framework Facades assemblies (#4784)
2017-04-28 Aleksey Kliger ... Merge pull request #4767 from lambdageek/bug-55681
2017-04-28 Aleksey Kliger ... Merge pull request #4759 from lambdageek/flags-strict...
2017-04-28 Aleksey Kliger[sre-save] Handle ConstructorBuilder custom attribute...
2017-04-28 Aleksey Kliger[sre] Make mono_image_get_methodref_token non-static...
2017-04-27 Johan LorenssonMerge pull request #4716 from Unity-Technologies/eglib...
2017-04-27 Zoltan Varga[runtime] Add a variant of mono_string_new_wrapper...
2017-04-27 Marek Safar[Facades] Move more asseblies to Facades to support...
2017-04-26 Aleksey Kliger[loader] Rename enable-minimal=assembly_remapping to...
2017-04-26 Aleksey KligerRevert "[assembly] Add Facades dir to default_path...
2017-04-26 Aleksey Kliger[runtime] Add --assembly-loader=[strict,legacy] runtime...
2017-04-26 Aleksey Kliger[loader] --enable-minimal=assembly_remapping implies...
2017-04-25 Aleksey Kliger ... Merge pull request #4730 from lambdageek/facades-and...
2017-04-25 Andi McClureMerge pull request #4745 from xmcclure/ipv6-cleanup
2017-04-25 Aleksey Kliger[assembly] Add Facades dir to default_path on all runtimes
2017-04-25 Aleksey Kliger[assembly] Add Facades to framework_assemblies list
2017-04-25 Aleksey Kliger[assembly] When loading framework facade assemblies...
2017-04-25 Aleksey Kliger[assembly] add ANAME_EQ_IGNORE_VERSION flag to assembly...
2017-04-25 Aleksey Kliger[domain] Factor out mono_domain_parse_assembly_bindings
2017-04-25 Aleksey Kliger[loader] Pass sn_same_name predicate when loading from...
2017-04-25 Andi McClureFix some style issues introduced by PR#4720
2017-04-25 Andi McClureMerge pull request #4720 from Unity-Technologies/config...
2017-04-25 Joshua PetersonMerge branch 'master' into config-checks-ipv6
2017-04-24 Andi McClureMerge pull request #4710 from Unity-Technologies/additi...
2017-04-24 Vlad BrezaeMerge pull request #4727 from BrzVlad/fix-xamarin-studio
2017-04-23 Zoltan VargaMake the loading of llvm EH info async safe. (#4725)
2017-04-21 Vlad Brezae[metadata] Don't use static_data_array
2017-04-21 Rodrigo KumperaMerge pull request #4701 from kumpera/jit_improvements
2017-04-21 Aleksey Kliger ... Merge pull request #4723 from lambdageek/bug-54485
2017-04-20 Aleksey Kliger[metadata] If a GTD appears uninstantiated in a generic...
2017-04-20 Aleksey Kliger[metadata] Add a canonical_inst MonoType to MonoClassGtd
2017-04-19 Alexander KyteMerge pull request #4722 from alexanderkyte/checked_after
next