summaryrefslogtreecommitdiff
path: root/src/mongo/s/client/version_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-11-011-5/+5
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-23/+14
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-5739 Fix races in RARELY/OCCASIONALLY.Billy Donahue2018-11-161-1/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37349 Ensure that commands with transactions do not use the VersionMan...Kaloian Manassiev2018-10-131-0/+4
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-0/+1
* SERVER-35691 Merge the stale_config library together with common_sKaloian Manassiev2018-06-201-2/+2
* SERVER-18084 Get rid of direct references to 'grid'Kaloian Manassiev2018-05-071-9/+10
* SERVER-34270 Rename CatalogCache::onStaleConfigError() to CatalogCache::onSta...Esha Maharishi2018-04-031-1/+1
* SERVER-34269 Make CachedCollectionRoutingInfo an explicit 'package' of the da...Esha Maharishi2018-04-031-1/+1
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-3/+0
* SERVER-32901 Consolidate sharding librariesKaloian Manassiev2018-01-291-1/+1
* SERVER-32587 Convert StaleConfigException to use ErrorExtraInfoMathias Stearn2018-01-171-3/+4
* SERVER-31069 Stop converting SendStaleConfig to RecvStaleConfigMathias Stearn2017-09-131-2/+2
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-19/+10
* Revert "SERVER-22611 Sharding catalog cache refactor"Kaloian Manassiev2017-03-121-10/+19
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-19/+10
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-17/+17
* SERVER-28155 Get rid of the 'mongoscore' sharding libraryKaloian Manassiev2017-03-011-1/+1
* SERVER-28030 Move catalog_cache.h/.cpp to mongo/s/Kaloian Manassiev2017-02-181-1/+1
* SERVER-27382 Remove usages of DBConfig::reload/getChunkManagerOrPrimary from ...Kaloian Manassiev2017-02-061-48/+22
* Revert "SERVER-27382 Remove usages of DBConfig::reload/getChunkManagerOrPrima...Kaloian Manassiev2017-02-031-19/+49
* SERVER-27382 Remove usages of DBConfig::reload/getChunkManagerOrPrimary from ...Kaloian Manassiev2017-02-031-49/+19
* SERVER-25665 Cleanup chunk metadata caching library dependenciesKaloian Manassiev2016-10-281-2/+2
* SERVER-25910 fail setShardVersion on mongod if not running with --shardsvrEsha Maharishi2016-09-071-0/+4
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-131-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-10/+20
* SERVER-23857 dispatch shard creation by ConnectionString typeMisha Tyulenev2016-05-051-11/+4
* SERVER-23494 Move VersionManager under sharding_clientKaloian Manassiev2016-04-051-0/+464