summaryrefslogtreecommitdiff
path: root/src/mongo/s/version_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-8886 Add OpenSSL license exception to sharding filesIan Whalen2013-08-271-0/+12
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-4/+5
* Put version management class/header in its own module.Alberto Lerner2012-12-211-0/+292