summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/killcursors_common.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65101 Replace transaction and retryable write command allow lists with...Randolph Tan2022-06-081-0/+4
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-201-2/+3
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-2/+2
* SERVER-32640 migrate cursor kill audit into authorization checkSergey Galtsev2021-03-051-4/+1
* SERVER-53161 Convert killCursors to TypedCommandSara Golemon2021-01-131-38/+79
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36557 Compute atClusterTime when killCursors is the first command in a...Jack Mulrow2018-09-071-4/+4
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-1/+1
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-2/+2
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-2/+2
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-2/+2
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-2/+2
* SERVER-28260 Check coauth for killCursors and add killAnyCursorsSara Golemon2017-11-301-3/+8
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-1/+0
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-2/+2
* SERVER-19318 Reimplement the currentOp command as a $currentOp aggregationBernard Gorman2017-07-071-0/+1
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-3/+3
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-1/+1
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+4
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-20708 make getMore and killCursors commands ignore the slaveOk bitDavid Storch2015-10-071-4/+0
* SERVER-5811 ClusterKillCursorsCmdQingyang Chen2015-08-141-0/+95