[System] Avoid an NRE when Close() and Write() are concurrent.
[mono.git] / mono /
2013-11-01 Miguel de IcazaComment style
2013-11-01 Rodrigo Kumpera[jit] Avoid linking the try block with the EH block...
2013-11-01 Rodrigo Kumpera[jit]Extract emit_init_local and use it with the ldloca...
2013-11-01 Zoltan Varga[jit] Fix a gsharedvt crash on x86.
2013-11-01 Zoltan VargaRevert "[sgen] Use mono_class_has_parent () instead...
2013-11-01 Zoltan VargaFix warnings.
2013-11-01 Zoltan Varga[sgen] Use mono_class_has_parent () instead of mono_cla...
2013-11-01 Zoltan Varga[jit] Implement support for OP_TLS_GET_REG on amd64...
2013-11-01 Zoltan VargaMerge pull request #797 from ranma42/fix-log-message
2013-11-01 Zoltan VargaFix the amd64 build. Fix a warning.
2013-11-01 Zoltan Varga[sdb] Fix an assertion if a single step breakpoint...
2013-11-01 Zoltan Varga[jit] Fix the processing of LLVM compiled method frames...
2013-11-01 Andrea Canciani[runtime] Fix AOT log message
2013-10-31 Rodrigo Kumpera[jit] Pair of fixes from last merge.
2013-10-31 Rodrigo Kumpera[jit] The AggressiveInlining hint now triggers class...
2013-10-31 Rodrigo Kumpera[jit] Clean up emit_init_rvar and reduce code duplication.
2013-10-31 Rodrigo Kumpera[jit] Clean up usage of signature variables.
2013-10-31 Rodrigo Kumpera[jit]Add an alias analysis pass to the JIT.
2013-10-31 Rodrigo Kumpera[jit] Add counters for alias analysis.
2013-10-31 Rodrigo Kumpera[jit] Introduce has_indirection flag in MonoCompile...
2013-10-31 Rodrigo Kumpera[jit]Replace all usages of MONO_INST_INDIRECT to force...
2013-10-31 Rodrigo Kumpera[jit] Add new optimization flag for alias analysis.
2013-10-31 Zoltan Varga[runtime] Fix the ARM build.
2013-10-31 Marek SafarMerge pull request #794 from aakashapoorv/patch-1
2013-10-31 Zoltan Varga[runtime] Make an AOT log message smaller.
2013-10-30 Neale FergusonAdd mono_arch_get_nullified_class_init_trampoline
2013-10-30 Zoltan Varga[runtime] Fix a warning.
2013-10-30 Zoltan Varga[runtime] Fix an assertion in mono_arch_context_get_int...
2013-10-29 Zoltan Varga[aot] Small AOT changes. Save some constants into the...
2013-10-29 Zoltan Varga[runtime] Add mno-signal-handler.h to dist.
2013-10-26 Alex Rønne PetersenSilence some noisy warnings in mono/tests/.
2013-10-26 Alex Rønne PetersenDon't assert in Interlocked.Add () icalls on 64-bit...
2013-10-26 Alex Rønne PetersenDefine WIN32_LEAN_AND_MEAN before including windows.h.
2013-10-26 Marek SafarMerge pull request #790 from akoeplinger/fixtests
2013-10-26 Alex Rønne PetersenRemove dead s390(x) code from mono-membar.h.
2013-10-26 Alex Rønne PetersenEnable GCC atomics on sparc32/64.
2013-10-25 Alex Rønne PetersenCorrect VFP detection in mono-hwcap-arm.
2013-10-25 Rodrigo Kumpera[runtime]Add a wrapper around signal handlers to ease...
2013-10-25 Alex Rønne PetersenAdd LLDB support to mono_gdb_render_native_backtraces...
2013-10-25 Rodrigo Kumpera[runtime] Improve the docs on reference queues a bit.
2013-10-25 Rodrigo Kumpera[runtime] Promote the reference queue API to the public.
2013-10-24 Zoltan Varga[runtime] Fix the windows build.
2013-10-24 Zoltan Varga[runtime] Fix the sparc build.
2013-10-24 Alex Rønne PetersenPrefix internal variables with `mono_`.
2013-10-24 Rolf Bjarne KvingeMove mono_get_optimizations_for_method to mini.c, since...
2013-10-23 Rodrigo Kumpera[runtime]Properly calculate the bitmap of valuetype...
2013-10-23 Alex Rønne PetersenFix mono_gc_wbarrier_generic_store_atomic semantics.
2013-10-23 Alex Rønne PetersenFix the semantics for System.Threading.Volatile methods.
2013-10-23 Alex Rønne PetersenAdd Interlocked{Read,Write}{8,16,Pointer} functions.
2013-10-23 Alex Rønne PetersenMerge pull request #787 from directhex/master
2013-10-23 Jo ShieldsDon't redeclare desc in mini_create_ftnptr on ppc64
2013-10-23 Sebastien PouliotMerge pull request #786 from xplicit/master
2013-10-23 Rolf Bjarne KvingeProvide more public API to inspect MonoTypes, MonoClass...
2013-10-23 Zoltan Varga[runtime] Fix a warning.
2013-10-23 Zoltan Varga[runtime] Fix the windows build.
2013-10-23 Alex Rønne PetersenAdd more missing atomic functions for MinGW.
2013-10-23 Alex Rønne PetersenAdd separate icall for System.Threading.VolatileRead...
2013-10-23 Zoltan Varga[runtime] Fix the DISABLE_JIT build on ARM.
2013-10-23 Alex Rønne PetersenAdd InterlockedExchange64 () based on GCC intrinsics...
2013-10-22 Alex Rønne PetersenUse THREAD_INFO_TYPE consistently in mono-threads.h.
2013-10-22 Zoltan Varga[runtime] Add a missing TLS key for LMF addr.
2013-10-22 Zoltan Varga[runtime] Fix the interlocked increment/decrement/add...
2013-10-22 Zoltan Varga[runtime] Centralize the processing of MonoTrampInfo...
2013-10-22 Zoltan Varga[runtime] Use mono_restore_context () to reduce code...
2013-10-22 Zoltan Varga[runtime] Use mini_exception_id_by_name () on ARM.
2013-10-22 Zoltan Varga[runtime] Use mini_get_nullified_class_init_trampoline...
2013-10-22 Zoltan Varga[runtime] Add a mini_get_nullified_class_init_trampolin...
2013-10-22 Zoltan Varga[runtime] Fix gsharedvt support in mono_helper_compile_...
2013-10-22 Zoltan Varga[runtime] Add a mono_restore_context () helper function.
2013-10-22 Zoltan Varga[runtime] Avoid crashing in mini_jit_info_table_find...
2013-10-22 Zoltan Varga[jit] Add a mini_exception_id_by_name () helper function.
2013-10-22 Zoltan Varga[jit] Add a MONO_TRAMPOLINE_TYPE_HAS_ARG macro which...
2013-10-22 Zoltan Varga[jit] Add a 'relocation' field to MonoJumpInfo which...
2013-10-22 Zoltan Varga[jit] Add a 'call_info' field to MonoCallInst so the...
2013-10-22 Zoltan Vargaruntime] Print unwind information in the JIT debug...
2013-10-22 Zoltan Varga[jit] Add a MONO_ARCH_EMULATE_LONG_MUL_OVF_OPTS define...
2013-10-22 Zoltan Varga[runtime] Make --regression work when a domain is not...
2013-10-22 Zoltan Varga[sdb] Fix support of vtypes passed by ref.
2013-10-22 Zoltan Varga[runtime] Use a cache in mono_create_rgctx_lazy_fetch_t...
2013-10-22 Zoltan Varga[sdb] Add an IncludeSubclasses property to ExceptionEve...
2013-10-21 Sebastien PouliotMerge pull request #730 from LogosBible/locale-changes
2013-10-21 Jeffrey StedfastFixed a some compiler warnings
2013-10-21 Alex Rønne PetersenAdd comment explaining the TARGET_OSX oddity in atomic.c.
2013-10-21 Alex Rønne PetersenAdd a couple of casts to scan_thread_data () to shut...
2013-10-21 Miguel de IcazaMerge pull request #717 from mono/client_websockets_impl
2013-10-21 Alex Rønne PetersenMerge pull request #268 from pcc/menudeactivate
2013-10-21 Alex Rønne PetersenMerge pull request #260 from pcc/topmost
2013-10-21 Michael HutchinsonMerge pull request #565 from rneatherway/master
2013-10-21 Alex Rønne PetersenMerge pull request #587 from madewokherd/gdipdllmap
2013-10-21 Alex Rønne PetersenAdd mono_gc_wbarrier_generic_store_atomic () function.
2013-10-21 Alex Rønne PetersenAdd an extension point in atomic.c.
2013-10-21 Alex Rønne PetersenUse slow 64-bit cmpxchg for 32-bit ARM, MIPS, and PowerPC.
2013-10-21 Alex Rønne PetersenCorrect our implementation of Thread.VolatileRead ...
2013-10-21 Alex Rønne PetersenUse InterlockedAdd64 () for Interlocked.Add (long&...
2013-10-21 Alex Rønne PetersenUse InterlockedAdd () for Interlocked.Add (int&, int).
2013-10-21 Alex Rønne PetersenUse InterlockedExchange64 () for Interlocked.Exchange...
2013-10-21 Alex Rønne PetersenUse InterlockedExchange64 () for Interlocked.Exchange...
2013-10-21 Alex Rønne PetersenUse InterlockedDecrement64 () for Interlocked.Decrement...
2013-10-21 Alex Rønne PetersenUse InterlockedIncrement64 () for Interlocked.Increment...
2013-10-21 Alex Rønne PetersenUse InterlockedRead64 () for Interlocked.Read (long&).
next