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
path: root/man
AgeCommit message (Expand)Author
2018-09-20[man] Add to mono.1 information about MONO_TLS_PROVIDERMiguel de Icaza
2018-09-04[mono-cil-strip] Add support for -q to be quiet. (#10421)Rolf Bjarne Kvinge
2018-08-24update mono.1 for llcEgor Bogatov
2018-08-20[wasm] First code drop of the LLVM backend. (#10171)Rodrigo Kumpera
2018-07-25Fix up behaviour of verbose method with arguments (#9087)Marius Ungureanu
2018-07-24New MONO_THREADS_SUSPEND env var to select suspend policyAleksey Kliger
2018-05-24[interp] fullAOT mixed mode (#8838)Zoltan Varga
2018-05-24[jit] Add a 'verbose-gdb' option to turn on very verbose gdb crash dumps. (#8...Zoltan Varga
2018-05-18mkbundle interop changesMarek Habersack
2018-05-04[mono] Add support for response files, using --response=FILE (#8560)Miguel de Icaza
2018-05-03Deambiguate TLS (#8561)Miguel de Icaza
2018-04-28Add option to MONO_DEBUG to store thread dumps by SIGQUIT on disk (#8358)Mikhail Filippov
2018-04-17[threads] Remove configuration dependency of Hybrid Suspend on Coop Suspend (...Ludovic Henry
2018-04-11Allow the LLVM optimizer options to be passed on the command line. (#8025)Miguel de Icaza
2018-03-20Update man page, MONO_DISABLE_AIO is now MONO_ENABLE_AIO. (#7715)Filip Navara
2018-03-03Use VSCMD_ARG_TGT_ARCH env in mkbundle on Windows when trying to autoetect ta...Johan Lorensson
2018-02-28Revert "Revert "[System.IO] Integrate FileSystemWatchers from CoreFX The FSEv...Alexander Köplinger
2018-02-28Revert "[System.IO] Integrate FileSystemWatchers from CoreFX The FSEvent Core...Marek Safar
2018-02-28[System.IO] Integrate FileSystemWatchers from CoreFXAlexis Christoforides
2018-02-26Remove mention of MONO_THEME from man page. (#7282)Filip Navara
2018-02-22Revert "Run the ProcessExit events in the threadpool and enforce a 3 seconds ...Rodrigo Kumpera
2018-02-22Merge pull request #6018 from kumpera/fix_10087Rodrigo Kumpera
2018-02-15[mkbundle] Automatically bundle config files and machine.config files (#7002)Miguel de Icaza
2018-02-13[utils] Add "exec" log category for misc runtime activity.Rodrigo Kumpera
2018-01-09Add capability to list more than one method to be verbose, document some inte...Miguel de Icaza
2018-01-03Update a few more Bugzilla URLs to GitHub (#6381)Alexander Köplinger
2017-12-18[linker-analyzer] Added man page for the linker analyzerRadek Doulik
2017-12-01[log] Rework MONO_TRACE_* to allow for nested io-layer masks (process, file, ...Ludovic Henry
2017-12-01Cleanup unused MONO_DISABLE_SHM env var (#6141)markusbeth
2017-11-28[profiler] Make it possible to trigger heapshots from the M.P.L library.Alex Rønne Petersen
2017-11-23[man] Rewrite the profiler-related man pages.Alex Rønne Petersen
2017-11-15[runtime] Add Dedup Support to MkBundle (#5484)Alexander Kyte
2017-11-15[runtime] Implement runtime support for inflated wrapper and generic dedup (#...Alexander Kyte
2017-11-08[interp] enable it by default in configure (#5925)Bernhard Urban
2017-09-25[profiler] Add dedicated coverage profiler (#5622)Ludovic Henry
2017-09-08Update man pageMiguel de Icaza
2017-09-02Clarifying the usage of the --library optionHinTak
2017-08-31Revert "Merge pull request #5330 from alexanderkyte/dedup_mkbundle"Alexander Köplinger
2017-08-30[runtime] Document mkbundle AOT options in man pagesAlexander Kyte
2017-08-25[man] Cleanup mentions of monocov in mono.1 (#5446)Alexander Köplinger
2017-08-11[docs] mprof-report manpage - remove "onlycoverage" log profiler optionUri Simchoni
2017-08-11[docs] mprof-report manpage - document heapshot-on-shutdownUri Simchoni
2017-08-11[docs] mprof-report manpage - document '#' output optionUri Simchoni
2017-08-10[docs] mprof-report manpage -- fix desctiption of existing file behaviorUri Simchoni
2017-08-10[docs] remove non-existant option from log profiler manpageUri Simchoni
2017-08-10[docs] Capitalization / puctuation fixes in mprof-report manpage.Uri Simchoni
2017-06-27[man] Fix AOT temp path option descriptionAlexander Köplinger
2017-06-13Merge pull request #5002 from BrzVlad/feature-sgen-modesVlad Brezae
2017-06-13[man] Add entries for sgen modes and new major/minor typesVlad Brezae
2017-06-08[interp aot] documentationBernhard Urban