Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-12Merge pull request #2601 from lambdageek/dev-4.3.2/bug-38222fix-leaksAleksey Kliger (λgeek)
2016-02-12Merge pull request #2607 from lambdageek/dev-4.3.2/bug-38408monojenkins
2016-02-12[System]: Clone the X509Certificate instance that's stored in ServicePoint.Martin Baulig
2016-02-12[io] Don't leak Pipe filenameAleksey Kliger
2016-02-12[io] Release Pipe and Console shared handlesAleksey Kliger
2016-02-12[io] Test repeatedly opening a character deviceAleksey Kliger
2016-02-12[jit] Fix the bblock linking in c5512c0d3e2b102ed16158ce8c599c8203ccd510.Zoltan Varga
2016-02-12[Mono.Security]: Make 'Mono.Security.Protocol.Ntlm' public and include in Sys...Martin Baulig
2016-02-11[reflection] Set pending loader exception in mono_reflection_get_custom_attrs...Aleksey Kliger
2016-02-11[msbuild] Registered the XmlPeek Build Task in the Microsoft.Common.tasksDean Ellis
2016-02-11[aot] Fix the check in mono_aot_get_plt_entry () for thumb code, use 'code-4'...Zoltan Varga
2016-02-11[jit] Add a fastpath to Monitor.Enter () which doesn't have a wrapper, and ad...Zoltan Varga
2016-02-11[jit] Fix the peephole optimization added by 9fc7c1de3a2f7d42c732b20e272d9d66...Zoltan Varga
2016-02-11[Mono.Security]: MonoTlsProviderFactory.GetProvider(string) now returns null ...Martin Baulig
2016-02-11[metadata] Fix Facades lookup in assembly.c when MONO_PATH is setAlexander Köplinger
2016-02-11[profiler] Remove perf_event.h from EXTRA_DIST, too.Alex Rønne Petersen
2016-02-11[profiler] Only include perf_event.h when actually needed, and use the system...Alex Rønne Petersen
2016-02-11[profiler] Remove the bundled perf_event.h header.Alex Rønne Petersen
2016-02-10[swf] Flow SynchronizationContext through ExecutionContext. Fixes #38599Marek Safar
2016-02-10[corlib] Use correct max/min value for DateTime overflows. Fixes #35876Marek Safar
2016-02-10[jit] Add a peephole optimization to remove the ldaddr+compare_imm 0+cond_exc...Zoltan Varga
2016-02-10[llvmonly] Disable the 'overriding the module target triple with' clang warni...Zoltan Varga
2016-02-10[runtime] Add SA_RESTART to SIG{CONT,INT,PROF,QUIT,USR2,WINCH}.Alex Rønne Petersen
2016-02-10[profiler] Fix a rare crash when sending SIGPROF to a starting thread.Alex Rønne Petersen
2016-02-10[llvm] When storing valuetypes received in registers to the stack, store only...Zoltan Varga
2016-02-10[llvmonly] Fix the locking in the gsharedvt wrapper creation functions.Zoltan Varga
2016-02-10Merge pull request #2581 from ludovic-henry/4.3.2-fix-asyncresult-unhandledex...monojenkins
2016-02-10[Mono.Security]: Add 'MonoTlsProviderFactory.GetProvider(string)'.Martin Baulig
2016-02-10Merge pull request #2583 from ludovic-henry/4.3.2-fix-threadpool-starvationmonojenkins
2016-02-09[threadpool] Improve the monitor thread heuristicLudovic Henry
2016-02-09[AsyncResult] Fix unhandled exception behaviour in AsyncCallbackLudovic Henry
2016-02-09[metadata] Fix hardcoded mono/2.0 path in assembly.cAlexander Köplinger
2016-02-09[llvmonly] Compile the bitcode files using -O2.Zoltan Varga
2016-02-09[llvmonly] Add unbox wrappers when invoking vtype instance methods through a ...Zoltan Varga
2016-02-08[System] Fix test build on tvOS/watchOS.Rolf Bjarne Kvinge
2016-02-08[llvmonly] Disable tail calls as they break stack traces.Zoltan Varga
2016-02-08[llvm] Make the stack walk code return.Zoltan Varga
2016-02-08[llvmonly] Compile the bitcode files using -O2 (only in desktop llvmonly mode).Zoltan Varga
2016-02-06[llvmonly] Remove the mono_llvmonly_get_calling_assembly () workaround since ...Zoltan Varga
2016-02-05[aot] Fixed compiler to wrap paths with embedded spaces when calling external...João Matos
2016-02-05[corlib] Disable ThreadLocalTests.DisposeOnThreadExit on MonoTouch, it's rand...Rolf Bjarne Kvinge
2016-02-05[llvmonly] Various small fixes. Make mono_llvm_throw_exception etc. directly ...Zoltan Varga
2016-02-05[llvmonly] Do a stack walk from mono_llvmonly_get_calling_assembly (), the ru...Zoltan Varga
2016-02-05[llvmonly] Don't set the invariant.load flag on loads from the GOT, they are ...Zoltan Varga
2016-02-04[System] Remove explicit sdk target from CSharpCodeCompilerMarek Safar
2016-02-04[Process] Fix possible double call to Begin(Output|Error)ReadLineLudovic Henry
2016-02-04[io-layer] Print from which pipe we just readLudovic Henry
2016-02-04[mcs] Update sdk profile paths after 88b287f06584a6284face60accb94d000b1c6ce7Marek Safar
2016-02-04[llvm] Zero extend unsigned enum arguments. Fixes #38379.Zoltan Varga
2016-02-03[SocketResponder] Use Task instead of ThreadLudovic Henry