summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-31229 Commands return NamespaceNotFound on unknown UUIDGeert Bosch2017-09-271-3/+11
* SERVER-31159 Make count command support UUIDsGeert Bosch2017-09-211-1/+1
* SERVER-30407 Store pre/post-image documents when running findAndModify with t...Randolph Tan2017-08-171-1/+2
* SERVER-28338 KillSessions SupportJason Carey2017-08-171-1/+15
* SERVER-29990 filterCommandRequestForPassthrough before sending to config serverMisha Tyulenev2017-08-161-3/+3
* SERVER-30147 Move Command::appendOperationTime to LogicalTimeKaloian Manassiev2017-08-071-4/+0
* SERVER-30181 remove support for pseudo commandsMathias Stearn2017-07-261-2/+2
* SERVER-29731 command auth auditing should get access to document sequencesMathias Stearn2017-07-131-2/+1
* SERVER-29731 Auth checks get access to document sequencesMathias Stearn2017-07-131-18/+25
* SERVER-29731 don't pass cmdobj to localHostOnlyIfNoAuth()Mathias Stearn2017-07-131-1/+1
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-1/+8
* SERVER-29731 Get errmsg out of public Command APIMathias Stearn2017-07-131-5/+8
* SERVER-29731 Make BasicCommand a real separate typeMathias Stearn2017-07-131-4/+4
* SERVER-29731 Unify logic around directly invoking a commandMathias Stearn2017-07-131-0/+21
* SERVER-30038 rename $logicalTime to $clusterTimeMisha Tyulenev2017-07-111-1/+1
* SERVER-29414 move the logic of the movePrimary into the new _configsvrMovePri...Jessica Yu2017-07-031-0/+14
* SERVER-27992 Use UUIDs for replicationGeert Bosch2017-06-231-2/+2
* SERVER-29564 BSONObjBuilder can now be seeded with a BSONObj prefixMathias Stearn2017-06-191-1/+1
* SERVER-29525 filter mongos command requests only where neededMathias Stearn2017-06-131-0/+19
* SERVER-29461 Filter command output to avoid duplicating generic reply fieldsMathias Stearn2017-06-131-0/+21
* SERVER-29264 Add an API for mongod commands to access OP_MSG input document s...Mathias Stearn2017-06-071-0/+11
* SERVER-29264 Replace RequestInterface with OpMsgRequest in mongod command dis...Mathias Stearn2017-05-301-1/+0
* SERVER-29249 Remove Command::_webUi member and constructor argumentMathias Stearn2017-05-171-2/+1
* SERVER-29249 Move mongod-specific command logic to run_commands.cppMathias Stearn2017-05-171-142/+0
* SERVER-28814 Attach ServerSelectionMetadata to OpCtx in mongosMathias Stearn2017-05-121-1/+0
* SERVER-29012 Enable ASAN strict init order checking and fix revealed issuesAndrew Morrow2017-05-011-2/+2
* SERVER-27991 Allow find and listIndexes to accept UUID argumentMaria van Keulen2017-04-281-0/+20
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-26/+26
* SERVER-27773 add operationTime field to the command responseMisha Tyulenev2017-02-281-0/+51