summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-33727 Do not wait for write concern if opTime didn't change during writeJames Wahlin2019-05-231-2/+1
* SERVER-40227 Pass ignore prepare behavior from a command attribute rather tha...Louis Williams2019-03-261-0/+16
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39150 markKillOnClientDisconnectJason Carey2019-02-101-0/+7
* SERVER-38335 Make killAllSessions not attach the lsid from request to Operati...Randolph Tan2019-02-041-0/+10
* SERVER-39148 remove CommandHelper::isGenericArgJason Carey2019-01-241-32/+0
* SERVER-28871: Remove user management command write concern backwards compatib...Spencer Jackson2018-12-031-8/+0
* SERVER-37560 Add API for allowing commands to support speculative majority readsWilliam Schultz2018-11-141-0/+13
* SERVER-38054: failCommand fail point causes errors when run concurrently with...Natalie Tsvetkova2018-11-131-1/+3
* SERVER-35518: Support the failCommand fail point in mongoSnatalie.tsvetkova2018-11-021-1/+14
* 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/+5
* SERVER-36606: Allow commands to expose names of sensitive fieldsSpencer Jackson2018-09-171-2/+12
* SERVER-36020 Redesign CursorResponseBuilder to allow usage of DocumentSequenceGregory Noma2018-07-241-2/+2
* SERVER-36018 Make Command and CommandInvocation non-copyableGregory Noma2018-07-091-0/+7
* SERVER-35460 Replaced CommandReplyBuilder with direct usage of ReplyBuilderIn...Anthony Roy2018-07-051-50/+4
* SERVER-35157 Add transactions latency tracking to OperationLatencyHistogramNathan Louie2018-07-051-2/+2
* SERVER-35135 Redact command payload when auditing edge case eventsBilly Donahue2018-06-061-6/+2
* 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