summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* 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-29252 Rotate the coreshard & sharding client cycle.ADAM David Alan Martin2017-05-173-11/+8
* SERVER-29017 Acquire the collection dist lock for unsharded dropKaloian Manassiev2017-05-161-0/+4
* SERVER-29164 Ensure CatalogCache::getCollectionRoutingInfo does not throwKaloian Manassiev2017-05-121-1/+8
* SERVER-29017 Get rid of ShardingCatalogClient::updateCollectionKaloian Manassiev2017-05-1210-169/+219
* SERVER-28816 OP_MSG for mongos ingress layerMathias Stearn2017-05-123-80/+138
* SERVER-28814 Replace ServerSelectionMetadata with just ReadPreferenceSettingMathias Stearn2017-05-1211-99/+32
* SERVER-28814 eliminate unnecessary includes of server_selection_metadata.hMathias Stearn2017-05-1216-16/+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-28814 Add and use ReadPreferenceSetting::secondaryPreferredMetadata()Mathias Stearn2017-05-128-20/+17
* SERVER-29106 use IDL in shardCollection (in prep for moving shardCollection t...Esha Maharishi2017-05-123-36/+90
* SERVER-28431 shard chunk loader interface implementationDianna Hohensee2017-05-0816-23/+80
* 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-042-13/+14
* SERVER-28327 Revamp cursor timeout logic.Charlie Swanson2017-05-032-7/+45
* Revert "SERVER-28562 Move LogicalTime HMAC computation outside collection lock"ADAM David Alan Martin2017-05-032-14/+13
* SERVER-28562 Move LogicalTime HMAC computation outside collection lockRandolph Tan2017-05-032-13/+14
* 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-29034 change Shard::runBatchWriteCommandOnConfig to run write commands...Esha Maharishi2017-05-013-24/+30
* 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 Make BatchWriteOp contain a vector of WriteOpKaloian Manassiev2017-04-294-165/+125
* SERVER-28988 add ReplicationProcessBenety Goh2017-04-281-1/+6
* SERVER-27659 Persist Rollback IdJudah Schvimer2017-04-281-0/+5
* Revert "SERVER-27659 Persist Rollback Id"ADAM David Alan Martin2017-04-281-5/+0
* SERVER-29016: make ShardRegistry::reload interruptibleMisha Tyulenev2017-04-281-2/+5
* SERVER-29000 Remove the miniwebserver and derivativesAndrew Morrow2017-04-272-23/+0
* SERVER-28508 OP_MSG in egress and mongodMathias Stearn2017-04-271-1/+1
* SERVER-28992 Fold BatchWriteStats into BatchWriteOpKaloian Manassiev2017-04-272-52/+35
* SERVER-28992 Cleanup write commands executionKaloian Manassiev2017-04-2712-402/+304
* SERVER-28983 Fix undefined behaviour for the 'aggregate' commandKaloian Manassiev2017-04-271-5/+3
* SERVER-28967 Remove whitelist marks & break cyclesADAM David Alan Martin2017-04-272-2/+2
* SERVER-28925 Use listDatabases({'nameOnly': true}) in the addShard implementa...Kaloian Manassiev2017-04-252-3/+3
* SERVER-28893 make Shard::CommandResponse include the exact host that sent the...Esha Maharishi2017-04-247-148/+132
* SERVER-28870 make ClusterClientCursorParams::RemoteCursor store the ShardIdEsha Maharishi2017-04-249-62/+93
* SERVER-28749 Unify ServiceEntryPointMongod and ServiceEntryPointMongosJonathan Reams2017-04-214-185/+105
* SERVER-27659 Persist Rollback IdJudah Schvimer2017-04-211-0/+5
* SERVER-28621 Parse BSON update expression into an UpdateNode treeTess Avitabile2017-04-202-2/+2
* SERVER-27921 New Range DeleterNathan Myers2017-04-203-2/+99
* 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