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-05-31[man] bump man's mono version number too (to 4.5.2)Andres G. Aragoneses
2016-04-05[jit] introduce CFG dumping feature, that enables dumping over to network to IGVBernhard Urban
2016-04-01Continued profiler loading cleanup (PR#2816 follow up)Andi McClure
2016-04-01[profiler] Use a background thread to send out sampling signals.Alex Rønne Petersen
2016-03-31Merge pull request #2816 from xmcclure/profile-clean-0monojenkins
2016-03-31Assist on profiler module loadingAndi McClure
2016-03-23[man] Remove documentation for the nonexistent MONO_ENABLE_SHM environment va...Zoltan Varga
2016-03-11"disable_omit_fp" can now be included in MONO_DEBUGdisable-omit-fpAndi McClure
2016-02-17[man] Updated Mono man page with AOT gen-seq-points-file option.João Matos
2016-01-19Move mono_trace to header fileMarek Habersack
2016-01-14[man/mono.1] Fix typo from 9115bf0aAlexander Köplinger
2016-01-08[man/mono.1] Fix typo.Rolf Bjarne Kvinge
2016-01-08Merge pull request #2390 from schani/feature-bisectorJoão Matos
2015-12-31Automatic optimization bug bisector.Mark Probst
2015-12-31[man/mono.1] Add details on --aot=data-outfile optionMiguel de Icaza
2015-12-21Add documentation for MONO_ENABLE_COOPMiguel de Icaza
2015-12-08Document HTTP_PROXY and NO_PROXY environment variables.Andi McClure
2015-12-05[System] Remove arbitrary debugging limit from FileSystemWatcher on OSX, fixe...Miguel de Icaza
2015-11-04[sgen] Allow disabling finalization of specific classes.Mark Probst
2015-10-03[docs] Update the man page. Remove dead env var, document a couple of GC opti...Rodrigo Kumpera
2015-09-30[runtime] Make '--arch' more robust and OS X specific.Alexis Christoforides
2015-09-08Added missing MONO_DEBUG options.Marcos Henrich
2015-09-08Sorted MONO_DEBUG options alphabetically.Marcos Henrich
2015-07-01[threadpool] Remove mono threadpool implementationLudovic Henry
2015-05-05Update, drop ssapre from the man pageMiguel de Icaza
2015-05-05Update documentation, add float32 sectionMiguel de Icaza
2015-05-05[runtime] Remove --security=smcs-temporary-hack and --security=cas options an...Zoltan Varga
2015-04-10Merge branch 'feature-concurrent-sweep'Mark Probst
2015-04-08[mono.1] Document MONO_THREADPOOLMiguel de Icaza
2015-04-03[sgen] Implement a simple thread pool and do concurrent sweep with it.Mark Probst
2015-03-24Man page updateMiguel de Icaza
2015-03-03[Runtime] Added logging around finalizersAlexander Kyte
2015-02-13[mini] Add a MONO_ARM_FORCE_SOFT_FLOAT environment variable.Alex Rønne Petersen
2015-01-29Add more detailMiguel de Icaza
2015-01-29[lldb] Document and install the mono.py file for LLDBMiguel de Icaza
2015-01-22[sgen] MONO_GC_DEBUG options to not run finalizers.Mark Probst
2014-12-16Updated the Mono website links in the man pagesAlexander Köplinger
2014-12-01Fix a layout problem in the mono man page.Zoltan Varga
2014-10-06[runtime] Implement nursery canaries.Alexis Christoforides
2014-09-29[sgen] Remove parallel collector.Mark Probst
2014-09-29[sgen] Remove SGen fixed heap configuration.Mark Probst
2014-08-01[sgen] Debug option for `clear-at-tlab-creation` nursery clear policy.Mark Probst
2014-05-08Update MONO_CPU_ARCH description in man/mono.1.Alex Rønne Petersen
2014-05-01Document MONO_PATH behaviour for relative pathsAndrea Canciani
2014-03-20[jit] Add a 'check-pinvoke-callconv' MONO_DEBUG option to check for cdecl/std...Zoltan Varga
2014-03-05Add a MONO_CONSERVATIVE_HWCAP environment variable.Alex Rønne Petersen
2014-01-17Change Mono manpage to correct effect of MONO_THREADS_PER_CPU env varJustin Clark-Casey
2013-12-03[sdb] Support a setpgid=y/n option to --debugger-agent.Alex Rønne Petersen
2013-08-16Merge pull request #725 from knocte/threadpool_initRodrigo Kumpera
2013-08-06[ThreadPool] Allow heavier initialization when using --server flagAndrés G. Aragoneses