summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/killcursors_common.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-3/+1
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-1/+1
* SERVER-28260 Check coauth for killCursors and add killAnyCursorsSara Golemon2017-11-301-10/+12
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-1/+0
* 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-5811 ClusterKillCursorsCmdQingyang Chen2015-08-141-0/+103