Merge pull request #1063 from esdrubal/bug18482
[mono.git] / mono /
2014-08-04 Rodrigo KumperaMerge pull request #1063 from esdrubal/bug18482
2014-08-04 Zoltan Varga[runtime] Remove unneccesary locking from some metadata...
2014-08-03 Zoltan Varga[runtime] Initialize klass->supertypes properly for...
2014-07-31 Mark Probst[sgen] File size limit for binary protocols.
2014-07-31 Mark Probst[sgen] Debug option for `clear-at-tlab-creation` nurser...
2014-07-31 Zoltan Varga[jit] Avoid making generic calls from gsharedvt methods...
2014-07-31 Zoltan VargaMerge pull request #1184 from directhex/kfreebsd
2014-07-31 Jo ShieldsDefine PLATFORM_GNU which covers any OS with GNU userland.
2014-07-31 Jo ShieldsSupport for GNU/kFreeBSD.
2014-07-29 Zoltan Varga[jit] Fix another native-types problem. Hopefully fixes...
2014-07-29 Marek SafarMerge pull request #1178 from dougrathbone/master
2014-07-29 Rodrigo Kumpera[jit] Use alias information to eliminate explicit null...
2014-07-29 Rodrigo Kumpera[jit] Handle second order aliases. Based on patch by...
2014-07-29 Zoltan Varga[runtime] Initialize fields in MonoField:GetFieldOffset...
2014-07-27 Rodrigo Kumpera[runtime] Properly handle rethrow outside of catch...
2014-07-23 Zoltan Varga[runtime] Disable runtime unit tests on linux, because...
2014-07-23 Zoltan VargaMerge pull request #1174 from rhapsodyn/patch-1
2014-07-23 rhapsodynfix a typo in comment
2014-07-21 Rodrigo Kumpera[runtime] When parsing a method header, ensure we pass...
2014-07-21 Zoltan Varga[jit] Fix the DISABLE_JIT build.
2014-07-21 Zoltan Varga[arm] Fix native types support in the dyn call code...
2014-07-21 Alexis Christoforides[appdomain] Allocate core AppDomain objects with mono_o...
2014-07-20 Zoltan Varga[runtime] Avoid loading marshal info for types without...
2014-07-19 Zoltan Varga[runtime] Add method_is_dynamic () inline function...
2014-07-19 Zoltan Varga[runtime] Add image_is_dynamic ()/assembly_is_dynamic...
2014-07-19 Zoltan VargaRevert "[runtime] Force inlining of membar functions."
2014-07-17 Zoltan Varga[runtime] Add a mono_reflection_assembly_get_assembly...
2014-07-17 Joao MatosFixed MSVC build by explicitly providing "ssize_t".
2014-07-17 Zoltan VargaBump required windows version to xp sp2.
2014-07-17 Zoltan VargaFix the windows build.
2014-07-17 Zoltan VargaFix the windows build.
2014-07-17 Zoltan Varga[jit] Fix some build problems when cross compiling.
2014-07-17 Rodrigo Kumpera[jit] Move runtime_invoke_hash to use the concurrent...
2014-07-17 Rodrigo Kumpera[runtime] Move field_cache to use the concurrent hashta...
2014-07-17 Rodrigo Kumpera[runtime] Add tests for concurrent hashtable.
2014-07-17 Rodrigo Kumpera[runtime] Add a lock-free read hashtable.
2014-07-17 Rodrigo Kumpera[runtime] Force inlining of membar functions.
2014-07-16 Zoltan VargaMerge pull request #1164 from nlhepler/patch-1
2014-07-16 Lance Heplermint and monodiet are no longer built
2014-07-16 Lance HeplerGuess base for mono-sgen and -boehm equivalently
2014-07-14 Zoltan Varga[jit] Remove some unneccesary ifdefs from the amd64...
2014-07-14 Zoltan Varga[jit] Remove more dead code.
2014-07-14 Zoltan Varga[jit] Remove some dead code.
2014-07-14 Zoltan Varga[jit] Fix support for tls entries with offset >= 64...
2014-07-14 Zoltan VargaFix the build.
2014-07-14 Rodrigo KumperaMerge pull request #1150 from ludovic-henry/pr17c-deleg...
2014-07-14 Zoltan Varga[jit] Fix the objdump cmd line used on winx64.
2014-07-14 Zoltan VargaFix the mingw64 build.
2014-07-14 Zoltan Varga[jit] Use the generic lmf push/pop code on winx64.
2014-07-14 Alexis ChristoforidesMerge pull request #1064 from ranma42/fix-config-paths
2014-07-14 Rodrigo KumperaMerge pull request #1122 from PoppermostProductions...
2014-07-13 Zoltan VargaRevert "[runtime] Fix a win32 build failure, more remains."
2014-07-13 Zoltan Varga[jit] Remove an unneccesary line from the win32 tls_get...
2014-07-13 Zoltan Varga[runtime] Fix the --disable-boehm build on windows.
2014-07-13 Zoltan Varga[jit] Enable support for tls offsets >= 64 on win32.
2014-07-13 Zoltan Varga[jit] Disable MONO_ARCH_ENABLE_MONO_LMF_VAR on win32...
2014-07-13 Zoltan Varga[jit] Implement support for tls offsets >= 64 on win32.
2014-07-13 Zoltan Varga[runtime] Fix some win32 warnings.
2014-07-13 Zoltan Varga[runtime] Fix a win32 build failure, more remains.
2014-07-13 Zoltan Varga[jit] Avoid conditional members in the MonoJitInfo...
2014-07-13 Zoltan Varga[runtime] Avoid using tls in the monitor wrappers if...
2014-07-13 Zoltan Varga[runtime] Avoid initializing static variables to NULL...
2014-07-13 i59Corrected mono_domain_set_config description.
2014-07-13 i59Added new mono_domain_set_config function; used to...
2014-07-13 Zoltan Varga[jit] Move the registration of jit icalls into a separa...
2014-07-13 Zoltan VargaFix the build.
2014-07-13 Zoltan Varga[runtime] Remove unused g_thread () functions.
2014-07-13 Zoltan Varga[jit] Remove MONO_ARCH_HAVE_IMT define, all platforms...
2014-07-13 Zoltan Varga[jit] Use the win32 check for all tls keys in mini_get_...
2014-07-13 Jonathan PryorMerge pull request #1153 from akoeplinger/fix-doc-message
2014-07-12 Zoltan Varga[runtime] Handle generic methods in interfaces in imt...
2014-07-11 Zoltan Varga[jit] Fix system aot on amd64.
2014-07-11 Zoltan VargaFix a warning.
2014-07-11 Alex Rønne PetersenMerge pull request #1154 from Zoltu/patch-1
2014-07-10 Zoltan Varga[runtime] Only apply the maverick stack size hack added...
2014-07-10 Zoltan Varga[sdb] Add a new 'socket-fd' transport, this is the...
2014-07-09 Zoltan VargaFix a warning.
2014-07-09 Zoltan Varga[jit] Rewrite the generic trampoline code on x86 to...
2014-07-09 Ludovic Henry[delegate-trampoline] Update invoke_impl and method_ptr...
2014-07-09 Ludovic Henry[delegate-trampoline] Share DelegateTrampInfo with...
2014-07-09 Miguel de IcazaMerge pull request #1132 from mattleibow/bugfix-20925
2014-07-09 Miguel de IcazaMerge pull request #1142 from edbprx/master
2014-07-09 Miguel de IcazaMerge pull request #1148 from steffen-kiess/json
2014-07-08 Rodrigo KumperaDon't hardcode the temp dir to /tmp, use g_get_tmp_dir...
2014-07-08 Zoltan Varga[sdb] Fix handling of out ref parameters.
2014-07-08 Marek SafarMerge pull request #1149 from akoeplinger/fix-httpwebre...
2014-07-07 Zoltan Varga[runtime] Lock the root domain in mono_jit_info_add_aot...
2014-07-07 Rodrigo Kumpera[runtime] Explicit thread GC data around instead of...
2014-07-07 Ludovic Henry[delegate-trampoline] Fallback to slow path in case...
2014-07-07 Rodrigo KumperaMove amd64 to use object offsets.
2014-07-07 Alex Rønne PetersenMerge pull request #1124 from UCIS/patch-5
2014-07-05 Alexander Köplinger[mono] Ignore *.trs files in unit-tests
2014-07-05 Zoltan Varga[jit] Rename MonoJitInfo.used_regs to 'unwind_info...
2014-07-05 Zoltan VargaAdd support for precise unwind info in epilogs on amd64:
2014-07-04 Zoltan Varga[sdb] Add support for out arguments in invokes.
2014-07-04 Zoltan Varga[runtime] Use sleep (1) instead of sleep (0) in the...
2014-07-03 Zoltan Varga[sdb] Add support for returning the changed valuetype...
2014-07-02 Rodrigo Kumpera[runtime] Add cross helper extensions.
2014-07-02 Ludovic Henry[sgen] Use gc_stats minor and major collection counts...
2014-07-02 Zoltan Varga[runtime] Fix the win32 build.
next