summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "SERVER-34653 don't parse if early auth-checks can reject.""Billy Donahue2018-05-311-6/+22
* Revert "SERVER-34653 don't parse if early auth-checks can reject."Louis Williams2018-05-251-22/+6
* SERVER-34653 don't parse if early auth-checks can reject.Billy Donahue2018-05-251-6/+22
* SERVER-34653 MONGO_REGISTER_TEST_COMMANDBilly Donahue2018-05-161-0/+15
* SERVER-34653 linearize control flow in Command::_checkAuthorizationImpl.Billy Donahue2018-05-101-1/+1
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-3/+0
* SERVER-34628 Remove support for Status/StatusWith returns in TypedCommandMathias Stearn2018-05-081-28/+4
* SERVER-34628 Prep for removing appendCommandStatusMathias Stearn2018-05-081-5/+18
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-34596 remove Command::parseNsBilly Donahue2018-05-011-26/+31
* Revert "SERVER-28871 remove obsolete Command::isUserManagementCommand"Denis Khodyakov2018-04-251-0/+8
* SERVER-28871 remove obsolete Command::isUserManagementCommandBilly Donahue2018-04-241-8/+0
* SERVER-34578 remove CommandInvocation::secondaryAllowedBilly Donahue2018-04-231-2/+7
* SERVER-34148 TypedCommandBilly Donahue2018-04-131-3/+195
* SERVER-33881 move checkAuthorization to CommandInvocationBilly Donahue2018-04-051-29/+4
* SERVER-34051 Require autocommit=false on all transaction operations and add s...William Schultz2018-04-041-0/+32
* SERVER-34179 refactor isGenericArgumentBilly Donahue2018-04-021-32/+0
* SERVER-34109 Make sure we accept 'stmtId' for all transaction-supported comma...Matthew Russotto2018-04-021-0/+1
* SERVER-34171 Make isUserManagementCommand a property of Command.Billy Donahue2018-03-281-5/+8
* SERVER-30775 remove dbname from CommandHelpers::parseNsFullyQualifiedBilly Donahue2018-03-271-1/+1
* 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