summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_is_master_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-1/+0
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-2/+2
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-29249 Remove Command::_webUi member and constructor argumentMathias 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-6/+6
* SERVER-26944 Make Session decorable and move subsystem info into decorationsJonathan Reams2016-12-141-1/+2
* SERVER-25393 Disallow mongos making connections to older versionsMark Benvenuto2016-08-191-2/+2
* SERVER-25267 SERVER-25265 Integrate compression with networking codeJonathan Reams2016-08-091-0/+3
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-041-0/+34
* SERVER-18399 Fix clang builds broken by automation aware shellAndrew Morrow2016-07-161-1/+2
* SERVER-18399 Issue a notification in the shell when automation is activeAndrew Morrow2016-07-151-0/+8
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+4
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-22318 remove SCCC supportMisha Tyulenev2016-03-031-1/+0
* SERVER-20651 do not allow mongos connect to mongod if mongod does not suppor...Misha Tyulenev2015-11-191-2/+2
* SERVER-20640 Get wire versions from native DBClient instead of running isMasterJonathan Reams2015-11-051-2/+2
* SERVER-20194 SERVER-18849 add support for querying SCCC mode config servers i...David Storch2015-09-101-12/+1
* SERVER-18849 only send wire version for find/getMore commands if config serve...David Storch2015-08-241-1/+14
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-40/+38
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-2/+1
* SERVER-17496 Move all admin commands to separate filesKaloian Manassiev2015-03-111-0/+87