summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29525 filter mongos command requests only where neededMathias Stearn2017-06-131-1/+19
* SERVER-29461 Filter command output to avoid duplicating generic reply fieldsMathias Stearn2017-06-131-1/+9
* SERVER-29264 Add an API for mongod commands to access OP_MSG input document s...Mathias Stearn2017-06-071-1/+22
* SERVER-29264 Replace RequestInterface with OpMsgRequest in mongod command dis...Mathias Stearn2017-05-301-2/+0
* SERVER-19318 Add $currentOp aggregation stage for mongoDBernard Gorman2017-05-261-3/+5
* SERVER-29314 add CommandInterface to break cyclic dependency between Command ...Benety Goh2017-05-251-113/+204
* SERVER-29071 gossip clusterTime in mongo shellMisha Tyulenev2017-05-171-1/+1
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-29249 Remove mongod-specific run() method from CommandMathias Stearn2017-05-171-10/+0
* SERVER-29249 eliminate friends of CommandMathias Stearn2017-05-171-19/+12
* SERVER-29249 Remove Command::_webUi member and constructor argumentMathias Stearn2017-05-171-12/+1
* SERVER-29249 Move mongod-specific command logic to run_commands.cppMathias Stearn2017-05-171-82/+0
* SERVER-28816 OP_MSG for mongos ingress layerMathias Stearn2017-05-121-2/+2
* SERVER-28814 Replace ServerSelectionMetadata with just ReadPreferenceSettingMathias Stearn2017-05-121-5/+1
* SERVER-28814 Attach ServerSelectionMetadata to OpCtx in mongosMathias Stearn2017-05-121-6/+0
* SERVER-27991 Allow find and listIndexes to accept UUID argumentMaria van Keulen2017-04-281-0/+3
* SERVER-28508 OP_MSG in egress and mongodMathias Stearn2017-04-271-5/+15
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
* SERVER-28507 Centralize ignored fields in command implementationsMathias Stearn2017-04-121-0/+16
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-021-1/+1
* 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-16/+17
* SERVER-27773 add operationTime field to the command responseMisha Tyulenev2017-02-281-0/+18
* SERVER-28094 Remove the StaticObserverAndrew Morrow2017-02-271-1/+0
* SERVER-27415 Deduplicate `Command::execCommand`ADAM David Alan Martin2017-01-031-9/+22
* Revert "SERVER-27415 Deduplicate `Command::execCommand`"ADAM David Alan Martin2016-12-191-22/+9
* SERVER-27415 Deduplicate `Command::execCommand`ADAM David Alan Martin2016-12-191-9/+22
* SERVER-27391 Deduplicate `Command::registerError`ADAM David Alan Martin2016-12-141-0/+9
* SERVER-25994: Make applyOps check for specific permissionsSpencer Jackson2016-09-261-24/+35
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-9/+9
* SERVER-25050 Cleanup Strategy and Shard classKaloian Manassiev2016-07-301-1/+0
* SERVER-24762 Add cursor options to AggregationRequestJames Wahlin2016-07-071-15/+0
* SERVER-5905 Add operation latency histogramKevin Albertson2016-06-241-0/+12
* Revert "SERVER-5905 Add operation latency histogram"Mathias Stearn2016-06-241-12/+0
* SERVER-5905 Add operation latency histogramKevin Albertson2016-06-231-0/+12
* SERVER-23889 Make ClusterPlanCache* commands correctly validate the namespaceKaloian Manassiev2016-06-031-3/+3
* SERVER-23480 make Command::parseNsCollectionRequired and oplog.cpp's parseNs ...Esha Maharishi2016-04-211-1/+2
* SERVER-22421 writeConcernError backwards compatibility for user management co...Judah Schvimer2016-04-121-0/+5
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-1/+21
* SERVER-23414 Get rid of Command::runAgainstRegisteredKaloian Manassiev2016-03-301-6/+0
* SERVER-23429 Get rid of Command::htmlHelp and _webCommandsKaloian Manassiev2016-03-301-7/+10
* SERVER-23407 Get rid of public fields in the Command classKaloian Manassiev2016-03-301-27/+36
* SERVER-23412 Get rid of Command::logIfSlowKaloian Manassiev2016-03-301-2/+0
* SERVER-23405 Get rid of Command::getStatusFromCommandKaloian Manassiev2016-03-291-13/+0
* SERVER-23103 Make libcommand not depend on libcuropAndrew Morrow2016-03-211-4/+0
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-11/+0
* SERVER-21459 reserve bytes in ReplyBuilder buffer to avoid excessive reallocingAdam Midvidy2015-11-171-0/+4
* SERVER-21276: Fix various issues with topMartin Bligh2015-11-111-2/+2
* SERVER-20609 use getFields instead of calling getField 4xAdam Midvidy2015-10-301-1/+3
* SERVER-20995 Linking to command does not need command implementationsAndrew Morrow2015-10-191-2/+4