mono.git
2014-01-17 Alex Rønne... Merge pull request #856 from madewokherd/textcontrol
2014-01-17 Alex Rønne... Merge pull request #861 from RobertZenz/patch-1
2014-01-17 Alex Rønne... Merge pull request #875 from justincc/master
2014-01-17 Zoltan VargaFix boehm after eb1a7c159149745dfbc45ca9de81a7585b82b993.
2014-01-17 Zoltan Varga[runtime] Remove some unused includes.
2014-01-17 Zoltan Varga[runtime] Simplify mono_thread_state_init_from_handle...
2014-01-17 Zoltan Varga[runtime] Store the values of some TLS variables into...
2014-01-17 Zoltan Varga[runtime] Add a mono_thread_info_yield () function.
2014-01-17 Zoltan Varga[runtime] Use mono_thread_info_get_stack_bounds ()...
2014-01-17 Zoltan Varga[runtime] Move mono_thread_get_stack_bounds () to utils...
2014-01-17 Zoltan Varga[aot] Add the rgctx trampolines required by array helpe...
2014-01-17 Zoltan VargaDisable a gsharedvt test which depends on async functio...
2014-01-16 Aaron Bockoverdriver.c: Revert "Update message"
2014-01-16 Justin Clark... Change Mono manpage to correct effect of MONO_THREADS_P...
2014-01-16 Aaron Bockoverprofiles: define xammac (Xamarin.Mac) profile
2014-01-16 Aaron Bockoverbuild: use MOBILE_DYNAMIC instead of MONODROID
2014-01-16 Aaron Bockoverconfigure.in: remove --with-mobile
2014-01-16 Zoltan Varga[jit] Handle native types in mini_type_get_underlying_t...
2014-01-16 Zoltan VargaFix the --enable-native-types build.
2014-01-16 Zoltan VargaFix the build.
2014-01-16 Rodrigo Kumpera[runtime] Make gsharing and explicit configure extension.
2014-01-16 Rodrigo Kumpera[runtime]Add native type extension.
2014-01-15 Marek SafarNew test file
2014-01-15 Alan McGovern[Microsoft.Build.Engine] Fix the escaping/unescaping...
2014-01-15 Marek Safar[mcs] Add additional l-value checks on member access...
2014-01-15 Marek Safar[mcs] Import extension methods dynamic generic argument...
2014-01-15 Zoltan Varga[jit] Use the jit lock instead of the loader lock in...
2014-01-15 Zoltan Varga[runtime] Get rid of SuspendThread()/ResumeThread(...
2014-01-15 Zoltan Varga[jit] Fix dwarf line number info generation, make AOT...
2014-01-14 Marek Safar[corlib] Improve 85aaf9b07485d5253de4c142985e32b00ad193...
2014-01-14 Miguel de IcazaAdd support for stdout returns
2014-01-14 Zoltan Varga[runtime] Fix a regression caused by a0afa38296b8a3b038...
2014-01-14 Rolf Bjarne... The monotouch_runtime profile needs the DISABLE_COM...
2014-01-14 Zoltan Varga[runtime] Fix regressions caused by 9e5b23eee3a38cf0305...
2014-01-14 Zoltan VargaRevert "[runtime] Get rid of ResumeThread(), use mono_t...
2014-01-14 Sebastien PouliotAdd missing (new) file for System.Net.Http.dll (monotou...
2014-01-14 Rolf Bjarne... The monotouch_runtime profile needs the DISABLE_REMOTIN...
2014-01-14 Marek Safar[mcs] Disable container definition check on platforms...
2014-01-14 Marek Safar[linker] Add missing descriptors
2014-01-14 Zoltan Varga[runtime] Fix the windows build.
2014-01-14 Sebastien PouliotThe mobile profile can support IBindingRuntimePreferenc...
2014-01-14 Sebastien PouliotThere's no need for those special NET_2_1 cases (not...
2014-01-14 Sebastien PouliotThere's no need for those special NET_2_1 cases (exclud...
2014-01-14 Sebastien Pouliot[test] Disable a test for XI (only) as it does not...
2014-01-14 Zoltan VargaFix a warning.
2014-01-14 Zoltan VargaRevert "Fix a warning."
2014-01-14 Marek SafarFixes failing test
2014-01-14 Marek Safar[build] Add Microsoft.CSharp to monotouch profile
2014-01-14 Marek Safar[System] Use generic equality comparer in Find/FindLast...
2014-01-14 Zoltan Varga[arm] Fix an assert caused by large offsets. Fixes...
2014-01-14 Zoltan Varga[runtime] Get rid of ResumeThread(), use mono_thread_in...
2014-01-14 Zoltan VargaFix a warning.
2014-01-14 Zoltan Varga[runtime] Centralize low-level thread creation in utils...
2014-01-13 Michael Hutchinson[xbuild] Add 4.0 client profile
2014-01-13 Michael Hutchinson[xbuild] 4.0 test targets go in 4.5 profile
2014-01-13 Zoltan Varga[jit] Call mini_replace_type () in one place.
2014-01-13 Zoltan Varga[runtime] Fix an assert caused by a157ac79e8f404f0eb9b2...
2014-01-13 Zoltan Varga[sdb] Fix setting of byref variables in registers....
2014-01-13 Rodrigo Kumpera[io-layer] Add essay on my choices for is_file_writable.
2014-01-13 Marek SafarMerge pull request #844 from scottmcarthur/master
2014-01-13 Marek SafarTests update
2014-01-13 Marek Safar[System.Net.Http] Add parsing of multi-value strings...
2014-01-13 Zoltan VargaFix the build.
2014-01-13 Zoltan Varga[runtime] Fix the --disable-boehm build.
2014-01-13 Zoltan VargaMerge pull request #872 from Unity-Technologies/upstrea...
2014-01-13 Lucas Meijerallow users to specify a suspension policy when enablin...
2014-01-13 Marek SafarMerge pull request #871 from tumtumtum/master
2014-01-13 Rodrigo Kumpera[io-layer] Properly check write permission of a file...
2014-01-13 Zoltan VargaMove the mono_thread_create () function into utils...
2014-01-13 Zoltan VargaClean up the thread startup code by moving common code...
2014-01-12 Thong NguyenQuickfix for transactions timing out and not committing...
2014-01-12 Zoltan VargaAdd LOCK_THREAD/UNLOCK_THREAD macros, get rid of ensure...
2014-01-12 Zoltan VargaClean up the setup of thread->synch_cs. Initialize...
2014-01-12 Marek SafarMerge pull request #870 from wayoutmind/master
2014-01-12 Michael Hutchinson[xbuild] Properly disable tests on 4.0 framework profile
2014-01-12 Michael Hutchinson[xbuild] Tests need older MSBuild targets
2014-01-12 Rodrigo KumperaMerge pull request #869 from alistair/copyfile
2014-01-12 Fredrick Galoso[system] Add IsIPv6Teredo to System.Net.IpAddress
2014-01-11 Alistair BushDon't raise an exception if we can't find the src assembly.
2014-01-10 Aaron Bockovermono-api-info: avoid NumberOverflow
2014-01-10 Miguel de Icaza[csharp] do not try to read 0 characters for a string
2014-01-10 Miguel de Icaza[csharp] Make the stream reader iterate until all data...
2014-01-10 Miguel de IcazaAdd new --client/--server[=server[:port] support for...
2014-01-10 Miguel de Icazaupdate copyright
2014-01-10 Marek Safar[corlib] Update en-GB first day of week. Fixes #17151
2014-01-10 Marek Safar[mcs] Check type of index used in pointer array aritmet...
2014-01-10 Zoltan Varga[runtime] Fix large file support on android, it doesn...
2014-01-10 Marek Safar[corlib] Hunting down rare Task.WaitAll race
2014-01-10 Atsushi Enofix build.
2014-01-10 Marek Safar[mdoc] Update expected result xml templates
2014-01-10 Atsushi Enofix bug #11335.
2014-01-10 Atsushi EnoFix bug #11336.
2014-01-10 Marek Safar[System.Core] Update MonoTouch System.Linq.Expression...
2014-01-10 Marek Safar[mcs] Add missing object to dynamic conversion for...
2014-01-10 Michael Hutchinson[xbuild] Do not allow running tests or installing exe...
2014-01-10 Michael Hutchinson[xbuild] The 4.0 toolset is in the 4.5 directory
2014-01-10 Michael Hutchinson[xbuild] Reorganize xbuild targets/frameworks/bin data
2014-01-09 Rodrigo KumperaRevert "[runtime] Make mono_class_is_assignable_from...
2014-01-09 Rodrigo Kumpera[runtime] Change MonoImage::field_cache lock from the...
2014-01-09 Marek Safar[System.Core] Add dynamic interpreter
next