[mini] Document mini_parse_debug_option.
[mono.git] / mono /
2015-12-18 Zoltan Varga[runtime] Remove some debug printfs.
2015-12-18 Zoltan VargaAdd an alternative implementation for runtime invokes...
2015-12-18 Zoltan Varga[runtime] Add a mono_marshal_get_runtime_invoke_for_sig...
2015-12-18 Zoltan VargaMerge pull request #2365 from akoeplinger/fix-llvm...
2015-12-18 Alexander Köplinger[mini] Ensure mono_llvm_create_vars() is only present...
2015-12-17 Alexander KöplingerMerge pull request #2350 from akoeplinger/signcode...
2015-12-17 Alexis ChristoforidesMerge pull request #2342 from lewurm/mkbundlefix
2015-12-17 Jo ShieldsFix "make dist" WITHOUT accidentally un-bumping referen...
2015-12-17 Jo ShieldsRevert "Fix typo in dde9ee9e (Fixes `make dist`)"
2015-12-17 Jo ShieldsFix typo in dde9ee9e (Fixes `make dist`)
2015-12-17 Zoltan Varga[jit] Fix the support for gshared types in mini_emit_in...
2015-12-16 Zoltan Varga[jit] Make it possible to enable gsharedvt in llvmonly...
2015-12-16 Zoltan Varga[jit] Remove a superfluous assert.
2015-12-16 Zoltan Varga[jit] Reorganize mono_jit_runtime_invoke () a bit so...
2015-12-16 Zoltan VargaAdd support for translating between normal and gsharedv...
2015-12-16 Zoltan Varga2015-12-16 Zoltan Varga <vargaz@gmail.com>
2015-12-16 Zoltan Varga2015-12-16 Zoltan Varga <vargaz@gmail.com>
2015-12-16 Alexander KöplingerMerge pull request #2324 from akoeplinger/caching-locking
2015-12-16 Rodrigo KumperaMerge pull request #2356 from ludovic-henry/fix-thread...
2015-12-16 Ludovic Henry[threads] Fix potential deadlock on suspend
2015-12-16 monojenkinsMerge pull request #2353 from ludovic-henry/fix-service...
2015-12-16 monojenkinsMerge pull request #2351 from ludovic-henry/fix-socket...
2015-12-16 Marek SafarMerge pull request #2345 from akoeplinger/xbuild14
2015-12-16 Andi McClureMerge pull request #2354 from xmcclure/ugh-no-gdi
2015-12-15 Andi McClureMerge pull request #2346 from xmcclure/proxy-load-fail
2015-12-15 Andi McClureLet GetTransparentProxy fail clean on load error (bug...
2015-12-15 monojenkinsMerge pull request #2338 from BogdanovKirill/httpwritefix3
2015-12-15 monojenkinsMerge pull request #2343 from ludovic-henry/threads...
2015-12-15 Ludovic Henry[threads] Add mono_thread_info_usleep function
2015-12-15 Ludovic Henry[threads] Bring mono_thread_info_safe_suspend_and_run...
2015-12-15 Ludovic Henry[threads] Remove dead code
2015-12-15 monojenkinsMerge pull request #2340 from ludovic-henry/fix-service...
2015-12-14 Alexis ChristoforidesMerge pull request #2306 from migueldeicaza/master
2015-12-14 monojenkinsMerge pull request #2341 from ludovic-henry/fix-threadp...
2015-12-14 Ludovic Henry[threadpool] Saner default for max number of worker...
2015-12-14 Ludovic Henry[threadpool] Limit number of threads created per second
2015-12-14 Ludovic Henry[threadpool] Fix overflow of max number of worker threads
2015-12-14 Marek SafarMerge pull request #2218 from mono/assignProjectConfigu...
2015-12-11 Ludovic HenryMerge pull request #2311 from mlancione/master
2015-12-11 Rodrigo KumperaMerge pull request #1916 from ludovic-henry/iolayer...
2015-12-11 Ludovic Henry[threadpool] Fix GetAvailableThreads test
2015-12-11 Ludovic Henry[io-layer] Remove shared handles cross process support
2015-12-10 João MatosMerge pull request #2327 from akoeplinger/fix-msvc
2015-12-10 Alexander Köplinger[msvc] Fix casts that result in an error when building...
2015-12-10 Rodrigo Kumpera[jit] Better error message for a gsharing assert.
2015-12-10 João MatosFixed Windows MinGW build and avoid leakage of io-layer...
2015-12-10 Ludovic Henry[threadpool] Fix System.Web tests failures
2015-12-10 Aleksey Kliger ... Merge pull request #2310 from lambdageek/dev/bug-36305
2015-12-10 Ludovic HenryMerge pull request #2305 from ludovic-henry/fix-threadp...
2015-12-10 Martin BauligMerge pull request #2296 from xmcclure/webrequest-regex
2015-12-10 Alexander KöplingerMerge pull request #2312 from ArsenShnurkov/bug36724
2015-12-09 Zoltan VargaFix the x86/ppc build.
2015-12-09 João MatosMerge pull request #2288 from evincarofautumn/c++-compat
2015-12-09 Jon Purdy[runtime] Compile cleanly with -Wc++-compat.
2015-12-09 Zoltan Varga[sdb] Align the location of the MonoContext structure...
2015-12-09 Ludovic Henry[threadpool] Fix get min and available threads icalls
2015-12-09 Aleksey Kliger[reflection] Fix MethodInfo.GetBaseDefinition() for...
2015-12-09 Alexis ChristoforidesMerge pull request #2285 from knocte/filesystemwatcher
2015-12-09 Miguel de Icaza[mono/driver] On OSX, increase the number of file handl...
2015-12-08 Alexander KöplingerMerge pull request #2297 from akoeplinger/msvc-autoupda...
2015-12-08 Zoltan VargaDisable partial sharing again, it causes problems on...
2015-12-08 Zoltan Varga[llvm] Use a separate calling convention for gsharedvt...
2015-12-08 Rodrigo KumperaMerge pull request #2295 from lambdageek/dev/test-conc...
2015-12-08 Ludovic HenryMerge pull request #2302 from ludovic-henry/fix-delegat...
2015-12-08 Bernhard Urban[runtime] remove debug statements introduced by a0e1dae...
2015-12-08 João MatosMerge pull request #2304 from BillSeurer/master
2015-12-08 Ludovic HenryMerge pull request #2301 from ludovic-henry/fix-delegat...
2015-12-08 Bill Seurer[ppc] Temporary fix for power to get builds working.
2015-12-08 Zoltan Varga[runtime] Initialize a dynamic_images_mutex.
2015-12-08 Ludovic Henry[delegate] Fix multicast remove behaviour
2015-12-08 Ludovic Henry[delegate] Fix multicast Method property implementation
2015-12-08 Zoltan VargaMerge pull request #2299 from lewurm/finalizer_thread
2015-12-08 Zoltan VargaMerge pull request #2298 from akoeplinger/gsnprintf
2015-12-08 Bernhard Urban[runtime] adding additional assert to highlight source...
2015-12-08 Alexander Köplinger[metadata] Use g_snprintf instead of snprintf to fix...
2015-12-07 Vlad BrezaeMerge pull request #2246 from BrzVlad/feature-concurren...
2015-12-07 Vlad Brezae[sgen] Fix binary protocol scan process reference entries
2015-12-07 Vlad Brezae[sgen] Binary protocol entry for mod union cardtable...
2015-12-07 Vlad Brezae[sgen] Fix mod union cardtable marking race
2015-12-07 Vlad Brezae[sgen] Remove pointless prototype
2015-12-07 Vlad Brezae[sgen] Remove allow synchronous flag for concurrent...
2015-12-07 Vlad Brezae[sgen] Evacuation for the concurrent collector
2015-12-07 Zoltan Varga[aot] Fix the encoding/decoding of generic parameters...
2015-12-07 Aleksey Kliger(test-conc-hashtable.c) Make test work with cooperative...
2015-12-07 Alexander KöplingerMerge pull request #2294 from akoeplinger/fix-cygwin
2015-12-07 Zoltan VargaMerge pull request #2237 from xmcclure/container-owner
2015-12-07 Aleksey Kliger ... Merge pull request #2247 from ivmai/match-ext-libgc-api
2015-12-07 Alexander Köplinger[utils] Fix cygwin build
2015-12-07 Rodrigo KumperaRevert "Merge pull request #2237 from xmcclure/containe...
2015-12-07 Rodrigo KumperaRevert "[reflection] Fix the build from the last commit."
2015-12-07 Rodrigo Kumpera[reflection] Fix the build from the last commit.
2015-12-07 Rodrigo KumperaMerge pull request #2237 from xmcclure/container-owner
2015-12-07 Zoltan VargaMerge pull request #2291 from akoeplinger/msvc-fixes
2015-12-07 Alexander Köplinger[msvc] Fix Windows build breaks caused by a595d489fa64d...
2015-12-07 Zoltan VargaMerge pull request #2290 from akoeplinger/msvc-mono...
2015-12-07 Alexander Köplinger[msvc] Fix a few missing renames from ARCHITECTURE...
2015-12-06 Rodrigo KumperaMerge pull request #2276 from lambdageek/dev/bug-36283
2015-12-05 Rodrigo KumperaMerge pull request #2289 from lewurm/arm-sgen-bridge
2015-12-05 Bernhard Urban[tests] add timestamps to logging in bridge tests
2015-12-05 Miguel de IcazaMerge pull request #2286 from migueldeicaza/master
next