summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-49858 Don't forward API params from drop/dropDatabase to confi...A. Jesse Jiryu Davis2020-08-251-6/+0
* SERVER-49165 Limit auditing authz failure in endSessions commandSara Golemon2020-08-251-0/+7
* SERVER-49858 Don't forward API params from drop/dropDatabase to config serversA. Jesse Jiryu Davis2020-08-131-0/+6
* SERVER-49376: Ensure cursors inherit API settings of the initiating commandXueruiFa2020-07-291-2/+6
* SERVER-49065 Mark API Version 1 commandsPV992020-07-281-2/+2
* SERVER-49061 Command base class changes for Versioned APIPV992020-07-151-0/+12
* SERVER-47124 Add EndStartupOptionHandling as prependent to registering test c...Gabriel Marks2020-06-251-6/+9
* SERVER-47577: readConcernCounters metric in serverStatusLingzhi Deng2020-04-291-0/+8
* SERVER-46249 Check individual txn statements for readConcern supportMaria van Keulen2020-03-301-4/+0
* SERVER-46002 Attach core read mirroring functionalityBen Caimano2020-02-271-1/+25
* SERVER-46091 Add new failpoint to support driver testing of ResumableChangeSt...Bernard Gorman2020-02-201-0/+8
* SERVER-45814 Define subsystem to mirror read command requestsBen Caimano2020-02-141-0/+47
* SERVER-45202 Improve command alias infrastructureAmirsaman Memaripour2020-01-231-8/+20
* SERVER-45098 test that RWC defaults are correctly applied to commandsKevin Pulo2020-01-161-2/+4
* SERVER-44510 Implement exhaust isMasterTess Avitabile2019-12-161-10/+32
* SERVER-43712 mongos use ReadWriteConcernDefaults for RCKevin Pulo2019-11-291-8/+13
* SERVER-44470 Parse aggregation commands earlier, and rationalize aggregation ...Kevin Pulo2019-11-261-44/+14
* SERVER-43941: Add "errorLabels" field to failCommand failpointLingzhi Deng2019-11-121-0/+1
* SERVER-43123 SERVER-43124 Use ReadWriteConcernDefaults for incoming mongod re...Kevin Pulo2019-10-211-9/+49
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-2/+2
* SERVER-41359 Stop upconverting readConcern to snapshot internally for transac...Samyukta Lanka2019-09-031-10/+7
* SERVER-43011 Add optional namespace restriction to failCommand failpointJack Mulrow2019-08-261-2/+5
* SERVER-42114 Allow single RS transactions to run on the config database in sh...Blake Oler2019-08-011-2/+5
* 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