summaryrefslogtreecommitdiff
path: root/src/mongo/s/dbclient_shard_resolver.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23336 replace ShardResolver with RemoteCommandTargeter::findHostEsha Maharishi2016-05-101-102/+0
* Revert "SERVER-23336 replace ShardResolver with RemoteCommandTargeter::findHost"Esha Maharishi2016-05-091-0/+102
* SERVER-23336 replace ShardResolver with RemoteCommandTargeter::findHostEsha Maharishi2016-05-091-102/+0
* SERVER-21050 Make dist lock timeouts uniformKaloian Manassiev2015-12-081-0/+2
* SERVER-19875 Add OperationContext to CatalogManager::getAllShardsSpencer T Brody2015-08-251-2/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-56/+52
* SERVER-18815 Rename shard registry's findIfExists(...) to getShard(...) and a...Daniel Alabi2015-06-181-1/+1
* SERVER-19025 add fassertStatusOK to errorcodes.pyEric Milkie2015-06-181-1/+2
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-1/+1
* SERVER-18127 Remove ConfigServer::modelServerKaloian Manassiev2015-06-041-44/+26
* SERVER-18667 Remove the ReplicaSetMonitor remembered seed listKaloian Manassiev2015-05-281-2/+2
* SERVER-18127 Shard class should use ConnectionString for addressesKaloian Manassiev2015-05-261-1/+1
* SERVER-18064 Move shard.cpp under the sharding client libraryKaloian Manassiev2015-04-151-1/+1
* SERVER-17232 Don't return connection to config server when shardName is adminDaniel Alabi2015-03-101-2/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16027 create replica set monitor when req'd when resolving shards for ...Greg Studer2014-11-111-4/+14
* SERVER-14367 Preparation for removing some implicit conversion and other meth...Andy Schwerin2014-06-301-1/+1
* SERVER-12419 switch to using a post-command hook to capture gle informationEric Milkie2014-01-301-8/+14
* SERVER-12284 Rewrite ReplSetMonitorMathias Stearn2014-01-291-2/+2
* cleaning of windows compiler wwarningsDwight2013-12-181-1/+1
* SERVER-11681 mongos upconverts all writes by defaultGreg Studer2013-12-161-3/+7
* SERVER-10818 host resolver to handle DBClientRS connectionsGreg Studer2013-11-011-0/+98