mono.git
2015-05-27 Sebastien PouliotRevert "[corlib] Restore UTF8 as the default encoding...
2015-05-27 João Matos[System.IO.Compression] Do not swallow inner exceptions...
2015-05-27 Neale FergusonAdd support for OP_GENERIC_CLASS_INIT
2015-05-27 Zoltan Varga[llvm] Fix rethrowing exceptions on x86.
2015-05-27 Marek Safar[corlib] Clone all levels of captures ExceptionDispatch...
2015-05-27 Zoltan VargaMerge pull request #1836 from ludovic-henry/referenceso...
2015-05-27 Zoltan VargaMerge pull request #1835 from ludovic-henry/referenceso...
2015-05-27 Ludovic Henry[corlib] Fix tests for System.Runtime.InteropServices...
2015-05-27 Ludovic Henry[corlib] Add test for ThreadLocal finalization
2015-05-27 Zoltan Varga[llvm] Fix the loadable llvm build.
2015-05-27 Marek Safar[corlib] Add more obsolete and not working types to...
2015-05-27 Marek Safar[system] Fixes incorrect tests
2015-05-27 Zoltan Varga[jit] Properly compute the layout of generic instances...
2015-05-26 Zoltan Varga[x86] Enable support for OP_GENERIC_CLASS_INIT.
2015-05-26 Alex Rønne... [mini] Remove MONO_ARCH_HAVE_CREATE_DELEGATE_TRAMPOLINE...
2015-05-26 Zoltan Varga[configure] Bump version to 4.3.0.
2015-05-26 Zoltan Varga[sgen] Use mono_class_has_finalizer () instead of klass...
2015-05-26 Marek Safar[corlib] Clean up thread execution context
2015-05-26 Zoltan Varga[jit] Handle not attached threads in mono_thread_state_...
2015-05-26 Zoltan Varga[System] Disable a test on mobile.
2015-05-26 Marek SafarMerge pull request #1832 from Tragetaschen/fix-http...
2015-05-26 Marek Safar[mcs] Emit correct binary comparison for useless is...
2015-05-26 Rolf Bjarne... [corlib] A few XI-internal functions have been renamed...
2015-05-26 Rolf Bjarne... [mdbrebase] Make sure to use a unique temporary filename.
2015-05-26 Rolf Bjarne... [mdbrebase] Add a quiet mode.
2015-05-26 Rolf Bjarne... [mdbrebase] Indent properly.
2015-05-26 Zoltan Varga[llvm] Fix the argument type of specific_trampoline_gen...
2015-05-26 Marek Safar[corlib] More thread code from reference sources, mostl...
2015-05-26 Atsushi Eno[xbuild] make sure to load appropriate Microsoft.Build...
2015-05-26 Zoltan VargaRevert "[runtime] Use condvars instead of events for...
2015-05-26 Zoltan Varga[arm] Implement support for OP_GENERIC_CLASS_INIT.
2015-05-26 Zoltan Varga[arm] Remove unused codegen files.
2015-05-25 Joao Matos[metadata] Replace non-portable usleep() with g_usleep...
2015-05-25 Joao Matos[metadata] Fixed MSVC union compilation issues in MS...
2015-05-25 Joao Matos[windows] Fixed MSVC config.h to define HAVE_COMPLEX_H.
2015-05-25 Joao Matos[sgen] Fixed compilation of sgen-workers.c under MSVC.
2015-05-25 Joao Matos[metadata] Fixed compilation of gc-stats.c under MSVC.
2015-05-25 Joao Matos[windows] Update MSVC DLL export definition files.
2015-05-25 Joao Matos[windows] Prepare VS build properties for proper DLL...
2015-05-25 Joao Matos[windows] Updated VS project files.
2015-05-25 Zoltan Varga[llvm] Fix the IR generated for OP_GENERIC_CLASS_INIT.
2015-05-25 Zoltan Varga[arm] Fix the handling of callee saved fp registers...
2015-05-25 Marek Safar[corlib] Add TimeZoneInfo support to xammac
2015-05-25 Marek Safar[corlib] TimeZoneInfo.GetSystemTimeZones should work...
2015-05-25 Marek Safar[corlib] Clean up some of TimeZoneInfo ifdefs
2015-05-25 Marek Safar[corlib] SafeHandle from reference sources without...
2015-05-24 Marek Safar[mcs] Emit value type initializers without local reset...
2015-05-22 Kai RuhnauFixed parsing the host header field
2015-05-22 Kai RuhnauAdded a test for accessing HttpRequestHeader.Host
2015-05-22 Marek Safar[corlib] Disable more CAS code
2015-05-22 Marek Safar[mcs] Emit decimal constant attribute sign using csc...
2015-05-22 Marek Safar[runtime] Check remoting support in mscorlib before...
2015-05-22 Marek Safar[system.xml] Check different results under disabled cas
2015-05-22 Marek Safar[corlib] ExecutionContext and other contexts from refer...
2015-05-22 João Matos[aot] Fixed the strip invocation to correctly handle...
2015-05-22 João Matos[aot] Added a "temp-path" option to pass a location...
2015-05-22 João Matos[aot] Document the "llvm-path" option.
2015-05-22 João Matos[aot] Refactored path cleaning code into a standalone...
2015-05-22 Sebastien Pouliot[corlib] Restore UTF8 as the default encoding for XI...
2015-05-22 João MatosMerge pull request #1829 from StephenMcConnel/bug-30325
2015-05-22 Marcos Henrich[corlib] Moved ValueType field into another class.
2015-05-22 Zoltan VargaMerge pull request #1828 from alexanderkyte/jenkins_arm...
2015-05-21 Stephen McConnelPrevent DataGridViewTextBoxCell from using Disposed...
2015-05-21 Alexander Kyte[runtime/profiler] Check that coverage hash tables...
2015-05-21 Atsushi Eno[WCF] bonus, NET_2_1 is blocking set_Timeout. It didn...
2015-05-21 Zoltan Varga[aot] Handle partial sharing in mono_aot_get_unbox_tram...
2015-05-21 Zoltan Varga[runtime] Handle generic methods in mono_method_get_vta...
2015-05-21 Atsushi Eno[WCF] fix send timeout. Should fix bug #19697. Should...
2015-05-21 Zoltan Varga[runtime] Fix the calculation of the blittable status...
2015-05-21 Alex Rønne... Merge pull request #1826 from alexanderkyte/remove_all_...
2015-05-20 Marek Safar[system.xml] Disable cas in mobile profiles only
2015-05-20 Marek SafarBump reference source
2015-05-20 Marek Safar[system.xml] One more mobile serialization incompatibility
2015-05-20 Marek Safar[corlib] Remove unused thread field
2015-05-20 Ludovic Henry[threads] Remove dead code
2015-05-20 Marek Safar[corlib] Match closer ExecutionContextSwitcher methods
2015-05-20 Ludovic Henry[referencesource] Import System.Threading.ThreadLocal
2015-05-20 Ludovic Henry[referencesource] Import System.Threading.ThreadLocal
2015-05-20 Alex Rønne... Merge pull request #1823 from iainx/anti-dos
2015-05-20 Ludovic Henry[referencesource] Import System.ValueType
2015-05-20 iain holmes[Profiler] Limit files loaded in the coverage profiler...
2015-05-20 Marek Safar[bcl] Mobile profiles fixes
2015-05-20 Alexander Kyte[runtime] Remove a test that leads to excessive heap...
2015-05-20 Martin BauligMerge pull request #1822 from mono/work-bug23792
2015-05-20 Sebastien PouliotBump referencesource for XI #30205
2015-05-20 Martin Baulig[TLS]: Fix #23792.
2015-05-20 Sebastien PouliotBump referencesource for fixes required by XI
2015-05-19 Ludovic Henry[referencesource] Import System.Runtime.InteropServices...
2015-05-19 Marek Safar[corlib] Remove unused files
2015-05-19 Marek Safar[corlib] LocalDataStoreSlot from reference sources
2015-05-19 João MatosMerge pull request #1821 from iainx/replace-getline
2015-05-19 Marek Safar[corlib] CompressedStack in not supported in mobile...
2015-05-19 iain holmes[Profiler] Replace getline(3)
2015-05-19 Zoltan Varga[aot] Fix full aot support.
2015-05-19 Marek Safar[corlib] Small part of thread from reference sources
2015-05-19 Neale FergusonFix delegate and IMT processing - devirtualization...
2015-05-19 Miguel de Icaza[mono-proclib] Compile on non Mach-based Unix systems...
2015-05-18 Miguel de Icaza[corlib/Tests] Added test for bug #30171
2015-05-18 Zoltan Varga[arm64] Define MONO_ARCH_HAS_MONO_CONTEXT.
2015-05-18 Zoltan Varga[runtime] Add a test for 8 delegate arguments.
next