summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_killcursors_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66360 Remove multi-user authentication supportSara Golemon2022-05-241-2/+3
* SERVER-58352: Remove ClusterCursorManager::getNamespaceForCursorId(), and rel...Neil Shweky2021-10-271-2/+3
* SERVER-54022 Simplify AuthorizationSessionMark Benvenuto2021-02-091-1/+2
* SERVER-53161 Convert killCursors to TypedCommandSara Golemon2021-01-131-33/+13
* SERVER-49065 Mark API Version 1 commandsPV992020-07-281-0/+4
* SERVER-43712 mongos use ReadWriteConcernDefaults for RCKevin Pulo2019-11-291-2/+1
* SERVER-44470 Parse aggregation commands earlier, and rationalize aggregation ...Kevin Pulo2019-11-261-2/+1
* SERVER-43123 SERVER-43124 Use ReadWriteConcernDefaults for incoming mongod re...Kevin Pulo2019-10-211-4/+5
* 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-37349 Later statements in a transaction should target shards using the...Jack Mulrow2018-10-191-10/+0
* SERVER-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-261-1/+1
* SERVER-36557 Compute atClusterTime when killCursors is the first command in a...Jack Mulrow2018-09-071-0/+18
* SERVER-35829 Make router TransactionParticipant attach txnNumber to requests ...Jack Mulrow2018-07-251-0/+7
* SERVER-18084 Get rid of direct references to 'grid'Kaloian Manassiev2018-05-071-4/+7
* SERVER-32957 part 1: mongos will now destroy kill pending cursors on checkinIan Boros2018-02-201-1/+1
* SERVER-32395 Make killCursors work against pinned cursors on mongos when auth...Ian Boros2018-02-071-11/+6
* SERVER-32169 Allow killCursors to kill across lsidsSara Golemon2017-12-121-1/+2
* SERVER-28260 Check coauth for killCursors and add killAnyCursorsSara Golemon2017-11-301-1/+15
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+3
* SERVER-23534 move miscellaneous methods off GridEsha Maharishi2016-04-061-0/+1
* SERVER-5811 ClusterKillCursorsCmdQingyang Chen2015-08-141-0/+48