[System] Support FTP download where PWD starts with '\'.
[mono.git] / mono /
2013-07-25 Marek SafarMerge pull request #713 from alesliehughes/master
2013-07-25 Zoltan VargaMerge pull request #711 from spicypixel/hotfix/appdomai...
2013-07-25 Zoltan VargaMerge pull request #712 from spicypixel/hotfix/trampoli...
2013-07-24 Aaron OnealFix additional string leaks when creating tramp_info.
2013-07-24 Aaron OnealFix additional string leaks when creating tramp_info.
2013-07-24 Aaron OnealFix generic trampoline string leak.
2013-07-24 Aaron OnealFix string leak when loading assemblies.
2013-07-24 Zoltan VargaContinue single stepping if the same line reached in...
2013-07-24 Marek SafarMerge pull request #709 from alesliehughes/master
2013-07-24 Zoltan VargaUnify the different gsharedvt constrained call jit...
2013-07-23 Zoltan VargaAvoid calling valuetype methods with a signature which...
2013-07-23 Zoltan VargaRevert "Generate the push/pop LMF code as IR on x86."
2013-07-23 Alex Rønne PetersenMerge pull request #697 from linquize/atom-bug
2013-07-23 Alex Rønne PetersenFix the mono-hwcap module to work in the MONO_CROSS_COM...
2013-07-23 Zoltan VargaAvoid linking the LLVM runtime codegen libs into a...
2013-07-22 Zoltan VargaGenerate the push/pop LMF code as IR on x86.
2013-07-22 Zoltan VargaFix a problem in emit_pop_lmf (), it no longer needs...
2013-07-22 Zoltan VargaGet rid of the MONO_ARCH_ENABLE_LMF_IR define added...
2013-07-21 Rodrigo KumperaMerge pull request #600 from tr8dr/master
2013-07-21 Cameron Taggartfixes ctaggart/mono#2 cpuid() now compiles in VS 2012
2013-07-21 Alex Rønne PetersenFix a "mixed decls and code" warning.
2013-07-21 i59mono-mutex.c: Don't include sys/time.h on Windows;
2013-07-21 Alex Rønne PetersenMerge pull request #707 from LHCGreg/12752-windows_nul_...
2013-07-20 Zoltan VargaRework the x86 lmf code to use stores instead of pushes...
2013-07-20 Zoltan VargaGenerate the push/pop LMF code as IR on architectures...
2013-07-20 Zoltan VargaAnother attempt at fixing mono_atomic_load_acquire...
2013-07-20 Alex Rønne PetersenEnable GCC atomics on mips.
2013-07-20 Alex Rønne PetersenEnable GCC atomics on arm.
2013-07-20 Alex Rønne PetersenEnable GCC atomics on ppc and ppc64.
2013-07-20 Alex Rønne PetersenEnable GCC atomics on x86 and amd64.
2013-07-20 Alex Rønne PetersenUse GCC atomics when USE_GCC_ATOMIC_OPS is defined.
2013-07-20 Alex Rønne PetersenPowerPC build fix in mono-hwcap-ppc.
2013-07-20 Alex Rønne PetersenAdd a MONO_VERBOSE_HWCAP environment variable.
2013-07-20 Alex Rønne PetersenRemove now-unneeded mono_aot_only guard around mono_hwc...
2013-07-20 Alex Rønne PetersenRemove the JIT-ed CPUID hack from mono-hwcap-x86.
2013-07-20 Alex Rønne PetersenCheck for sys/auxv.h and only use it if available.
2013-07-20 Alex Rønne PetersenMake all Mini back ends use mono-hwcap for CPU feature...
2013-07-19 Zoltan VargaRemove the async hacks from the gsharedvt code, gshared...
2013-07-19 Zoltan VargaShare byref arguments in runtime invoke signatures...
2013-07-19 Zoltan VargaProperly null terminate strings in mono_dwarf_escape_pa...
2013-07-18 Zoltan VargaAvoid calling mono_domain_free () in a cross-compiler...
2013-07-18 Mark ProbstSimplify emit_write_barrier().
2013-07-18 Zoltan VargaFix an overflow if MONO_ZERO_LEN_ARRAY is not 0. Fixes...
2013-07-18 Alex Rønne PetersenAdd a mono_hwcap_init () call to parse_optimizations ().
2013-07-18 Alex Rønne PetersenMake mono_hwcap_init () only perform initialization...
2013-07-17 Mark ProbstWeaken a race condition in object initialization.
2013-07-17 Mark Probst[sgen] Binary protocol improvements.
2013-07-17 Zoltan VargaAdd support for constrained calls with one ref paramete...
2013-07-17 Zoltan VargaFix a warning.
2013-07-17 Zoltan VargaAdd support for a simple form of constrained calls...
2013-07-17 Zoltan VargaFix a warning.
2013-07-17 Rodrigo KumperaMerge pull request #706 from elijahtaylor/fixdyncode
2013-07-17 Marek SafarMerge pull request #705 from alesliehughes/master
2013-07-17 Alex Rønne Petersenmono-hwcap: Add ARM version detection for iOS.
2013-07-16 Zoltan VargaAvoid printing an extra newline when printing fp result...
2013-07-16 Mark ProbstFix race conditions in finalizer/weak link staging.
2013-07-16 Elijah TaylorFix nacl_dyncode include
2013-07-16 Zoltan VargaFix MONO_GC_DEBUG=collect-before-allocs. mono_gc_alloc_...
2013-07-16 Zoltan VargaFix a crash in thread_suspend_func () if the thread...
2013-07-15 Zoltan VargaAvoid an assert in mono_save_seq_point_info () if no...
2013-07-15 Zoltan VargaMake wrappers whose signature is static static.
2013-07-15 Zoltan VargaFix synchronized_generic_cache.
2013-07-15 Sebastien PouliotEscape the .file path name generated in the asembly...
2013-07-15 Zoltan VargaPut the unbox_trampolines table into the .text segment...
2013-07-15 Rodrigo Kumpera[runtime] Add a fallback on the TLS probing code that...
2013-07-15 Alex Rønne PetersenAvoid using dmb/dsb/dib instructions on ARM v6.
2013-07-15 Zoltan VargaRemove test-sgen from make check in tests/, it takes...
2013-07-15 Zoltan VargaFix gshared synchronized wrappers for static methods.
2013-07-12 Atsushi EnoMerge pull request #622 from killabytenow/master
2013-07-11 Alex Rønne PetersenReplace more __ARM_ARCH_... checks with HAVE_ARMV<N>.
2013-07-11 Alex Rønne PetersenAdd ARM version detection to configure and use the...
2013-07-11 Alex Rønne PetersenAdd a mono-hwcap module to utils.
2013-07-11 Alex Rønne PetersenFix the tests makefile.
2013-07-11 Alex Rønne PetersenFix (hopefully) the last architecture casing inconsistency.
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 KumperaUse a non rooted symlink and make it point to the right...
2013-07-09 Rodrigo Kumpera[runtime]Revert the fast tls check as we always need...
2013-07-09 Martin Baulig[build]: Use a relative symlink from mono to mono-sgen.
2013-07-09 Rodrigo KumperaMerge pull request #694 from madewokherd/pthreadinclude
2013-07-09 Alex Rønne PetersenFix a #define style issue in mini.c.
2013-07-09 Alex Rønne PetersenOnly require mono_arch_is_soft_float () to be defined...
2013-07-09 Alex Rønne PetersenAdd an MSVC branch to MONO_ALWAYS_INLINE.
2013-07-09 Rodrigo Kumpera[runtime] On mach-arm don't probe for tls offsets if...
2013-07-09 Alex Rønne PetersenChange the way we do soft float to a fallback mechanism.
2013-07-09 Rodrigo Kumpera[build] Add dep tracking between Makefile.am.in and...
2013-07-09 Rodrigo Kumpera[runtime]On install, symlink mono to the right binary.
2013-07-09 Vincent PovirkDon't include pthread.h when it's not needed.
2013-07-09 Alex Rønne PetersenMerge pull request #692 from jack-pappas/patch-2
2013-07-09 Alex Rønne PetersenMIPS: Set USE_MUL to 0 by default (for now).
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 VargaPlace the method_addresses symbol into the .text segmen...
2013-07-08 Zoltan VargaRemove the constraint checks from get_shared_inst ...
2013-07-08 Zoltan VargaMake the synchronized wrappers static if the original...
2013-07-08 Marek SafarUpdated gitignore
2013-07-08 Zoltan VargaAdd a test for #12110.
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-06 Greg NajdaImprove detecting if a handle is a console on Windows.
next