summaryrefslogtreecommitdiff
path: root/src/mongo/s/version_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22320 remove SYNC option and SyncClusterConnectionMisha Tyulenev2016-03-101-6/+0
* SERVER-21527 Cleanup usages of getShard for resolving host to shardKaloian Manassiev2015-11-191-33/+26
* SERVER-20640 Get wire versions from native DBClient instead of running isMasterJonathan Reams2015-11-051-8/+0
* SERVER-20498 Send config server optime to shards automatically on all command...Spencer T Brody2015-09-241-5/+1
* SERVER-19875 Add OperationContext to CatalogManager::getAllShardsSpencer T Brody2015-08-251-7/+10
* SERVER-19969 Handle config server's connection string changeKaloian Manassiev2015-08-171-15/+12
* SERVER-19855 Include min OpTime with shard versionKaloian Manassiev2015-08-171-45/+45
* Revert "SERVER-19855 Include min OpTime with shard version"Kaloian Manassiev2015-08-141-45/+45
* SERVER-19855 Include min OpTime with shard versionKaloian Manassiev2015-08-141-45/+45
* SERVER-19914 Remove connectionString() method on CatalogManagerSpencer T Brody2015-08-131-2/+2
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-18/+21
* SERVER-19395 Write commands should use ShardConnectionKaloian Manassiev2015-07-211-2/+4
* SERVER-18567 Remove legacy ConnectionString::parseKaloian Manassiev2015-07-161-7/+5
* SERVER-18567 Move Future under the mongos commandsKaloian Manassiev2015-07-161-39/+89
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-319/+309
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-1/+1
* SERVER-18815 Rename shard registry's findIfExists(...) to getShard(...) and a...Daniel Alabi2015-06-181-3/+2
* SERVER-18036 fixed NamespaceString usage in some commands, especially in case...Benety Goh2015-06-181-2/+1
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-4/+4
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+1
* SERVER-18815 Make Shard object non-copyable. Get rid of Shard::make(...) and ...Daniel Alabi2015-06-091-15/+17
* SERVER-18815 Define ShardId type. Get rid of findIfExists(...) and getAllShar...Daniel Alabi2015-06-051-3/+5
* SERVER-18127 Remove ConfigServer::modelServerKaloian Manassiev2015-06-041-2/+3
* SERVER-18127 Shard class should use ConnectionString for addressesKaloian Manassiev2015-05-261-1/+2
* SERVER-18568 Fix a compile breakKaloian Manassiev2015-05-201-8/+8
* SERVER-18568 Remove ConnectionString::PAIRKaloian Manassiev2015-05-201-19/+17
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-1/+1
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-1/+1
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-1/+1
* SERVER-18124 Cleanup ChunkType and ChunkVersionKaloian Manassiev2015-04-281-15/+17
* SERVER-18101 Remove usage of default_version.cppKaloian Manassiev2015-04-171-1/+7
* SERVER-17723 Sharding catalog cacheKaloian Manassiev2015-04-101-11/+36
* SERVER-17496 Move cluster count command into a separate fileKaloian Manassiev2015-03-171-2/+2
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-8/+4
* SERVER-17496 Move ChunkManager to separate fileKaloian Manassiev2015-03-091-1/+1
* SERVER-17496 Move ShardConnection to separate fileKaloian Manassiev2015-03-091-5/+17
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-16733 mongos does not fail when different configdb string is usedRandolph Tan2015-01-091-1/+1
* SERVER-15375 lazily initShardVersion only when neededGreg Studer2014-10-161-80/+132
* SERVER-15402 Improve ShardPtr/ConnectionString management for commands and se...Randolph Tan2014-10-151-9/+22
* Revert "SERVER-15375 remove initShardVersion"Greg Studer2014-10-131-60/+107
* SERVER-15375 remove initShardVersionGreg Studer2014-10-131-107/+60
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-14745 Remove WritebackListenerRandolph Tan2014-08-061-5/+0
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-0/+5
* SERVER-11256 improve handling of empty vs nonexistent CollectionMetadataRandolph Tan2014-06-061-3/+2
* SERVER-10142: Eliminate Compiler Warnings on Windows BuildersMark Benvenuto2014-01-141-1/+1
* SERVER-5625 SERVER-7426 allow all connections in all states to tolerate downe...Greg Studer2013-12-021-12/+34
* SERVER-10818 basic write batch downconversion utilitiesGreg Studer2013-10-291-0/+9
* SERVER-8886 Correct license exception for headersIan Whalen2013-09-061-1/+1