summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-14/+16
* SERVER-33302 Add missing calls to redact() in error paths.David Storch2018-02-231-0/+4
* SERVER-31613 disallow afterClusterTime on some commandsMisha Tyulenev2017-10-261-0/+11
* SERVER-31524 make all metadata commands wait for majority writeConcern when r...Esha Maharishi2017-10-171-0/+5
* SERVER-31349 Rename 'disallowCollectionCreation' generic argument to 'allowIm...Kaloian Manassiev2017-10-031-17/+17
* SERVER-30344 prevent shards from implicitly creating a collection on createIn...Esha Maharishi2017-09-261-16/+17
* SERVER-28338 KillSessions SupportJason Carey2017-08-171-12/+19
* SERVER-29987 pass afterClusterTime to all commandsMisha Tyulenev2017-08-151-9/+11
* SERVER-30147 Move Command::appendOperationTime to LogicalTimeKaloian Manassiev2017-08-071-16/+9
* SERVER-30298 Add UserDigest LogicalSessionIDJason Carey2017-07-261-0/+9
* SERVER-28912 Include session id, txnNumber and stmtId to oplog for insertRandolph Tan2017-07-211-0/+2
* SERVER-29731 Auth checks get access to document sequencesMathias Stearn2017-07-131-50/+61
* SERVER-29731 don't pass cmdobj to localHostOnlyIfNoAuth()Mathias Stearn2017-07-131-2/+2
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-1/+17
* SERVER-29731 Get errmsg out of public Command APIMathias Stearn2017-07-131-3/+3
* SERVER-29731 Make BasicCommand a real separate typeMathias Stearn2017-07-131-21/+29
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-0/+2
* SERVER-29731 Unify logic around directly invoking a commandMathias Stearn2017-07-131-0/+7
* SERVER-30038 rename $logicalTime to $clusterTimeMisha Tyulenev2017-07-111-1/+1
* SERVER-29414 move the logic of the movePrimary into the new _configsvrMovePri...Jessica Yu2017-07-031-0/+6
* SERVER-27992 Use UUIDs for replicationGeert Bosch2017-06-231-2/+1
* SERVER-29525 filter mongos command requests only where neededMathias Stearn2017-06-131-1/+19
* SERVER-29461 Filter command output to avoid duplicating generic reply fieldsMathias Stearn2017-06-131-1/+9
* SERVER-29264 Add an API for mongod commands to access OP_MSG input document s...Mathias Stearn2017-06-071-1/+22
* SERVER-29264 Replace RequestInterface with OpMsgRequest in mongod command dis...Mathias Stearn2017-05-301-2/+0
* SERVER-19318 Add $currentOp aggregation stage for mongoDBernard Gorman2017-05-261-3/+5
* SERVER-29314 add CommandInterface to break cyclic dependency between Command ...Benety Goh2017-05-251-113/+204
* SERVER-29071 gossip clusterTime in mongo shellMisha Tyulenev2017-05-171-1/+1
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-29249 Remove mongod-specific run() method from CommandMathias Stearn2017-05-171-10/+0
* SERVER-29249 eliminate friends of CommandMathias Stearn2017-05-171-19/+12
* SERVER-29249 Remove Command::_webUi member and constructor argumentMathias Stearn2017-05-171-12/+1
* SERVER-29249 Move mongod-specific command logic to run_commands.cppMathias Stearn2017-05-171-82/+0
* SERVER-28816 OP_MSG for mongos ingress layerMathias Stearn2017-05-121-2/+2
* SERVER-28814 Replace ServerSelectionMetadata with just ReadPreferenceSettingMathias Stearn2017-05-121-5/+1
* SERVER-28814 Attach ServerSelectionMetadata to OpCtx in mongosMathias Stearn2017-05-121-6/+0
* SERVER-27991 Allow find and listIndexes to accept UUID argumentMaria van Keulen2017-04-281-0/+3
* SERVER-28508 OP_MSG in egress and mongodMathias Stearn2017-04-271-5/+15
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
* SERVER-28507 Centralize ignored fields in command implementationsMathias Stearn2017-04-121-0/+16
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-021-1/+1
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-16/+17
* SERVER-27773 add operationTime field to the command responseMisha Tyulenev2017-02-281-0/+18
* SERVER-28094 Remove the StaticObserverAndrew Morrow2017-02-271-1/+0
* SERVER-27415 Deduplicate `Command::execCommand`ADAM David Alan Martin2017-01-031-9/+22
* Revert "SERVER-27415 Deduplicate `Command::execCommand`"ADAM David Alan Martin2016-12-191-22/+9
* SERVER-27415 Deduplicate `Command::execCommand`ADAM David Alan Martin2016-12-191-9/+22
* SERVER-27391 Deduplicate `Command::registerError`ADAM David Alan Martin2016-12-141-0/+9
* SERVER-25994: Make applyOps check for specific permissionsSpencer Jackson2016-09-261-24/+35