Make wrappers whose signature is static static.
[mono.git] / mono / metadata /
2013-07-15 Zoltan VargaMake wrappers whose signature is static static.
2013-07-15 Zoltan VargaFix synchronized_generic_cache.
2013-07-15 Zoltan VargaFix gshared synchronized wrappers for static methods.
2013-07-12 Atsushi EnoMerge pull request #622 from killabytenow/master
2013-07-10 Alex Rønne PetersenMerge pull request #695 from jack-pappas/patch-4
2013-07-10 Jack PappasFix preprocessor/compiler warning due to unbalanced...
2013-07-09 Rodrigo KumperaMerge pull request #694 from madewokherd/pthreadinclude
2013-07-09 Rodrigo Kumpera[build] Add dep tracking between Makefile.am.in and...
2013-07-09 Alex Rønne PetersenMerge pull request #692 from jack-pappas/patch-2
2013-07-09 Jack PappasUse the NI_MAXHOST constant to initialize the size...
2013-07-08 Rodrigo Kumpera[runtime] Don't return success on invalid parameters...
2013-07-08 Zoltan VargaMake the synchronized wrappers static if the original...
2013-07-08 Marek SafarMerge pull request #686 from LHCGreg/12971-IsRedirected...
2013-07-07 Zoltan VargaRemove some gcc-ism from mono_atomic_load_acquire/relea...
2013-07-04 Zoltan VargaMake synchronized wrappers of generic methods generic...
2013-07-04 Zoltan VargaAvoid passing class pointers to some marshal icalls...
2013-07-04 Alex Rønne PetersenMerge pull request #684 from jack-pappas/patch-7
2013-07-03 Jack PappasClean up preprocessor ifdefs in mono_thread_get_stack_b...
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 Gerardo García PeñaMerge branch 'master' of https://github.com/mono/mono
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-25 Gerardo García PeñaMerge remote-tracking branch 'upstream/master'
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...
next