[logging] Default to stdout if MONO_LOG_DEST is unset (#3272)
[mono.git] / mono /
2016-07-13 Aleksey Kliger ... [logging] Default to stdout if MONO_LOG_DEST is unset...
2016-07-12 Ludovic HenryMerge pull request #3224 from ludovic-henry/iolayer...
2016-07-12 João Matos[aot] Fixes strip tool invocation in to wrap paths...
2016-07-12 Aleksey KligerFix windows build after 162f843968caf500ab09ea7176691e6...
2016-07-12 Aleksey Kliger ... [corlib] Rewrite RuntimeType.GetGenericParameterConstra...
2016-07-12 Andi McClureMerge pull request #3265 from xmcclure/tarjan-crash
2016-07-12 Zoltan Varga[amd64] Reorganize add_valuetype () to make it easier...
2016-07-12 Ludovic Henry[io-layer] Move handles out of the io-layer to utils...
2016-07-12 Ludovic Henry[io-layer] Inline init_handles_slot
2016-07-12 Ludovic Henry[io-layer] Replace _WAPI_PRIVATE_HANDLES and _WAPI_PRIV...
2016-07-12 Ludovic Henry[io-layer] Remove any remaining dependency of handles...
2016-07-12 Ludovic Henry[io-layer] Replace _WAPI_HANDLE_INVALID by INVALID_HAND...
2016-07-12 Ludovic Henry[io-layer] Remove wapi_getdtablesize
2016-07-12 Ludovic Henry[io-layer] Move DuplicateHandle and CloseHandle to...
2016-07-12 Ludovic Henry[io-layer] Remove use of _wapi_has_shut_down
2016-07-12 Ludovic Henry[io-layer] Remove unnecessary locking of _WAPI_SHARED_S...
2016-07-12 Ludovic Henry[io-layer] Move _wapi_handle_spin to handles.c
2016-07-12 Ludovic Henry[io-layer] Move _WAPI_FD_HANDLE, _WAPI_SHARED_NAMESPACE...
2016-07-12 Ludovic Henry[io-layer] Remove pseudo global handle
2016-07-12 Ludovic Henry[io-layer] Allocate WapiHandle specific data on the...
2016-07-12 Ludovic Henry[io-layer] Register WapiHandleOps dynamically
2016-07-12 Ludovic Henry[io-layer] Move WapiHandleType and WapiHandleOps to...
2016-07-12 Ludovic Henry[io-layer] Extract _wapi_search_handle_namespace from...
2016-07-12 Ludovic Henry[io-layer] Add typename and typesize handle operations
2016-07-12 Ludovic Henry[io-layer] Move _wapi_getpid out of handles.c
2016-07-12 Ludovic Henry[io-layer] Add details operation on handle
2016-07-12 Ludovic Henry[io-layer] Move io-layer initialization out of handles.c
2016-07-12 Ludovic Henry[io-layer] Move file_share_hash to io.c
2016-07-12 Ludovic Henry[io-layer] Remove empty function _wapi_shm_semaphores_r...
2016-07-12 Ludovic Henry[io-layer] Remove unused _wapi_sem_id
2016-07-12 Ludovic Henry[io-layer] Extract WapiHandleBase from _WapiHandleUnshared
2016-07-12 Ludovic Henry[io-layer] Make _WAPI_PRIVATE_MAX_SLOTS and _WAPI_HANDL...
2016-07-12 Ludovic Henry[io-layer] Make _wapi_global_signal_handle definition...
2016-07-12 Ludovic Henry[io-layer] Make _WapiHandleUnshared definition private
2016-07-12 Ludovic Henry[io-layer] Factor Mutex and NamedMutex code
2016-07-12 Ludovic Henry[io-layer] Factor Semaphore and NamedSemaphore code
2016-07-12 Ludovic Henry[io-layer] Factor Event and NamedEvent code
2016-07-12 Ludovic Henry[io-layer] Make named handle use their equivalent non...
2016-07-12 Zoltan Varga[runtime] Make mono_thread_resume_interruption () work...
2016-07-11 Andi McClureDefer bridge processor init until after sgen init ...
2016-07-11 Andi McClureMore verbose error message when sgen_register_fixed_int...
2016-07-11 Rodrigo Kumpera[runtime] Add mono_set_allocator_vtable which expose...
2016-07-11 Dolphin HawkinsFixed up configure overridable allocators option. Moved...
2016-07-11 Dolphin HawkinsEnabled g_mem_set_vtable through the configure option...
2016-07-10 Alexander KöplingerFix tarball/package build that was broken by 0a8d5a08
2016-07-08 Marcos HenrichMerge pull request #3192 from esdrubal/sym-spec
2016-07-08 Andi McClureMerge pull request #3252 from xmcclure/tarjan-opt-basic
2016-07-08 Marcos Henrich[corlib] Lowercase and no '-' in metadata guids.
2016-07-08 Andi McClureCleanup on gc bridge to support future optimizations
2016-07-08 Marcos Henrich[corlib] Ignore metadata on stacktrace tests
2016-07-08 Marcos Henrich[corlib] GetAotId now returns null, if unavailable
2016-07-08 Marcos Henrich[runtime] AOTID is now properly stored.
2016-07-08 Marcos Henrich[runtime] Added aot=msym-dir=<DIR>
2016-07-08 Marcos Henrich[runtime] aot-compiler.c now stores AOTID in image
2016-07-08 Marcos HenrichMoved ensure_directory_exists to eglib.
2016-07-08 Marcos Henrich[corlib] Added icall Assembly.GetAotId
2016-07-08 Marcos Henrich[runtime] Adds AOTID
2016-07-08 Rodrigo KumperaMerge pull request #3258 from lindenlab/mono4-continuat...
2016-07-08 Kelly WashingtonMerge branch 'master' into mono4-continuations_fix
2016-07-08 Aleksey Kliger ... [coop] Change handles to be pointers (#3249)
2016-07-08 Johan LorenssonMerge pull request #3247 from lateralusX/jlorenss/win...
2016-07-08 Zoltan Varga[llvmonly] Fix support for synchronized methods.
2016-07-08 Zoltan Varga[runtime] Remove the 'The wrapper info for the wrapper...
2016-07-08 Zoltan Varga[jit] Emit memory barriers for volatile STFLD opcodes...
2016-07-07 Kelly WashingtonMerge branch 'continuations-test' into mono4-continuati...
2016-07-07 Zoltan Varga[aot] Fix the llc flags when using hardfp on arm.
2016-07-07 Zoltan Varga[aot] Allow the loading of llvm compiled code into...
2016-07-07 Rodrigo KumperaMerge pull request #3250 from jbevain/cli-flags
2016-07-07 Jb Evain[runtime] Fix the CLI_FLAGS_PREFERRED32BIT value
2016-07-07 Jb Evain[runtime] Fix the CLI Header flags check
2016-07-07 Bennjamin BlastModify the configuration loader so that (#2758)
2016-07-07 lateralusXFix crash in mono mini exceptions.exe regression test...
2016-07-07 Marek SafarMerge pull request #3244 from henricm/fix-for-synchroni...
2016-07-07 Zoltan Varga[llvm] Enable atomic load/store support when using...
2016-07-07 Zoltan Varga[llvm] Use a custom memory managed for llvm master...
2016-07-07 Zoltan Varga[llvm] Fix some problems when using llvm Check the...
2016-07-06 Andi McClureMerge pull request #3239 from xmcclure/default-tarjan
2016-07-06 Zoltan Varga[llvm] Fix JIT support with llvm master.
2016-07-06 Johan LorenssonMultiple fixes for Windows x86 p/invoke test failures...
2016-07-06 Zoltan Varga[llvm] Fix aot when using llvm master.
2016-07-05 Alexander KöplingerMerge pull request #3091 from alexanderkyte/mobile_stat...
2016-07-05 Andi McClureSwitch Android GC bridge default from new-bridge to...
2016-07-05 Alexander KöplingerMerge pull request #3236 from kumpera/coreclr-testsuite...
2016-07-05 Aleksey Kliger ... [profiler] Actually link against libmono where necessar...
2016-07-05 Marcos HenrichMerge pull request #3226 from esdrubal/soap_headers_fix
2016-07-05 Marcos HenrichMerge pull request #3210 from esdrubal/connectasyncUHE
2016-07-04 Rodrigo KumperaMerge pull request #2958 from kumpera/visibility
2016-07-04 Rodrigo Kumpera[jit] Set vret_var when emiting a jmp call.
2016-07-04 João MatosMerge pull request #3234 from tritao/zip_non_seekable_s...
2016-07-03 Alexander Kyte[runtime] Implement TLS_OP_GET_REG on linux (#3227)
2016-07-03 Zoltan Varga[runtime] Abort the finalizer thread first instead...
2016-07-02 Rodrigo Kumpera[jit] Add fixme to AA.
2016-07-02 Rodrigo Kumpera[mini] Ensure that an endfinally outside of a finally...
2016-07-02 Rodrigo Kumpera[jit] Remove silly debug spew.
2016-07-02 Rodrigo Kumpera[amd64] The prolog stack probe code sequence is 11...
2016-07-02 Rodrigo Kumpera[jit] Return NULL on zero sized localloc. Fixes coreclr...
2016-07-01 Rodrigo Kumpera[verifier] Do method visibility checks for virtual...
2016-07-01 Vlad BrezaeMerge pull request #3211 from BrzVlad/fix-finalizer...
2016-07-01 Aleksey Kliger ... [remoting] If remoting is disabled, don't assert lookin...
2016-07-01 Vlad Brezae[sgen] Make suspend_finalizers volatile
next