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
2017-10-06[appletls] Trust SecTrustResult.Proceed as well. Fixes #58411.d15-4-2017-04Rolf Bjarne Kvinge
2017-09-19Merge pull request #5607 from marek-safar/bug-59274Luis Aguilera
2017-09-19[profiler] Clear events for all profilers on profiler shutdown. Previously on...Zoltan Varga
2017-09-13Merge pull request #5480 from marek-safar/d15-4-2017-04-fixesLuis Aguilera
2017-09-12Merge pull request #5551 from chamons/d15-4-2017-04-tls-fixLuis Aguilera
2017-09-12[System]: Fix minor leaks in AppleTls. (#5369) (#5380)Martin Baulig
2017-09-12[System]: Fix major AppleTls memory leak. Bug #56814. (#5370) (#5377)Martin Baulig
2017-08-31Bump cecilMarek Safar
2017-08-23Merge pull request #5430 from mono/2017-04Luis Aguilera
2017-08-23[threadpool] Reduce logging verbosity level. Fixes #58829Marek Safar
2017-08-18[cecil] Bump to the head of the mono-2017-04 branch and pick the fix for bug ...Sebastien Pouliot
2017-08-01[llvm] Fix the calling of fault clauses in llvm compiled code. Fixes #58446. ...Zoltan Varga
2017-07-26Testing mono lane confignosami
2017-07-25[Marshal.IsComObject] Make this predicate return false instead of throwing an...Miguel de Icaza
2017-07-209dffe7549a6dafb6872bb534cdabff339a5713c4 for 2017 04 (#5242)Zoltan Varga
2017-07-19[System.Net.Http]: Close request stream when HttpClientHandler.SendAsync() is...Martin Baulig
2017-07-18[llvm] Add support for fault clauses. Fixes #58114. (#5203)Zoltan Varga
2017-07-18[llvm] Reserve the proper number of got entries in the llvm got instead of 16...Zoltan Varga
2017-07-18[jit] Optimize ldloc+ldfld operations for valuetypes, so they don't require m...Zoltan Varga
2017-07-17Merge pull request #5222 from radical/trigger-wrenchmono-5.2.0.213Luis Aguilera
2017-07-17Empty commit to trigger wrench build.Ankit Jain
2017-07-12Merge pull request #5193 from luhenry/2017-04-fix-56155Luis Aguilera
2017-07-10[runtime] Rework process waiting.2017-04-fix-56155Zoltan Varga
2017-07-03[jit] Use the right type when handling shared versions of RuntimeHelpers.IsRe...mono-5.2.0.209Zoltan Varga
2017-06-30Revert "[w32handle] Add some debugging code to help track down handle wait pr...Zoltan Varga
2017-06-29Revert "[runtime] Use pthread_cond_timedwait_relative_np () function on osx i...Zoltan Varga
2017-06-29[runtime] Use pthread_cond_timedwait_relative_np () function on osx if availa...Zoltan Varga
2017-06-28[w32handle] Add some debugging code to help track down handle wait problems. ...Zoltan Varga
2017-06-28[w32handle] Zero out the handle specific data in the handle dtor to help debu...Zoltan Varga
2017-06-27Merge pull request #5122 from lambdageek/bug-57744-2017-04Aleksey Kliger (λgeek)
2017-06-27Empty commit to trigger wrench build and pick up msbuild changesAnkit Jain
2017-06-26[reflection] Convert correct MonoError to an exn in Assembly.GetTypes () (Fix...Aleksey Kliger
2017-06-26[runtime] Add more logging in case mono_os_cond_timedwait () fails.Zoltan Varga
2017-06-24Merge pull request #5110 from mhutch/2017-04-fix-aot-hybridAleksey Kliger (λgeek)
2017-06-24Require #if WIN_PLATFORM more strictly around some WinRT timezone functionsAndi McClure
2017-06-23Empty commit to trigger wrench build and pick up msbuild changesAnkit Jain
2017-06-21Bump roslyn to 2.3 beta 2mono-5.2.0.196Marek Safar
2017-06-20[jit] Treat the mono_threads_attach_coop () icall specially, since it can be ...Zoltan Varga
2017-06-19Merge pull request #5061 from lambdageek/tbt-2017-04Aleksey Kliger (λgeek)
2017-06-19Empty commit to trigger Wrench buildAlexander Köplinger
2017-06-19[tests] Don't run SRE saved assembly in current processAleksey Kliger
2017-06-19Empty commit to trigger Wrench build for msbuild bumpAlexander Köplinger
2017-06-17[tests] Rework TypeBuilderTest SetUp/TearDownAleksey Kliger
2017-06-15Bump cecilMarek Safar
2017-06-15Empty commit to trigger wrench build and pick up msbuild updatesAnkit Jain
2017-06-15Revert "[exceptions] only do SIGSEGV related actions for SIGSEGVs in mono_han...Bernhard Urban
2017-06-14Merge pull request #5030 from lambdageek/fix-strict-loader-image-cache-hit-20...Aleksey Kliger (λgeek)
2017-06-14[loader] If using strict strong names, recheck loaded assm before returning it.Aleksey Kliger
2017-06-14[tests] Strict assembly loading of two version of the same assm should work.Aleksey Kliger
2017-06-12Merge pull request #5005 from lambdageek/bug-57222-2017-04Aleksey Kliger (λgeek)