summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39576 Remove the 'doTxn' commandWilliam Schultz2019-07-021-2/+0
* SERVER-39524 remove NamespaceString::virtualized() and friendsGabe Villasana2019-06-261-2/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40938: disallow afterClusterTime and ignore prepare conflicts for dbha...Lingzhi Deng2019-05-231-0/+4
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39880 Remove dead code remnants of voteCommitTransaction and voteAbort...Esha Maharishi2019-03-011-7/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39169 Add $_internalReadAtClusterTime option to find and dbHash.Max Hirschhorn2019-02-111-7/+1
* SERVER-39150 markKillOnClientDisconnectJason Carey2019-02-101-0/+24
* SERVER-39292 Do not evaluate failpoint twice per operation when multiple opt...jannaerin2019-02-071-6/+12
* SERVER-38275 ban find explain with UUIDIan Boros2019-01-091-0/+6
* SERVER-34943 Ignore internal commands with "failCommand"A. Jesse Jiryu Davis2018-12-121-0/+6
* SERVER-38248 Change StringMap implementation to absl::flat_hash_mapHenrik Edin2018-12-041-4/+3
* 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