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
2011-07-13[sgen] Option for an allowance limit.Mark Probst
2011-07-11[sgen] Debug option for printing the heap usage and minor collection allowance.Mark Probst
2011-06-27Add an aot option to override the value of readonly static fields.Paolo Molaro
2011-04-25Document MONO_WCF_TRACE environment variable.Atsushi Eno
2011-03-31Add -alt option to makecert to a subjectAltName extensionSebastien Pouliot
2011-03-28Add new crlupdate toolSebastien Pouliot
2011-03-14Merge branch 'sgen-disable-gc'Mark Probst
2011-03-14[sgen] Debug options for disabling minor and/or major collection.Mark Probst
2011-03-08[xbuild] Implement FileLogger . Fix #676650 .Ankit Jain
2011-03-03[xbuild] Update man page with info about FrameworkList.xmlAnkit Jain
2011-03-02[Debugger] Implement deferred attaching for sdb.Levi Bard
2011-02-28[xbuild] Add support for multi-targeting arbitrary frameworks.Ankit Jain
2011-02-22[xbuild] Use the env var $MSBuildExtensionsPath before trying other paths.Ankit Jain
2011-02-11[bugfix: 665233] ToolStrip Menus Keeping Keyboard Capture after hovering over...Miguel de Icaza
2011-02-08Allow both predefined and custom values for mcs -skd optionMarek Safar
2011-01-30[repl] Add support for -e EXPRESSION to the csharp commandMiguel de Icaza
2011-01-30Document csharp #! supportMiguel de Icaza
2011-01-24[666376] Implement compiler option fullpathsMarek Safar
2011-01-19Document precise markingRodrigo Kumpera
2011-01-19Fix mono manpage headerRodrigo Kumpera
2011-01-17Add new mcs -sdk optionMarek Safar
2011-01-13Document more AOT options.Zoltan Varga
2011-01-11[xbuild] Update man page, new search paths for extensions and .pc files.Ankit Jain
2010-12-11Update docsMiguel de Icaza
2010-12-03[sgen] Make concurrent sweep user-selectable.Mark Probst
2010-11-29Log profiler: added statistical sampling mode.Paolo Molaro
2010-11-20[sgen] Implement evacuation for parallel mark.Mark Probst
2010-11-19Remove mentions of Logging and Heap Shot profilers from man pageMiguel de Icaza
2010-11-12Log profiler: removed the hsmode option, use heapshot=MODE instead.Paolo Molaro
2010-11-11Added the mprof-report manpage.Paolo Molaro
2010-11-07[sgen] User-settable evacuation threshold.Mark Probst
2010-11-03[API] X509 related enhacemnts to allow 1) associating keystore's private keys...Pablo Ruiz Garcia
2010-10-21Document server option to --debugger-agentMiguel de Icaza
2010-09-07Add profile docsMiguel de Icaza
2010-09-05Add notes when to use cardtable and remset.Rodrigo Kumpera
2010-09-02[xbuild] Update man page to add "/tv:" option.Ankit Jain
2010-08-28Add env.var. to control revocation mode.Gonzalo Paniagua Javier
2010-08-24[Documentation] Update man page with write barrier setting.Mark Probst
2010-08-23[tools] Merge mono-abi-info tool into a "--abi" flag for mono-api-infoAndrés G. Aragoneses
2010-08-19[xbuild] Support extra paths for MSBuildExtensionsPath32/64 .Ankit Jain
2010-08-18[xbuild] Update man page.Ankit Jain
2010-08-18[xbuild] Add env var to dump details of reference resolution.Ankit Jain
2010-08-17Copyright fix: the owner is Chris, not NovellMiguel de Icaza
2010-08-13Added ccrewrite.1 man page to makefileChris Bacon
2010-08-13Added man page for ccrewriteChris Bacon
2010-08-10[Documentation] Explain nursery size a bit in man page.Mark Probst
2010-08-08[sgen] Fixed heap for Mark&Sweep.Mark Probst
2010-08-07[sgen] Make parallel vs non-parallel mark&sweep selectable.Mark Probst
2010-08-05[Documentation] Document SGen environment variables.Mark Probst
2010-08-03Add the name="..." notation to the field examples too (besides the signature=...Andrés G. Aragoneses