summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/parameters.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48084 Lint log lines in mongo/db/commandsSara Golemon2020-05-131-4/+7
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47207 move parser from logger to db/commandBilly Donahue2020-04-131-5/+3
* SERVER-46405 Remove {get,set,clear}MinimumLoggedSeverity from logger V1 APIMark Benvenuto2020-02-271-12/+22
* SERVER-45567 set parameter structured logging fixGabriel Russell2020-02-131-7/+15
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+6
* SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell2019-11-251-7/+7
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-3/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-10/+7
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-271-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-10/+9
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-38930 Switch new custom SCPs to use cpp_class methodSara Golemon2019-01-121-32/+33
* SERVER-38491 convert parameters in src/mongo/db/commands/parameters.cpp to IDLIsabella Siu2018-12-171-238/+199
* SERVER-32978 Advertise SCRAM-SHA-256 authentication for the internal userJonathan Reams2018-11-141-1/+0
* SERVER-18985 log setParameter commandsKevin Pulo2018-10-301-3/+29
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-34179 refactor isGenericArgumentBilly Donahue2018-04-021-1/+2
* SERVER-33980 Reduce dependencies for embedded commandsAndrew Morrow2018-03-291-167/+4
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-2/+2
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-2/+2
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-4/+4
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-4/+4
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-4/+4
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-14/+19
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-1/+1
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-2/+2
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-14/+14
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-4/+4
* SERVER-29776 Add codeName to more command failure pathsMathias Stearn2017-06-281-9/+2
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-3/+3
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-2/+2
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-2/+0
* SERVER-28507 Centralize ignored fields in command implementationsMathias Stearn2017-04-121-0/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-9/+9
* SERVER-23192 periodically reload ShardRegistry from the catalogMisha Tyulenev2016-08-011-5/+0
* Revert "SERVER-24780 Create audit log entry for setParameter command"Spencer T Brody2016-07-271-2/+0
* SERVER-24780 Create audit log entry for setParameter commandAndreas Nilsson2016-07-271-0/+2
* SERVER-18399 Fix clang builds broken by automation aware shellAndrew Morrow2016-07-161-0/+1
* SERVER-18399 Issue a notification in the shell when automation is activeAndrew Morrow2016-07-151-0/+47
* SERVER-24808 Use const ref for MsgAssertionExceptionAndreas Nilsson2016-06-271-4/+8
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-6/+13
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+1
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+6
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-6/+0
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-091-1/+1
* SERVER-20096: ExportedServerParameter<T> is not thread-safe for parameters ch...Mark Benvenuto2015-09-221-12/+7
* SERVER-19455 move authentication methods to a new librarysamantharitter2015-08-031-0/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-507/+500
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-2/+12