summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-182-19/+29
* SERVER-19318 Allow $currentOp aggregations to be run on mongoSBernard Gorman2017-06-169-130/+172
* SERVER-29566 link cluster_commands_common.cpp into both mongos and mongodJessica Yu2017-06-1522-124/+47
* SERVER-29319 Support OpMsgRequest in mongos command dispatchMathias Stearn2017-06-131-29/+27
* SERVER-29525 filter mongos command requests only where neededMathias Stearn2017-06-1315-93/+87
* SERVER-29525 sharding/explain_agg_read_pref.js shouldn't rely on internal $qu...Mathias Stearn2017-06-131-13/+1
* SERVER-29525 Replace getReadPref with using OpCtx decorationMathias Stearn2017-06-138-44/+40
* SERVER-28964 Make mongos behavior on invalid OP_MSG match mongodMathias Stearn2017-06-131-7/+10
* SERVER-29461 Filter command output to avoid duplicating generic reply fieldsMathias Stearn2017-06-139-16/+16
* SERVER-29412 make the movePrimary command use the IDLJessica Yu2017-06-121-6/+7
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-091-5/+5
* SERVER-29464 Get rid of BSONSerializableKaloian Manassiev2017-06-082-9/+7
* SERVER-29456 mongos fall back to cluster time if no operation time set on ope...Mathias Stearn2017-06-071-4/+9
* SERVER-29319 Don't try to handle StaleConfigException with empty nsMathias Stearn2017-06-071-7/+9
* SERVER-29319 Move mongos runCommand higher in file to eliminate forward decla...Mathias Stearn2017-06-071-56/+48
* SERVER-28127 Integrate KeyManager to LogicalClockRandolph Tan2017-05-221-4/+3
* SERVER-29281 Resolve edges related to the dcommands libraryAndrew Morrow2017-05-191-1/+0
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-1750-83/+83
* SERVER-29249 eliminate friends of CommandMathias Stearn2017-05-171-167/+158
* SERVER-29249 Remove Command::_webUi member and constructor argumentMathias Stearn2017-05-1728-29/+29
* SERVER-29249 Move mongod-specific command logic to run_commands.cppMathias Stearn2017-05-171-32/+0
* SERVER-29017 Acquire the collection dist lock for unsharded dropKaloian Manassiev2017-05-161-0/+4
* SERVER-28816 OP_MSG for mongos ingress layerMathias Stearn2017-05-122-78/+126
* SERVER-28814 Replace ServerSelectionMetadata with just ReadPreferenceSettingMathias Stearn2017-05-126-72/+26
* SERVER-28814 eliminate unnecessary includes of server_selection_metadata.hMathias Stearn2017-05-122-2/+0
* SERVER-28814 Stop returning Status from metadata functionsMathias Stearn2017-05-121-2/+2
* SERVER-28814 Attach ServerSelectionMetadata to OpCtx in mongosMathias Stearn2017-05-128-22/+20
* SERVER-28814 Clean up ClusterExplain::wrapAsExplain()Mathias Stearn2017-05-128-92/+46
* SERVER-29106 use IDL in shardCollection (in prep for moving shardCollection t...Esha Maharishi2017-05-121-36/+25
* SERVER-29066 Implicitly create the database in findAndModifyKaloian Manassiev2017-05-051-0/+3
* SERVER-28983 Get rid of duplicated code in the aggregation commandKaloian Manassiev2017-05-051-42/+33
* SERVER-29032 replace shardCollection's use of ClusterWriter for creating inde...Esha Maharishi2017-05-051-44/+42
* SERVER-28562 Don't return unsigned timesRandolph Tan2017-05-041-0/+5
* Revert "Revert "SERVER-28562 Move LogicalTime HMAC computation outside collec...Randolph Tan2017-05-041-10/+10
* Revert "SERVER-28562 Move LogicalTime HMAC computation outside collection lock"ADAM David Alan Martin2017-05-031-10/+10
* SERVER-28562 Move LogicalTime HMAC computation outside collection lockRandolph Tan2017-05-031-10/+10
* SERVER-28973 replace ClusterAggregate's use of Strategy::commandOp for explai...Esha Maharishi2017-05-022-21/+24
* SERVER-28625 replace ClusterAggregate's use of Strategy::commandOp/ShardConne...Esha Maharishi2017-05-024-172/+173
* SERVER-28872 remove ClusterRepairDatabaseCmd from mongosEsha Maharishi2017-05-012-76/+0
* SERVER-29026 decrease log level in scatterGatherEsha Maharishi2017-05-011-1/+1
* SERVER-28992 Cleanup write commands executionKaloian Manassiev2017-04-272-3/+3
* SERVER-28983 Fix undefined behaviour for the 'aggregate' commandKaloian Manassiev2017-04-271-5/+3
* SERVER-28870 make ClusterClientCursorParams::RemoteCursor store the ShardIdEsha Maharishi2017-04-243-3/+8
* SERVER-28749 Unify ServiceEntryPointMongod and ServiceEntryPointMongosJonathan Reams2017-04-212-56/+32
* SERVER-28726 make ClusterCountCmd::explain, Strategy::explainFind, and Distin...Esha Maharishi2017-04-1913-119/+225
* SERVER-28350 cluster_pipeline_command.cpp::explain constructs command object ...Nick Zolnierz2017-04-192-11/+15
* SERVER-28850 Fix shadowed variable name in strategy.cppKaloian Manassiev2017-04-181-3/+3
* SERVER-28826 Limit parsing in cluster geoNear should not perform unsafe conve...Tess Avitabile2017-04-171-3/+3
* SERVER-28792 make dropIndexes unversioned againEsha Maharishi2017-04-177-256/+262
* SERVER-28681 make ClusterCountCmd::run use the ARSEsha Maharishi2017-04-147-91/+229