summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/parameters.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-2/+12
* SERVER-17863 Sort in config.h header when possibleAndrew Morrow2015-04-031-2/+1
* SERVER-17548: Refactor SSLManager's Param classSpencer Jackson2015-04-021-10/+10
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-261-3/+5
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+1
* SERVER-16519: fix linking of WriteConflictExceptionEliot Horowitz2014-12-161-7/+0
* SERVER-16519: turn on printing write conflict traces via setParameterEliot Horowitz2014-12-161-0/+9
* SERVER-15706 Refactor internal user authenticationAndreas Nilsson2014-10-211-1/+1
* SERVER-15486 LogComponentVerbositySetting validationMatt Kangas2014-10-161-54/+80
* SERVER-15560 Multiple logComponentVerbosity levels cannot be clearedMatt Kangas2014-10-081-1/+1
* SERVER-15045 extend logComponentVerbosity to support less verbose BSON format...Benety Goh2014-08-281-4/+24
* SERVER-14709 SERVER-14896 Add more SSL data to serverStatus. Enforce X.509 cl...Spencer Jackson2014-08-151-1/+2
* SERVER-5092 removed logLevel_* server parameters. these have been replaced by...Benety Goh2014-07-151-74/+0
* SERVER-14416 added server parameter logComponentVerbosity.Benety Goh2014-07-151-1/+121
* SERVER-5092 renamed LogTag to LogComponentBenety Goh2014-06-301-18/+18
* SERVER-5092 added server parameters for tag log levelsBenety Goh2014-06-271-0/+74
* SERVER-11797 Added extra validation to setParameter commandShaun Verch2014-06-061-21/+78
* SERVER-10515 Convert special cased parameters to proper ServerParametersShaun Verch2014-06-061-45/+13
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-5/+7
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-7/+5
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-5/+7
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-2/+2
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-2/+2
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-2/+2
* SERVER-12748 Prevent invalid sslMode and clusterAuthMode combinationsAndreas Nilsson2014-02-191-0/+7
* SERVER-12476 Set internalAuth params when changing clusterAuthModeAndreas Nilsson2014-02-191-0/+15
* SERVER-12561 Disallow clusterAuthMode and sslMode in --setParameterShaun Verch2014-02-041-2/+8
* SERVER-12284 Rewrite ReplSetMonitorMathias Stearn2014-01-291-5/+5
* SERVER-11872 Fixed error msg for setParameter sslMode/clusterAuthModeAndreas Nilsson2013-12-021-2/+4
* SERVER-11375 Change names of sslMode statesAndreas Nilsson2013-11-141-13/+13
* SERVER-11431 Change clusterAuthMode with setParameter commandAndreas Nilsson2013-11-141-0/+63
* SERVER-11431 Change sslMode with setParameter commandAndreas Nilsson2013-11-141-0/+63
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-18/+11
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-2/+2
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-6978: getParameter should know all setParameter paramsScott Hernandez2013-08-141-1/+16
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-5/+36
* Get authorization_manager.h out of commands.h to improve compile time by movi...Spencer T Brody2013-07-021-1/+3
* SERVER-8087 Make it possible to declare startup-only and runtime-only server ...Andy Schwerin2013-02-151-4/+12
* SERVER-7778 - making more (set|get)Parameter fields use new ServerParameter f...Eliot Horowitz2012-12-211-51/+38
* SERVER-7778 move replIndexPrefetch to rs.cpp and using new parameter frameworkEliot Horowitz2012-12-211-9/+1
* SERVER-7778 : new parameter management system for runtime (command line later)Eliot Horowitz2012-11-271-0/+202