mono.git
2015-03-18 Joel Martinez[mdoc] Updated csproj to target .NET 4.5
2015-03-18 João MatosMerge pull request #1639 from alexrp/profiler-mingw
2015-03-18 Alex Rønne... [profiler] Don't build the profiler on Windows.
2015-03-18 Marcos Henrich[System] Fixed RemoveConnectionGroup concurrent issue.
2015-03-18 Marcos Henrich[System] ServicePoint.CheckAvailableForRecycling is...
2015-03-18 Marcos Henrich[System] Test ServicePoint.CloseConnectionGroup concurr...
2015-03-18 Marek Safar[corlib] Update mobile tests
2015-03-18 Marek Safar[corlib] Default Egypt calendar is gregorian. Fixes...
2015-03-18 João MatosMerge pull request #1637 from soimort/fix-build
2015-03-18 Mort Yao[runtime] Fix build for Linux
2015-03-18 Mort Yao[runtime] Add missing semicolon in mono_rand_try_get_by...
2015-03-18 Marek Safar[corlib] Disable more remoting code for mobile
2015-03-18 Marek SafarRevert "Fixes build"
2015-03-18 Marek SafarFixes build
2015-03-18 Marek Safar[System.Runtime.Serialization.Formatters.Soap] Updated...
2015-03-18 Zoltan Varga[gsharedvt] Make sure the gsharedvt method we use in...
2015-03-17 Alex Rønne... Merge pull request #1636 from alexrp/profiler-stuff
2015-03-17 Alex Rønne... Merge pull request #1635 from alexrp/core-clr-properties
2015-03-17 Zoltan Varga[runtime] Revert part of 2e3ba21e80f3edd03c7c2050c9ba92...
2015-03-17 Atsushi Eno[xlinq] add test from bug #18171 (partly).
2015-03-17 Ludovic Henry[threadpool] Add licensing header
2015-03-17 Ludovic Henry[threadpool] Integrate the microsoft ThreadPool into...
2015-03-17 Ludovic Henry[runtime] Move random generator code out of icall,...
2015-03-17 Ludovic Henry[runtime] Add CPU usage utility function
2015-03-17 Zoltan Varga[jit] Avoid disabling direct calls to icalls on arm64...
2015-03-17 Marek Safar[corlib] Bump corlib version for 8d097349b3289b35c6052d...
2015-03-17 Marek Safar[System.Runtime.Remoting] Update internal TypeFilter...
2015-03-17 João Matos[genproj] Re-generated the class library projects.
2015-03-17 João Matos[genproj] Remove System.Xml pre-processing file as...
2015-03-17 João Matos[genproj] Ignore temporary project generation inputs.
2015-03-17 João Matos[genproj] Added support for mcs "/-getresourcestrings...
2015-03-17 João Matos[genproj] Remove non .NET 4.5 solutions from being...
2015-03-17 Marek Safar[corlib] Fixes remoting response message arguments...
2015-03-17 Marek Safar[corlib] Keep only one remoting MessageDictionary,...
2015-03-17 Alex Rønne... [profiler] Redesign buffer flushing and method reporting.
2015-03-17 Alex Rønne... [profiler] Make `perf` syscall work on ARM64.
2015-03-17 Alex Rønne... [profiler] Clean up some unused declarations.
2015-03-17 Alex Rønne... [mini] Expose mono_aot_get_method () as an API-unstable...
2015-03-17 Alex Rønne... [mini] Expose an API-unstable mono_get_jit_info_from_me...
2015-03-17 Alex Rønne... [mcs] Ignore .dep_dirs-* files.
2015-03-17 Alex Rønne... [configure] Add a `--disable-perf-events` flag to disab...
2015-03-17 Alex Rønne... [corlib] Implement security properties on FieldInfo...
2015-03-17 Alex Rønne... [coreclr] Add mono_security_core_clr_field_level (...
2015-03-17 Marcos Henrich[System] Fixed SafeSocketHandle concurrency problem.
2015-03-17 Marcos Henrich[runtime] Assert that thread_resume returns KERN_SUCCESS.
2015-03-17 Marcos Henrich[runtime] Fixed thread_abort_safely not interrupting...
2015-03-17 Neale Fergusons390x-codegen.h : Fix instruction definition and add...
2015-03-17 Alexander Kyte[corlib] Fixed change in 4b4ddb66b3 that prevented...
2015-03-17 Marek Safar[system.date] Fix DefaultValue expression serialization
2015-03-17 Atsushi Eno[xlinq] add test from bug #14856.
2015-03-17 Atsushi Eno[xml] add test from bug #2917.
2015-03-17 Marek Safar[corlib] Always pass ProxyCheckCast check
2015-03-17 Marek Safar[corlib] Add missing public type
2015-03-17 Marek Safar[corlib] Serialization from reference sources
2015-03-17 Zoltan Varga[jit] Add exception checks after direct calls to icalls...
2015-03-17 Zoltan Varga[jit] Disable direct icalls for now to fix the build.
2015-03-17 Zoltan Varga[jit] Split the CEE_CALLI conv into a separate switch...
2015-03-17 Zoltan Varga[amd64] Fix aot support in throw_pending_exception ().
2015-03-17 Zoltan Varga[runtime] Allocate objects outside the lock in mono_str...
2015-03-17 Zoltan VargaMerge pull request #1633 from BrzVlad/fix-w32-pinvoke
2015-03-17 Zoltan Varga[jit] Add support for directly calling normal icalls...
2015-03-16 Vlad Brezae[x86] Handle stack pop done by native stdcalls.
2015-03-16 Zoltan Varga[aot] Enable direct calls to icalls in aot mode, disabl...
2015-03-16 Zoltan Varga[aot] Remove obsolete 'iphone-abi' option.
2015-03-16 Zoltan Varga[io-layer] Avoid the usage of atexit (), clean up handl...
2015-03-16 Vlad Brezae[sgen] Write barrier nursery checks might be needed
2015-03-16 Vlad Brezae[aot] Add aot support for write barrier.
2015-03-16 Vlad Brezae[sgen] Differentiate the concurrent and nonconcurrent...
2015-03-16 Vlad Brezae[aot] Fix allocation over structure size.
2015-03-16 Vlad Brezae[jit] Handle pointers for aot separately from CEE_MONO_...
2015-03-16 Vlad Brezae[sgen] Remove option for unaligned nurseries.
2015-03-16 Marek Safar[system] Update wrong test
2015-03-16 Alexander KyteAdded/modified tests for marshalling and remoting of...
2015-03-16 Alexander Kyte[Runtime] Altered the marshalling logic for StringBuild...
2015-03-16 Alexander KyteRevert "Revert "[corlib] StringBuilder from reference...
2015-03-16 João Matos[mini] Fixed the build.
2015-03-16 João Matos[runtime] Fixed thread async suspend on Windows.
2015-03-16 João Matos[runtime] Added missing function `mono_threads_core_int...
2015-03-16 João Matos[msvc] Renamed ResumeThread since it conflicts with...
2015-03-16 Marek Safar[corlib] Attribute from reference sources. Fixes #27982...
2015-03-16 Zoltan Varga[aot] Bump aot file format version.
2015-03-16 Zoltan Varga[aot] Fix mono_aot_method_hash () to avoid depending...
2015-03-16 Zoltan VargaFix the cross compiler build.
2015-03-16 Zoltan VargaBump referencesource to pick up 7ce7271612320b265e3a4a4...
2015-03-15 Miguel de IcazaMerge pull request #1617 from keneanung/OdbcCommandExce...
2015-03-15 Miguel de IcazaMerge pull request #1627 from mono/tooltask-fixes
2015-03-15 João MatosMerge pull request #1628 from akoeplinger/resxresourcer...
2015-03-15 Zoltan Varga[jit] Add support for char/boolean to mini_type_get_und...
2015-03-15 Zoltan Varga[aot] Rename the find_extra_method... functions to...
2015-03-15 Zoltan Varga[jit] Fix the detection of whenever we are compiling...
2015-03-15 Zoltan Varga[runtime] Remove ldscript support, its no longer needed...
2015-03-15 Alexander Köplinger[WinForms] Make ResXResourceReader enumerator return...
2015-03-14 Zoltan Varga[jit] Set the names of the gparams used during generic...
2015-03-14 Zoltan VargaFix the build.
2015-03-14 Alexander Köplinger[Microsoft.Build.Utilities] Make properties in ToolTask...
2015-03-14 Zoltan VargaFix the aot compiler.
2015-03-13 Rodrigo Kumpera[threading] Fix signal registration on posix.
2015-03-13 Rolf Bjarne... Fix spelling.
2015-03-13 João Matos[aot] Wrap the commands we pass to Windows's system...
2015-03-13 João Matos[aot] Escape the command executables with quotes to...
next