Added MONO_API macro to annotate and control visibility of public (exported) APIs.
[mono.git] / mono / metadata /
2013-07-03 tritaoAdded MONO_API macro to annotate and control visibility...
2013-07-02 Rodrigo KumperaIntroduce MonoThreadInfo::inside_critical_region to...
2013-07-02 Rodrigo KumperaSuspend the world when cleaning up a domain as it's...
2013-07-02 Zoltan VargaRevert "Make synchronized wrappers of generic methods...
2013-07-02 Zoltan VargaMake synchronized wrappers of generic methods generic...
2013-07-02 Martin BauligMerge pull request #664 from symform/xbuild-AssignProje...
2013-07-02 Alex Rønne PetersenMerge pull request #649 from DavidS/feature/implement...
2013-07-02 Alex Rønne PetersenMerge pull request #572 from jack-pappas/sockets-ipproto
2013-07-02 Zoltan VargaFix a warning.
2013-06-28 Michael HutchinsonMerge pull request #642 from Ventero/CleanCopyLocal
2013-06-27 Rodrigo Kumpera[verifier] Verify if the catch type is valid under...
2013-06-26 Rodrigo Kumpera[sgen] Fix string size calculation in the string alloc...
2013-06-26 Rodrigo Kumpera[sgen] Fix NALLOC_DEBUG.
2013-06-26 Rodrigo KumperaMerge pull request #654 from alesliehughes/master
2013-06-26 Alistair Leslie... Implement cominterop_ccw_get_ids_of_names
2013-06-26 Alistair Leslie... Implement cominterop_ccw_get_type_info_count
2013-06-22 Zoltan VargaWhen unloading domains, free dynamic assemblies first...
2013-06-22 Rodrigo KumperaEnable managed allocation under gsharing.
2013-06-22 Rodrigo KumperaImplement the string allocator for sgen.
2013-06-20 Rodrigo KumperaRemove COM types from mono_defaults and lazily fetch...
2013-06-20 Miguel de IcazaMerge pull request #666 from mhutch/cairo-fix-3.0
2013-06-20 Mark Probst[sgen] Fix a Clang warning.
2013-06-13 Rodrigo KumperaIntroduce mono_runtime_init_tls to centralize all of...
2013-06-12 Rodrigo KumperaFix an unitialized variable bug.
2013-06-12 Rodrigo KumperaMove unload_data to the heap and it can outlive the...
2013-06-12 Gonzalo Paniagua... Merge pull request #631 from kebby/master
2013-06-12 Martin BauligAdd System.Net to runtime remapping list.
2013-06-10 Alex Rønne PetersenFix a couple of warnings in appdomain.c and threads.c.
2013-06-09 Zoltan VargaRework the gsharedvt code to add support for vtypes...
2013-06-06 Rodrigo KumperaFix race condition between a domain unload and a runtim...
2013-06-06 Rodrigo KumperaAdd mono_thread_attach_full function that can forces...
2013-06-06 Rodrigo KumperaMake threadpool_clear_queue resistant to concurrent...
2013-06-05 Rodrigo KumperaRework the shutdown sequence so two initiations don...
2013-06-05 Rodrigo KumperaMove mono_runtime_set_shutting_down and mono_runtime_is...
2013-06-05 Rodrigo KumperaDon't set shutting_down here as it is now done much...
2013-06-05 Rodrigo KumperaKill unused func mono_threads_is_shutting_down.
2013-06-05 Rodrigo KumperaDetach the current thread as soon as possible when...
2013-06-04 Rodrigo KumperaFix a loader leak in mono_class_create_from_typedef.
2013-05-30 Zoltan VargaFix a warning.
2013-05-28 Zoltan VargaFix support for dynamic methods in collect_method_image...
2013-05-28 Zoltan VargaFix a reading of invalid memory error introduced by...
2013-05-27 Marek HabersackMerge pull request #647 from knocte/aspnet_lru
2013-05-25 Marek SafarMerge pull request #648 from DavidKarlas/defaultDependc...
2013-05-24 Zoltan VargaMerge some Nacl/ARM changes from https://github.com...
2013-05-22 Miguel de IcazaMerge pull request #629 from pruiz/syswebrouting-fixes2
2013-05-22 Miguel de IcazaMerge pull request #644 from knocte/connstrings
2013-05-21 Martin BauligLook for facade assemblies in $(mono_libdir)/4.5/Facades/
2013-05-21 Marek SafarMerge pull request #645 from knocte/nitpicks
2013-05-17 Rodrigo KumperaAdd a function to convert from a MonoError to a loader...
2013-05-17 Rodrigo KumperaMove mono_class_create_from_typedef to use MonoError.
2013-05-17 Rodrigo KumperaAdd mono_class_set_failure_from_loader_error and use...
2013-05-17 Zoltan VargaClear entries referencing the domain in reference_queue...
2013-05-17 Rodrigo KumperaFail with an exception when loading the value of field...
2013-05-16 Alex Rønne PetersenMerge pull request #637 from LogosBible/enetdown
2013-05-16 Rodrigo KumperaIf the TP monitor thread is signaled, bound the number...
2013-05-15 Rodrigo KumperaMake sure we release memory for the runtime generated...
2013-05-15 Rodrigo KumperaMake sure we can properly suspend the main thread on...
2013-05-14 Rodrigo KumperaUse the native unwinder when Exception::ToString throws.
2013-05-14 Alex Rønne PetersenRemove an unused variable in verify.c.
2013-05-14 Alex Rønne PetersenKill support for the ancient FPA format on ARM.
2013-05-13 Rodrigo KumperaDon't try to merge interfaces between to non-interface...
2013-05-13 Zoltan VargaMake the checks done to detect unhandled exceptions...
2013-05-09 Zoltan VargaAdd stubs for a remoting icall instead of removing it.
2013-05-08 Zoltan VargaFix support for ldfld/stfld wrappers in gshared code...
2013-05-06 Zoltan VargaAdd support for separating the class and method names...
2013-04-29 Rodrigo Kumpera[verifier]Handle variance correcty when checking delega...
2013-04-27 Rodrigo Kumpera[verifier] Properly merge stacks when both ends have...
2013-04-27 Rodrigo Kumpera[verifier]A type constraint must be visible to the...
2013-04-27 Rodrigo Kumpera[verifier]Fill in the assembly name so checks for Inter...
2013-04-27 Rodrigo KumperaAdd mono_class_can_access_class so the verifier can...
2013-04-26 Miguel de IcazaMerge pull request #615 from nealef/master
2013-04-26 Miguel de IcazaMerge pull request #620 from knocte/monoservice_playground
2013-04-26 Miguel de IcazaMerge pull request #618 from knocte/aspnet_lru
2013-04-25 Zoltan VargaAvoid creating any new threadpool threads while the...
2013-04-25 Rodrigo KumperaWhen attaching a foreigh thread, make sure we initializ...
2013-04-25 Rodrigo KumperaDocument the new function and fix a typo on other.
2013-04-25 Rodrigo KumperaAdd MonoThreadInfo::runtime_thread so we can know if...
2013-04-25 Rodrigo KumperaDon't emit thread event twice when explicitly detaching...
2013-04-24 Alex Rønne PetersenMerge pull request #610 from metanest/tests_gc_descript...
2013-04-23 Rodrigo Kumpera[sgen] Fix bridge interop missing some xrefs due to...
2013-04-23 Zoltan VargaClean the domain tls var on all code paths in thread_cl...
2013-04-22 Rodrigo KumperaCleanup the interface of mono_mutex_init.
2013-04-22 Rodrigo KumperaMove mono-mutex.c from io-layer to utils. Killing the...
2013-04-22 Zoltan VargaRevert "Fix the win64 build."
2013-04-22 Marek SafarMerge pull request #617 from knocte/httpwebrequest_play...
2013-04-19 Zoltan VargaFix the map of bool and char in runtime invoke signatur...
2013-04-19 Alex Rønne PetersenMerge pull request #555 from jack-pappas/sigaltstack...
2013-04-18 Zoltan VargaAvoid sharing signed/unsigned types in runtime invoke...
2013-04-17 NealeMerge branch 'master' of https://github.com/mono/mono
2013-04-15 Zoltan VargaFix the win64 build.
2013-04-13 Zoltan VargaClear the domain on thread exit after the profile threa...
2013-04-09 Zoltan VargaMove some boehm specific code in gc.c to boehm-gc.c.
2013-04-09 Zoltan VargaClear the domain TLS variable earlier in start_wrapper_...
2013-04-09 Alex Rønne PetersenSupport disabling of the security subsystem (CAS/CoreCLR).
2013-04-09 Zoltan VargaHopefully fix the windows build.
2013-04-08 Rodrigo KumperaGuard against another possible crash that has been...
2013-04-08 Marek SafarMerge pull request #601 from knocte/sock_improvements
2013-04-07 Elijah TaylorNaCl runtime fixes
2013-04-06 Zoltan VargaImplement the calculation of stack bounds on windows...
2013-04-06 Zoltan VargaFix the windows build.
next