summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_current_op.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70146 Migrate checkAuthForCommand to checkAuthForOperationSara Golemon2022-10-041-5/+6
* SERVER-64359: Implement FLE server-side rewrite for agg command on mongosHana Pearlman2022-03-281-1/+1
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-2/+2
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-3/+3
* SERVER-44470 Parse aggregation commands earlier, and rationalize aggregation ...Kevin Pulo2019-11-261-0/+1
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37836 re-evaluate authorization for originating command in getMoreIsabella Siu2019-02-081-1/+5
* SERVER-37191 writeConcern for $outNick Zolnierz2018-10-311-6/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-15/+17
* SERVER-33323 New cluster_aggregate libraryCharlie Swanson2018-08-201-1/+1
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-1/+1
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-1/+1
* SERVER-19318 Reimplement the currentOp command as a $currentOp aggregationBernard Gorman2017-07-071-121/+36
* SERVER-19318 Allow $currentOp aggregations to be run on mongoSBernard Gorman2017-06-161-1/+3
* SERVER-29566 link cluster_commands_common.cpp into both mongos and mongodJessica Yu2017-06-151-1/+1
* SERVER-29525 filter mongos command requests only where neededMathias Stearn2017-06-131-2/+5
* SERVER-29525 Replace getReadPref with using OpCtx decorationMathias Stearn2017-06-131-2/+2
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-28726 make ClusterCountCmd::explain, Strategy::explainFind, and Distin...Esha Maharishi2017-04-191-1/+2
* SERVER-28792 make dropIndexes unversioned againEsha Maharishi2017-04-171-15/+4
* SERVER-28681 make ClusterCountCmd::run use the ARSEsha Maharishi2017-04-141-1/+2
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
* SERVER-28701 Make mongos translate queryOptions into readPreferenceMathias Stearn2017-04-121-2/+1
* SERVER-28661 make gatherResults() return vector<AsyncRequestsSender::Response...Esha Maharishi2017-04-071-15/+23
* SERVER-28656 consolidate utility functions for forwarding commands to shards ...Esha Maharishi2017-04-061-11/+2
* SERVER-28165 make RunOnAllShardsCommand use ARS instead of Future::spawnCommandEsha Maharishi2017-04-061-6/+37
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-1/+1
* SERVER-24991 Redact streaming log messagesDan Pasette2016-07-201-2/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+5
* SERVER-23696 Consolidate balancer configuration into single classKaloian Manassiev2016-04-191-1/+1
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+4
* SERVER-20652 remove pseudocommand downconversion code in mongosAdam Midvidy2015-09-261-59/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-159/+143
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-1/+1
* SERVER-7775 add currentOp commandAdam Midvidy2015-04-131-0/+226