summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33889 Split dcommands and core into libraries for embedded vs standalo...Henrik Edin2018-03-231-1/+0
* SERVER-33881 move members from Command to BasicCommandBilly Donahue2018-03-161-80/+58
* SERVER-33816 convert "explain" command to single-parse modelBilly Donahue2018-03-151-3/+10
* SERVER-33892 Separate test_commands_enabled libraryBilly Donahue2018-03-141-27/+1
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-061-62/+181
* SERVER-33216 Implement commitTransaction command.Siyuan Zhou2018-03-051-0/+1
* Revert "SERVER-33065 CommandReplyBuilder and CommandInvocation"Nick Zolnierz2018-03-051-181/+62
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-021-62/+181
* SERVER-32610 Include databaseVersion when targeting by primary shard in paths...Esha Maharishi2018-02-261-0/+1
* SERVER-33302 Add missing calls to redact() in error paths.David Storch2018-02-201-0/+4
* SERVER-32367 Clean up the AutoGet* suite of classesKaloian Manassiev2018-02-141-3/+1
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-1/+1
* SERVER-32291 Implement _configsvrCreateCollection commandRandolph Tan2018-02-061-1/+3
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-6/+7
* SERVER-32367 Make AutoGetCollection throw if UUID cannot be resolvedKaloian Manassiev2018-02-061-0/+5
* SERVER-32367 Make the Command::parseNs* methods take StringDataKaloian Manassiev2018-02-021-8/+4
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-0/+1
* SERVER-32958 small changes to remaining Command member signatures.Billy Donahue2018-02-011-8/+2
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-11/+2
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-2/+11
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-11/+2
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-1/+3
* SERVER-32517 Parse readConcern snapshot and atClusterTimeTess Avitabile2018-01-231-10/+9
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-142/+141
* SERVER-32484 CommandRegistryBilly Donahue2018-01-101-14/+37
* SERVER-32138: Prune CommandInterface, rename parts of it audit::CommandInterf...Billy Donahue2018-01-081-124/+69
* 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