summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_shutdown_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63198 Prevent shutdown command from hangingDaniel Morilha2022-04-111-1/+1
* SERVER-35443 Update help text for shutdown commands and increase freeze timeTess Avitabile2020-05-111-4/+4
* SERVER-46954 Make shutdown command on mongos accept timeoutSecsPavi Vetriselvan2020-04-151-10/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-18972 log parameters passed to shutdown cmdKevin Pulo2018-02-211-1/+1
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-3/+3
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-1/+0
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-23/+22
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-2/+1
* SERVER-18080 Move cluster commands out of mongoscoreKaloian Manassiev2015-04-171-19/+21
* SERVER-17496 Move sharding admin commands to individual filesKaloian Manassiev2015-03-101-0/+58