mono.git
2015-10-27 Andi McClureMerge pull request #2163 from xmcclure/image-audit
2015-10-27 "Andi McClure... This introduces three macros, to be used in place of...
2015-10-27 João Matos[runtime] Normalize include style.
2015-10-27 Andi McClureMerge pull request #2175 from xmcclure/pre-image-audit
2015-10-27 "Andi McClure... Simplify function interface for rework of image.c hashe...
2015-10-27 João Matos[runtime] Fixed cross-compile LLVM build.
2015-10-27 Ludovic Henry[test-runner] Make sure to close resources hold by...
2015-10-27 Ludovic Henry[Process] Use output/error stream instead of naked...
2015-10-27 Alexander Köplinger[test-runner] Make the --testsuite-name option required
2015-10-27 João Matos[runtime] Added --with-cross-offsets configure option...
2015-10-27 Marek Safar[mcs] Declared fields cannot have unmanaged check done...
2015-10-27 Zoltan Varga[llvmonly] Fix EH when llvm is disabled.
2015-10-26 Zoltan Varga[llvmonly] Fix an assertion for methods with many argum...
2015-10-26 Zoltan Varga[llvmonly] Fix the computation of the generic context...
2015-10-26 Mark Probst[sgen] Fix binary protocol limit default.
2015-10-26 Ludovic Henry[Process] Close process in/out/err handle on Process...
2015-10-26 "Andi McClure... Rework “image hashes” in image.c to segregate by-path...
2015-10-27 "Andi McClure... Continued cleanup in preparation for mempool reference...
2015-10-26 Zoltan Varga[llvm] Fix aot support in non-llvmonly mode.
2015-10-26 Zoltan Varga[llvmonly] Avoid disabling llvm for methods with pinvok...
2015-10-26 Zoltan Varga[llvm] Register the llvmonly icalls even if llvm is...
2015-10-26 Zoltan VargaFix the non-llvm build.
2015-10-26 Ludovic Henry[tests] Add timeout before failing
2015-10-26 Ludovic Henry[tests] Increase timeout before failing
2015-10-26 Marek Safar[mcs] Support auto-property with private setter with...
2015-10-26 Ludovic Henry[tests] Increase timeout before failing
2015-10-26 Ludovic Henry[tests] Add --testsuite-name to avoid overwritting...
2015-10-26 Ludovic Henry[tests] Use test-runner to run unhandled-exception...
2015-10-26 Zoltan VargaAdd another missing file.
2015-10-26 Zoltan VargaAdd a missing file.
2015-10-26 Zoltan Varga[llvm] Move the EH support code into mini-exceptions...
2015-10-26 Zoltan Varga[llvm] Fix support for asmonly+llvmonly by emitting...
2015-10-24 Zoltan VargaMerge pull request #2166 from ermshiperete/FontHeight
2015-10-24 Zoltan Varga[profiler] Create a static version of libmono-profiler...
2015-10-24 Zoltan Varga[arm] Add a comment for a hack.
2015-10-23 Zoltan Varga[arm64] Implement mono_threads_core_begin_async_resume...
2015-10-23 Aleksey Kliger... Merge pull request #2171 from lambdageek/dev/fix-marshal
2015-10-23 Mark Probst[sgen] Documentation about future-proofing the binary...
2015-10-23 Zoltan VargaAdd a new Moono_GetStackTraces method to Thread which...
2015-10-23 Aleksey Kliger[coop] One more pair of coop gc marshal fixes.
2015-10-23 Martin BauligRemove a few more 'using System.Reflection's.
2015-10-23 Martin Baulig[Mono.Security]: Use the new 'NoReflectionHelper' inste...
2015-10-23 Mark Probst[sgen] Add some bridge documentation.
2015-10-23 Zoltan VargaMerge pull request #2170 from alexanderkyte/mini_llvm_a...
2015-10-23 Alexander Kyte[runtime] Fix support for amd64 in mini-llvm-cpp.cpp
2015-10-23 Martin Baulig[System]: Add internal 'Mono.Net.Security.NoReflectionH...
2015-10-23 Martin BauligRemove 'using System.Reflection'.
2015-10-23 Martin Baulig[Mono.Security]: Access System.dll's internals directly...
2015-10-23 Martin Baulig[System]: Make internals visible to Mono.Security.
2015-10-23 Alexander Köplinger[test-runner] Fix a few more hardcoded test suite names
2015-10-23 Ludovic Henry[test-runner] Wait synchronously for process exit
2015-10-23 João MatosMerge pull request #2168 from BillSeurer/llvm
2015-10-23 Bill Seurer[ppc] Activate llvm for power
2015-10-23 Rodrigo KumperaMerge pull request #2165 from lambdageek/dev/marshal-fix
2015-10-23 Ludovic Henry[socket] Use syscall abort mechanism properly
2015-10-23 Ludovic Henry[socket] Enable Shutdown on socket disposal only on...
2015-10-23 Jo Shields[msvc] Manually update .defs, don't use update-defs...
2015-10-23 Jo ShieldsRevert "[msvc] Update the DLL export definition files."
2015-10-23 Jo Shields[msvc] Update the DLL export definition files.
2015-10-23 Brent McCarthy[WinForms] Check for null font Height
2015-10-22 Aleksey Kliger[coop] update native call marshalling to pass thread...
2015-10-22 Zoltan Varga[runtime] Add a check for PE images to mono_method_body...
2015-10-22 Zoltan VargaFix the build.
2015-10-22 Zoltan Varga[runtime] Move the MONO_ENV_OPTIONS parsing code to...
2015-10-22 Zoltan VargaExport mono_image_load_cli_header/load_metadata from...
2015-10-22 Alex Rønne... Merge pull request #2162 from alexrp/master
2015-10-22 Marek Safar[corlib] Add non-overlapping buffer MemoryCopy implemen...
2015-10-22 "Andi McClure... Cleanup in preparation for mempool reference auditing...
2015-10-22 Alex Rønne... [profiler] Disable the hack to attempt to get code...
2015-10-22 João MatosMerge pull request #2158 from akoeplinger/fix-winforms...
2015-10-22 João MatosMerge pull request #2154 from BrennanConroy/bug_30018
2015-10-22 Ludovic Henry[threads] Print more information in case of error in...
2015-10-22 Jo ShieldsMerge pull request #2149 from directhex/absolute-path...
2015-10-22 Alexander Köplinger[WinForms] Update tests to match recent changes to...
2015-10-21 Martin Baulig[Mono.Security]: Mark 'HttpsClientStream' as obsolete.
2015-10-21 Martin Baulig[System]: Remove some dead internal code.
2015-10-21 Rodrigo KumperaMerge pull request #2122 from lambdageek/dev/bug-26384
2015-10-21 Marek SafarMerge pull request #2155 from akoeplinger/bug-34334-pr
2015-10-21 Martin Baulig[System]: Use MonoTlsProvider API in WebConnection.
2015-10-21 Martin Baulig[System]: Use MonoTlsProvider API in FtpWebRequest...
2015-10-21 Alexander Köplinger[interpreter] Relax check for forcing compilation for...
2015-10-21 Aleksey Kliger[reflection] Test for ModuleBuilder.GetType(String...
2015-10-21 Aleksey Kliger[reflection] ModuleBuilder, TypeBuilder escaped type...
2015-10-21 Aleksey Kliger[corlib] Test Type.FullName and Type.GetType() with...
2015-10-21 Aleksey Kliger[corlib] ves_icall_Type_GetNestedTypes unescape special...
2015-10-21 Aleksey Kliger[corlib] System.TypeSpec.Parse unclosed square brackets...
2015-10-21 Aleksey Kliger[corlib] System.TypeSpec.Parse escaped characters
2015-10-21 Aleksey Kliger[corlib] handle special characters in Type.FullName...
2015-10-21 Jonathan Pryor[tuner] Properly preserve AesCryptoServiceProvider.
2015-10-21 Radek Doulik[tuner] handle the case with multiple "preserve" attributes
2015-10-20 Zoltan Varga[runtime] Factor out the PE image loading code into...
2015-10-20 Marek Safar[mcs] Fix inference of dynamic type used as a construct...
2015-10-20 Zoltan Varga[runtime] Fix a possible buffer overflow in get_process...
2015-10-20 Zoltan Varga[amd64] Remove some dead code.
2015-10-20 Zoltan VargaRevert "[amd64] Allow returning of structs in register...
2015-10-20 Marek Safar[mcs] Add additional doc reset after property initializ...
2015-10-20 Alexander Köplinger[acceptance-tests] Fix tarball build and rename "check...
2015-10-20 Marek SafarFixes mobile build
2015-10-20 Marek Safar[mdoc] Update expected test results after private membe...
2015-10-20 Marek Safar[System.Runtime.Caching] Update test due to .net fixes
next