mono.git
2016-01-23 Rodrigo KumperaMerge pull request #2453 from kumpera/fix_ji_free
2016-01-23 Rolf Bjarne... [linker] Add API to notify subclasses of removed attrib...
2016-01-22 Zoltan Varga[arm] Emit more complete unwind info for generic trampo...
2016-01-22 Sebastien Pouliot[system] Avoid reflection use to create NtlmSession...
2016-01-22 Ludovic Henry[runtime] Fix warning
2016-01-22 Marek Safar[mcs] String interpolating of dynamic arguments does...
2016-01-22 Zoltan Varga[amd64] Fix setting ainfo->pair_size[1] to 1 instead...
2016-01-22 Alexander KöplingerMerge pull request #2494 from nealef/master
2016-01-22 NealeAdjust last fix to bypass another compiler failing
2016-01-22 Alexander KöplingerMerge pull request #2476 from ludovic-henry/fix-process...
2016-01-22 Ludovic Henry[Process] Fix NullReferenceException in AsyncStreamRead...
2016-01-22 Alexander KöplingerMerge pull request #2482 from akoeplinger/mono-posix...
2016-01-22 Ludovic HenryMerge pull request #2477 from ludovic-henry/monoerror...
2016-01-22 Zoltan VargaMerge pull request #2488 from nealef/master
2016-01-22 NealeTo get around a problem with gcc 4.4.7 on s390x, the...
2016-01-22 Ludovic Henry[runtime] Use MonoError for mono_object_new_alloc_specific
2016-01-22 Rodrigo KumperaMerge pull request #2485 from ludovic-henry/monoerror...
2016-01-22 Rodrigo KumperaMerge pull request #2484 from ludovic-henry/monoerror...
2016-01-22 Rodrigo KumperaMerge pull request #2480 from ludovic-henry/monoerror...
2016-01-22 Rodrigo KumperaMerge pull request #2479 from ludovic-henry/monoerror...
2016-01-22 Rodrigo KumperaMerge pull request #2478 from ludovic-henry/monoerror...
2016-01-22 Rodrigo KumperaMerge pull request #2462 from ludovic-henry/monoerror...
2016-01-21 Rodrigo KumperaMerge pull request #2458 from ludovic-henry/monoerror...
2016-01-21 Rodrigo KumperaMerge pull request #2457 from ludovic-henry/monoerror...
2016-01-21 Zoltan Varga[bcl] Fix a System.Core test failure caused by a method...
2016-01-21 Zoltan Varga[llvmonly] Fix the addition of gsharedvt out wrappers...
2016-01-21 Rodrigo KumperaMerge pull request #2474 from kumpera/compact_mono_error
2016-01-21 Rodrigo Kumpera[MonoError] Fix the definition of init_error.
2016-01-21 Martin Baulig[Mono.Security]: Add 'MonoTlsSettings.EnabledCiphers'.
2016-01-21 Zoltan Varga[jit] Fix the reference type detection for Volatile...
2016-01-21 Ludovic Henry[marshal] Inline mono_gc_out_of_memory to explicitly...
2016-01-21 Mark ProbstMerge pull request #2387 from BrzVlad/feature-concurren...
2016-01-21 Mark ProbstMerge pull request #2388 from BrzVlad/feature-los-caching
2016-01-21 Ludovic Henry[runtime] Use MonoError for mono_marshal_alloc
2016-01-21 Ludovic Henry[runtime] Use MonoError for mono_string_get_pinned
2016-01-21 Ludovic Henry[runtime] Use MonoError for mono_object_clone
2016-01-21 Ludovic Henry[runtime] Use MonoError for mono_object_new_mature
2016-01-21 Ludovic Henry[runtime] Use MonoError for mono_object_new_fast
2016-01-21 Ludovic Henry[runtime] Use MonoError for mono_object_new_specific
2016-01-21 Rodrigo KumperaMerge pull request #2472 from kumpera/gc_api_fixes
2016-01-21 Alexander Köplinger[Mono.Posix] Make UnixSignalTest.TestRaiseStorm() more...
2016-01-21 monojenkinsMerge pull request #2471 from ludovic-henry/checkedbuil...
2016-01-21 Ludovic Henry[checked-build] Add compile flag to disable checked...
2016-01-21 Marek SafarMerge pull request #2475 from sandyarmstrong/getculture...
2016-01-21 Sandy Armstrong[corlib] Throw correct exception for GetCultureInfo(0)
2016-01-21 Rodrigo KumperaAdd mono-error macros for init and check.
2016-01-21 Rodrigo Kumpera[MonoError] Don't use type_name for the argument name...
2016-01-21 Rodrigo Kumpera[MonoError] Reduce the size of MonoError to conserve...
2016-01-21 Rodrigo Kumpera[boehm] Fix the usage of G_UNLIKELY.
2016-01-20 Zoltan Varga[llvmonly] Make sure the signature of unbox trampolines...
2016-01-20 Rodrigo Kumpera[gc] Simplify mono_object_new_pinned.
2016-01-20 Rodrigo Kumpera[gc] Introduce mono_object_new_mature in the same fashi...
2016-01-20 Rodrigo Kumpera[gc] Move OOM handling into the runtime from the GC.
2016-01-20 Zoltan Varga[llvmonly] Fix runtime invoke calls to gsharedvt method...
2016-01-20 Zoltan Varga[runtime] Add a new helper function mono_method_get_ful...
2016-01-20 Zoltan VargaMerge pull request #2465 from alexanderkyte/remoting_de...
2016-01-20 Alexander Kyte[runtime] ifdef out remoting function call in debugger
2016-01-20 Ludovic Henry[runtime] Use MonoError for mono_domain_create_appdomai...
2016-01-20 Ludovic Henry[runtime] Use MonoError for mono_make_shadow_copy
2016-01-20 Zoltan Varga[llvmonly] Fix the type of the vret_addr argument.
2016-01-20 Martin Baulig[System]: Change namespace for some internal classes.
2016-01-20 Martin Baulig[System]: Remove unpredictable pluggable setup and...
2016-01-19 Zoltan Varga[aot] Enable -O=gsharedvt by default when its supported...
2016-01-19 Zoltan Varga[aot] Small refactoring for gsharedvt method lookup.
2016-01-19 Zoltan Varga[llvmonly] Set the del->rgctx field for delegates creat...
2016-01-19 Rodrigo Kumpera[runtime] Avoid a read-after-free in JI table that...
2016-01-19 Ludovic Henry[tests] Output more debug information in case of test...
2016-01-19 Alexander Köplinger[io-layer] Fix tarball broken by 39393f118d6a532ccca30a...
2016-01-19 Alex Rønne... Merge pull request #2433 from alexrp/thread-volatile...
2016-01-19 Zoltan VargaMerge pull request #2399 from alexanderkyte/seq_point_n...
2016-01-19 Zoltan VargaMerge pull request #2397 from alexanderkyte/debugger_ap...
2016-01-19 Marek HabersackMerge pull request #2450 from grendello/io-layer-trace
2016-01-19 monojenkinsMerge pull request #2451 from akoeplinger/fix-osx
2016-01-19 Alexander Köplinger[Mono.Posix] Fix OSX build break by checking if accept4...
2016-01-19 monojenkinsMerge pull request #2447 from kumpera/amd64_gsharedvt
2016-01-19 Zoltan Varga[llvmonly] Avoid inlining methods which call MethodBase...
2016-01-18 Zoltan Varga[llvmonly] Fix the passing of byref arguments in runtim...
2016-01-18 Marek HabersackReplace DEBUG messages with calls to mono_trace
2016-01-18 Marek HabersackMove mono_trace to header file
2016-01-18 Zoltan Varga[llvmonly] Fix the MethodBase.GetCurrentMethod () intri...
2016-01-18 Jonathan PryorMerge pull request #2006 from steffen-kiess/posix-sockets-2
2016-01-18 Rodrigo KumperaMerge pull request #2 from xmcclure/rodrigo-fix-build
2016-01-18 Andi McClureAdditional stubs to fix standard build following [amd64...
2016-01-18 Zoltan Varga[llvm] Fix some type imcompatibility problems which...
2016-01-18 Rodrigo KumperaMerge pull request #2435 from xmcclure/x-refresh
2016-01-18 Zoltan Varga[llvmonly] Fix the catching of exceptions of open types...
2016-01-18 Vlad Brezae[sgen] Don't get the BlockInfo before checking that...
2016-01-18 Zoltan Varga[llvm] Add some missing opcodes.
2016-01-18 Zoltan Varga[runtime] Fix native-to-managed calls to delegates...
2016-01-18 Radek Doulik[linker] improve method dependencies dumping
2016-01-18 Steffen Kieß[Mono.Posix] Add wrappers for struct sockaddr_*
2016-01-17 Zoltan Varga[llvmonly] Add an instrinsics for MethodBase.GetCurrent...
2016-01-16 Marek Safar[corlib] Improve CancellationTokenSource test
2016-01-15 Alexander Köplinger[msvc] Fix Windows build
2016-01-15 Zoltan Varga[llvmonly] Share more wrapper types. Avoid adding out...
2016-01-15 Zoltan Varga[llvmonly] Avoid a crash in ves_icall_GetCurrentMethod...
2016-01-15 Rodrigo Kumpera[amd64] Fix setting of MonoCompile:ret:dreg in mono_arc...
2016-01-15 Rodrigo Kumpera[amd64] Add arg_size field to ArgInfo and update it...
2016-01-15 Rodrigo Kumpera[amd64] Properly emit loads to gsharedvt stack args.
2016-01-15 Rodrigo Kumpera[amd64] Add is_gsharedvt_return_value to ArgInfo. Save...
next