summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49165 Limit auditing authz failure in endSessions commandSara Golemon2020-10-231-2/+13
* SERVER-45202 Improve command alias infrastructureAmirsaman Memaripour2020-08-271-4/+13
* Revert "SERVER-43910 BasicCommand::Invocation sets LockManager DebugInfo"Benety Goh2020-01-291-1/+0
* SERVER-43910 BasicCommand::Invocation sets LockManager DebugInfoBenety Goh2020-01-151-0/+1
* SERVER-40423: Move command validation from session to CommandHelpersLingzhi Deng2019-05-091-0/+49
* SERVER-38275 ban explain with UUIDIan Boros2019-01-111-0/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-191-14/+16
* SERVER-29160 bump timeout for migration operationsMisha Tyulenev2018-10-031-1/+1
* SERVER-35135 Redact command payload when auditing edge case eventsBilly Donahue2018-06-061-34/+26
* SERVER-34653 don't parse if early auth-checks can reject.Billy Donahue2018-06-051-53/+100
* 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
* SERVER-32277 Remove MONGODB-CR -> SCRAM-SHA-1 upgradeSara Golemon2017-12-181-2/+1
* SERVER-31873 Make mongos retry findAndModify with txnNumberKaloian Manassiev2017-11-111-2/+3
* SERVER-17414 Fix unreferenced local variable in catch exception specifiersMark Benvenuto2017-10-201-1/+1
* SERVER-31524 make all metadata commands wait for majority writeConcern when r...Esha Maharishi2017-10-171-0/+18