summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38054: failCommand fail point causes errors when run concurrently with...Natalie Tsvetkova2018-11-131-2/+11
* SERVER-35518: Support the failCommand fail point in mongoSnatalie.tsvetkova2018-11-021-0/+42
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-37239 Router should validate if commands are allowed to run within tra...Randolph Tan2018-09-271-0/+59
* SERVER-29160 bump timeout for migration operationsMisha Tyulenev2018-09-241-1/+1
* SERVER-36606: Allow commands to expose names of sensitive fieldsSpencer Jackson2018-09-171-3/+33
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-1/+0
* SERVER-36020 Redesign CursorResponseBuilder to allow usage of DocumentSequenceGregory Noma2018-07-241-2/+2
* SERVER-35937 Move authorization error handling to service entry pointNathan Orttung2018-07-101-8/+8
* SERVER-35460 Replaced CommandReplyBuilder with direct usage of ReplyBuilderIn...Anthony Roy2018-07-051-25/+9
* SERVER-35135 Redact command payload when auditing edge case eventsBilly Donahue2018-06-061-34/+26
* Revert "Revert "SERVER-34653 don't parse if early auth-checks can reject.""Billy Donahue2018-05-311-53/+100
* Revert "SERVER-34653 don't parse if early auth-checks can reject."Louis Williams2018-05-251-101/+53
* SERVER-34653 don't parse if early auth-checks can reject.Billy Donahue2018-05-251-53/+101
* SERVER-34653 linearize control flow in Command::_checkAuthorizationImpl.Billy Donahue2018-05-101-37/+30
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-6/+0
* SERVER-34628 Remove support for Status/StatusWith returns in TypedCommandMathias Stearn2018-05-081-8/+0
* SERVER-34628 Prep for removing appendCommandStatusMathias Stearn2018-05-081-9/+15
* SERVER-34596 remove Command::parseNsBilly Donahue2018-05-011-29/+22
* SERVER-34653 refactor audit's parseNs(..) to ns()Billy Donahue2018-04-251-19/+19
* SERVER-34578 remove CommandInvocation::secondaryAllowedBilly Donahue2018-04-231-4/+0
* SERVER-34148 TypedCommandBilly Donahue2018-04-131-0/+8
* SERVER-33881 move checkAuthorization to CommandInvocationBilly Donahue2018-04-051-27/+26
* SERVER-34179 refactor isGenericArgumentBilly Donahue2018-04-021-19/+6
* SERVER-34109 Make sure we accept 'stmtId' for all transaction-supported comma...Matthew Russotto2018-04-021-1/+2
* SERVER-34171 Make isUserManagementCommand a property of Command.Billy Donahue2018-03-281-22/+0
* SERVER-30775 remove dbname from CommandHelpers::parseNsFullyQualifiedBilly Donahue2018-03-271-1/+1
* SERVER-33881 move members from Command to BasicCommandBilly Donahue2018-03-161-18/+12
* SERVER-33816 convert "explain" command to single-parse modelBilly Donahue2018-03-151-10/+20
* SERVER-33892 Separate test_commands_enabled libraryBilly Donahue2018-03-141-3/+0
* SERVER-33018 Return lastCommittedOpTime in all command responses from shardin...Jack Mulrow2018-03-061-1/+2
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-061-42/+127
* SERVER-33624 Check for db mismatch when resolving UUIDs for read commands.David Storch2018-03-051-1/+1
* Revert "SERVER-33065 CommandReplyBuilder and CommandInvocation"Nick Zolnierz2018-03-051-127/+42
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-021-42/+127
* SERVER-33302 Add missing calls to redact() in error paths.David Storch2018-02-201-1/+1
* SERVER-32367 Clean up the AutoGet* suite of classesKaloian Manassiev2018-02-141-16/+2
* SERVER-32291 Implement _configsvrCreateCollection commandRandolph Tan2018-02-061-4/+11
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-4/+5
* SERVER-32367 Make the Command::parseNs* methods take StringDataKaloian Manassiev2018-02-021-4/+3
* SERVER-32958 small changes to remaining Command member signatures.Billy Donahue2018-02-011-11/+0
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-9/+3
* SERVER-32684 Make mongos write command objects hold Status directlyMathias Stearn2018-01-171-2/+1
* SERVER-32587 Convert StaleConfigException to use ErrorExtraInfoMathias Stearn2018-01-171-2/+1
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-187/+194
* SERVER-32484 CommandRegistryBilly Donahue2018-01-101-40/+47
* SERVER-30504 Move the logic of the dropCollection command into the new _confi...Kaitlin Mahar2018-01-081-3/+28
* SERVER-32138: Prune CommandInterface, rename parts of it audit::CommandInterf...Billy Donahue2018-01-081-2/+23
* SERVER-31734 Core ErrorExtraInfo implementationMathias Stearn2018-01-041-0/+3
* commands.cpp: eliminate std:: using declsBilly Donahue2018-01-041-9/+7