summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_reset_error_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-8/+10
* 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-29525 filter mongos command requests only where neededMathias Stearn2017-06-131-1/+1
* 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-28318 make sharded getLastError work with paths that go over ASIOEsha Maharishi2017-04-061-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+4
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-41/+35
* SERVER-18127 Shard class should use ConnectionString for addressesKaloian Manassiev2015-05-261-1/+1
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-291-4/+1
* Revert "SERVER-18131 Clean up LastError."Andy Schwerin2015-04-231-1/+4
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-231-4/+1
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-2/+1
* SERVER-17817 Remove ClientInfo class.Andy Schwerin2015-04-161-3/+2
* SERVER-17817 Split ClusterLastErrorInfo concept out of ClientInfo type and in...Andy Schwerin2015-04-071-1/+3
* SERVER-17496 Move all admin commands to separate filesKaloian Manassiev2015-03-111-0/+98