mono.git
2016-09-12 monojenkinsMerge pull request #3549 from lewurm/arm64-icache-big...
2016-09-12 Marek SafarMerge pull request #3535 from henricm/fix-always-use...
2016-09-12 David KarlašMerge pull request #3552 from DavidKarlas/getScopeChanges
2016-09-12 David Karlaš[Debugger] GetLocals was throwing NullReferenceExceptio...
2016-09-12 Emil Sandstø[threads] Correct the spin waiting in 'sleep_interrupta...
2016-09-11 Alex Rønne... Merge pull request #3550 from alexrp/revert-tp-monitor
2016-09-11 Alex Rønne... Revert "[threadpool-ms] Switch Monitor thread to a...
2016-09-09 Zoltan Varga[runtime] Remove some dead code.
2016-09-09 Bernhard Urban[arm64] use `dc civac` instead of `dc cvau`
2016-09-09 Bernhard Urban[arm64] manually flush icache
2016-09-09 Bernhard Urban[arm64] flush whole emitted thunk
2016-09-09 Ludovic Henry[threadpool-ms] Switch Monitor thread to a MonoThreadIn...
2016-09-09 Zoltan VargaRemove a debug printf.
2016-09-09 Zoltan VargaAdd missing file.
2016-09-09 Zoltan Varga[sdb] Add a MethodMirror:GetScopes () method which...
2016-09-09 Ludovic Henry[threads] Add specific field to check size (#3542)
2016-09-09 Ludovic Henry[threadpool-ms] Replace win32 semaphore by coop semapho...
2016-09-09 Ludovic Henry[mono-threads] Fix lifetime of MonoThreadInfo->handle...
2016-09-09 Zoltan Varga[llvm] Disable llvm again for methods with large basic...
2016-09-09 monojenkinsMerge pull request #3540 from kumpera/abort-on-gerror
2016-09-08 Vlad BrezaeMerge pull request #3528 from BrzVlad/fix-sgen-check...
2016-09-08 Rodrigo Kumpera[logging] Fix g_error not aborting.
2016-09-08 Ludovic Henry[threads] Factor common attach code in mono_thread_atta...
2016-09-08 Niklas TherningMerge pull request #3537 from ntherning/fix-failing...
2016-09-08 Niklas TherningRemove Assert.Fail() calls in ThreadTest when running...
2016-09-08 Jonathan ChambersAvoid race condition between domain unload and threadpo...
2016-09-08 Henric MüllerRemoving hard coded preamble length
2016-09-08 Alexander KöplingerMerge pull request #3532 from alexrp/profiler-stress...
2016-09-08 Alex Rønne... [acceptance-tests] Add profiler-stress suite.
2016-09-08 Alex Rønne... Merge pull request #3531 from alexrp/master
2016-09-08 Alex Rønne... [profiler} Don't crash if a zero sampling frequency...
2016-09-07 Henric MüllerMoving WSAGetLastError calls closer to socket operation...
2016-09-07 Niklas TherningMerge pull request #3511 from henricm/fix-no-socket...
2016-09-07 Ludovic Henry[threads] Remove CREATE_SUSPENDED (#3529)
2016-09-07 Alex Rønne... Merge pull request #3526 from alexrp/master
2016-09-07 Vlad Brezae[sgen] Make sure we don't sweep a block if we're not...
2016-09-06 ManuRename local file into socket_fd (#3524)
2016-09-06 Ludovic HenryMerge pull request #3509 from ludovic-henry/iolayer...
2016-09-06 Alex Rønne... [sgen] Don't consider managed write barriers to be...
2016-09-06 Vlad Brezae[sgen] Remove unused and potentially wrong case from...
2016-09-06 Vlad Brezae[sgen] Fix mod union consistency check
2016-09-06 Vlad Brezae[sgen] Don't do remset consistency checks during majors
2016-09-06 Vlad Brezae[sgen] Don't verify the heap after a major
2016-09-06 Vlad Brezae[sgen] Fix missing remsets with verify before collections
2016-09-06 Ludovic Henry[mono-threads] Have error in case we cannot set thread...
2016-09-06 Ludovic Henry[mono-threads] Fix win32 to posix priority conversion
2016-09-06 Ludovic Henry[mono-threads] Store handle related data in MonoThreadInfo
2016-09-06 Ludovic Henry[mono-threads] Assert that we do not try to signal...
2016-09-06 Alexander KöplingerMerge pull request #3518 from akoeplinger/fix-fileioper...
2016-09-06 Alexander Köplinger[corlib] Ensure FileIOPermission ctor is not called...
2016-09-06 Alexander KöplingerMerge pull request #3525 from henricm/fix-access-level...
2016-09-06 Henric MüllerUsing max level allowed when getting current token
2016-09-06 Miguel de Icaza[mcs/Makefile] make the 'btest' (bootstrap test) target...
2016-09-06 Zoltan Varga[jit] Unify the handling of 'error' and 'exc' in the...
2016-09-05 Joshua PetersonBetter handle marshaling of packed types (#3508)
2016-09-05 Zoltan Varga[jit] Emit a dummy call after calls to Type.GetType...
2016-09-05 Alexander KöplingerMerge pull request #3521 from ntherning/fix-failures...
2016-09-05 Alexander KöplingerMerge pull request #3520 from ntherning/fix-ModuleTest...
2016-09-05 Niklas TherningFix for failures in RegistryKeyTest on Windows
2016-09-05 Alexander KöplingerMerge pull request #3505 from ntherning/fix-resource...
2016-09-05 Niklas TherningPrevent ModuleTest failures due to too long temp folder...
2016-09-05 Vlad Brezae[sgen] Remove unused parameter
2016-09-05 Niklas TherningLookup of test resource files in ResourceReaderTest...
2016-09-04 Alexander Köplinger[Dataflow] Bump timeouts in TransformBlockTest.Deferred...
2016-09-04 Alexander KöplingerMerge pull request #3514 from ntherning/more-reliable...
2016-09-03 Alex Rønne... Merge pull request #3517 from alexrp/master
2016-09-03 Niklas TherningPrefer SHGetKnownFolderPath() in g_get_home_dir() over...
2016-09-03 Alex Rønne... [man] Update mprof-report.1 to cover new profiler options.
2016-09-03 Zoltan Varga[SRE] Move the resolving of user types to managed code...
2016-09-03 Zoltan Varga[runtime] Fix a C&P problem introduced by d4052c556399c...
2016-09-02 Zoltan Varga[SRE] Remove empty TypeBuilder:setup_generic_class...
2016-09-02 Zoltan Varga[runtime] Remove the stub of ves_icall_TypeBuilder_crea...
2016-09-02 Zoltan Varga[corlib] Fix the signature of a few SRE icalls, they...
2016-09-02 Aleksey Kliger... Merge pull request #3446 from lambdageek/bug-42584
2016-09-02 Marek Safar[mcs] Adjust correctly newline counter inside pragma...
2016-09-02 Marek Safar[corlib] Add timeout to failing test
2016-09-02 Marek SafarMerge pull request #3506 from ntherning/make-ZoneTest...
2016-09-02 Marek SafarMerge pull request #3452 from ntherning/fix-AppDomainSe...
2016-09-02 Henric MüllerNot reusing sockets in dual mode tests
2016-09-02 Marek Safar[System.Core] Allow TryConvert to return null for any...
2016-09-01 Aleksey Kliger[runtime] Check for ReferenceAssemblyAttribute when...
2016-09-01 Aleksey Kliger[loader] Tests for RefereceAssemblyAttribute support
2016-09-01 Aleksey Kliger[runtime] Add mono_assembly_get_reference_assembly_attr...
2016-09-01 Rodrigo KumperaMerge pull request #3455 from kumpera/abort_cctor
2016-09-01 Ludovic Henry[mono-threads] Factor common platform create thread...
2016-09-01 Miguel de IcazaBundle other options (#3501)
2016-09-01 Alexander KöplingerMerge pull request #3498 from mattleibow/bug-41723
2016-09-01 Niklas TherningMake Zone.CreateFromUrl() work with URLs like file...
2016-09-01 Niklas TherningMerge pull request #3503 from ntherning/fix-MarshalTest...
2016-09-01 Niklas TherningMerge pull request #3504 from ntherning/fix-PropertyInf...
2016-09-01 Niklas TherningPropertyInfoTest.ConstantValue() shouldn't fail if...
2016-09-01 Niklas TherningIgnore the MarshalTest.GetHINSTANCE() test on Mono...
2016-09-01 Matthew Leibowitz[Mono.Data.Sqlite] Using the Version class to do the...
2016-09-01 Miguel de IcazaTypo fix
2016-09-01 Jo ShieldsAdd a man page for cert-sync (#3424)
2016-09-01 Zoltan Varga[runtime] Add a mono_threads_close_thread_handle (...
2016-09-01 Bernhard UrbanMerge pull request #3492 from lewurm/fix-insert-insn
2016-09-01 monojenkinsMerge pull request #3499 from kumpera/fix_logging
2016-09-01 Matthew Leibowitz[Mono.Data.Sqlite] Instead of try/catch and dlopen...
2016-09-01 Rodrigo Kumpera[threading] Update comments.
next