summaryrefslogtreecommitdiff
path: root/src/mongo/s/config.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-597/+558
* SERVER-17308 Remove duplicate std::unique_ptr using-declarationsJason Rassi2015-06-191-2/+1
* SERVER-18436 Implement getGlobalSettings for RS catalog managerDaniel Alabi2015-06-191-6/+6
* SERVER-18815 Rename shard registry's findIfExists(...) to getShard(...) and a...Daniel Alabi2015-06-181-6/+6
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-16/+16
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-3/+3
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+1
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* SERVER-18438/SERVER-18435 Add RemoteCommandTargeter and runner to gridKaloian Manassiev2015-06-091-11/+2
* SERVER-18815 Make Shard object non-copyable. Get rid of Shard::make(...) and ...Daniel Alabi2015-06-091-30/+40
* SERVER-18127 Remove all references to configServerKaloian Manassiev2015-06-041-142/+12
* SERVER-18127 Remove ConfigServer::modelServerKaloian Manassiev2015-06-041-31/+0
* SERVER-18438 Remove unused sharding codeKaloian Manassiev2015-05-291-45/+56
* SERVER-18127 Shard class should use ConnectionString for addressesKaloian Manassiev2015-05-261-5/+1
* Revert "Revert "SERVER-18124 Move tags loading to the catalog manager""Kaloian Manassiev2015-05-201-1/+1
* Revert "SERVER-18124 Move tags loading to the catalog manager"Kaloian Manassiev2015-05-201-1/+1
* SERVER-18124 Move tags loading to the catalog managerKaloian Manassiev2015-05-191-1/+1
* SERVER-18124 Move 'newest chunk' check to the catalog managerKaloian Manassiev2015-05-151-23/+22
* SERVER-18049 Move StaticShardInfo out of shard.cppKaloian Manassiev2015-05-141-13/+3
* Revert "SERVER-18049 Move StaticShardInfo out of shard.cpp"Kaloian Manassiev2015-05-131-3/+13
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-2/+4
* SERVER-18049 Move StaticShardInfo out of shard.cppKaloian Manassiev2015-05-131-13/+3
* SERVER-18137 CollectionType should store fully-qualified namespace as Namespa...Daniel Alabi2015-05-121-1/+1
* SERVER-18126 MetadataLoader needs to use the catalog manager for reading chun...Daniel Alabi2015-05-061-2/+2
* SERVER-18156 SettingsType should do all validation and default value determin...Daniel Alabi2015-04-301-17/+23
* SERVER-18125 Move config server consistency checking behind the legacy catalo...Daniel Alabi2015-04-291-129/+0
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-291-1/+1
* SERVER-18124 Cleanup ChunkType and ChunkVersionKaloian Manassiev2015-04-281-1/+1
* Revert "SERVER-18131 Clean up LastError."Andy Schwerin2015-04-231-1/+1
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-231-1/+1
* SERVER-18122 Move sharding global settings retrieval to the catalog managerDaniel Alabi2015-04-231-1/+1
* SERVER-18071 SERVER-17971 Store actual ConnectionString into configServerSpencer T Brody2015-04-211-6/+3
* SERVER-18024 Move collection metadata loading under the catalog managerKaloian Manassiev2015-04-211-59/+28
* SERVER-18071 Parse mongos 'configdb' command line parameter into a Connection...Spencer T Brody2015-04-161-10/+8
* SERVER-17969 Move shardCollection operation to the catalog managerDaniel Alabi2015-04-151-103/+16
* SERVER-18009 Move drop collection to the catalog managerKaloian Manassiev2015-04-151-1/+2
* SERVER-17968 Eliminate use of configServer.allUpDaniel Alabi2015-04-141-60/+7
* SERVER-17848 Use the catalog manager to query shards in a sharded clusterDaniel Alabi2015-04-131-1/+2
* SERVER-17723 Sharding catalog cacheKaloian Manassiev2015-04-101-50/+49
* SERVER-17867 Appropriately handle return values in some mongos filesDaniel Alabi2015-04-101-1/+4
* SERVER-17775 Move ShardType to src/mongo/s/catalogDaniel Alabi2015-04-091-1/+1
* SERVER-17774 Move ChunkType to src/mongo/s/catalogDaniel Alabi2015-04-071-1/+1
* SERVER-17723 setShardingState should not reinitialize config servers listKaloian Manassiev2015-03-311-14/+13
* SERVER-17690 Move sharding change logging operations to catalog managerKaloian Manassiev2015-03-241-58/+10
* SERVER-17638 Catalog manager loads database metadataKaloian Manassiev2015-03-201-46/+16
* SERVER-17637 Sharding catalog manager interfaceKaloian Manassiev2015-03-201-46/+51
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-19/+16
* SERVER-17496 Move sharding admin commands to individual filesKaloian Manassiev2015-03-101-27/+32
* SERVER-17496 Move ChunkManager to separate fileKaloian Manassiev2015-03-091-21/+51
* SERVER-17496 Move ShardConnection to separate fileKaloian Manassiev2015-03-091-0/+1