summaryrefslogtreecommitdiff
path: root/src/mongo/s/client
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-1/+1
* SERVER-18036 renamed Fetcher::BatchData to QueryResponseBenety Goh2015-06-191-1/+1
* SERVER-18589 Fix compile failureRandolph Tan2015-06-191-1/+1
* SERVER-18589 Refactor find and runCommand from CatalogManagerRSRandolph Tan2015-06-193-0/+110
* SERVER-18815 Rename shard registry's findIfExists(...) to getShard(...) and a...Daniel Alabi2015-06-184-6/+9
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-181-4/+4
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-183-7/+7
* SERVER-18996 Implement getAllShards for RS Catalog Manager.Daniel Alabi2015-06-172-9/+21
* SERVER-18464/SERVER-18437/SERVER-19004 Move targeter ownership to ShardKaloian Manassiev2015-06-174-64/+34
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-174-11/+10
* SERVER-18947 Remove Shard::getCommandRunnerKaloian Manassiev2015-06-172-8/+1
* SERVER-18947 Cleanup unused code in chunk.hKaloian Manassiev2015-06-173-47/+10
* SERVER-18236 SERVER-18292 send impersonated users and roles via metadata objectAdam Midvidy2015-06-161-1/+7
* SERVER-18236 send GLEStats over OP_COMMAND metadata objectAdam Midvidy2015-06-161-1/+5
* SERVER-18292 support OP_COMMAND in commands executed with DBClientMultiCommandAdam Midvidy2015-06-161-17/+30
* SERVER-18947 Add task executor to RS catalog manager testsKaloian Manassiev2015-06-162-16/+28
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-108-29/+23
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-103-9/+6
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-103-7/+7
* SERVER-18436 Basic skeleton of replica set catalog managerSpencer T Brody2015-06-102-1/+15
* SERVER-18464 Cleanup unused code and tests from ShardKaloian Manassiev2015-06-105-123/+8
* SERVER-18438/SERVER-18435 Add RemoteCommandTargeter and runner to gridKaloian Manassiev2015-06-095-89/+141
* SERVER-18815 Make Shard object non-copyable. Get rid of Shard::make(...) and ...Daniel Alabi2015-06-095-76/+53
* SERVER-18815 Define ShardId type. Get rid of findIfExists(...) and getAllShar...Daniel Alabi2015-06-055-64/+60
* SERVER-18127 Remove all references to configServerKaloian Manassiev2015-06-042-47/+54
* SERVER-18815 Remove Shard(std::string&) constructorKaloian Manassiev2015-06-041-4/+0
* SERVER-18801 Make multi_host_query_test deterministicKaloian Manassiev2015-06-041-4/+6
* SERVER-18438 Unify shard runtime status retrievalKaloian Manassiev2015-05-312-96/+67
* SERVER-18438 Remove unused sharding codeKaloian Manassiev2015-05-293-49/+3
* SERVER-18667 Remove the ReplicaSetMonitor remembered seed listKaloian Manassiev2015-05-281-2/+1
* SERVER-18127 Shard class should use ConnectionString for addressesKaloian Manassiev2015-05-267-102/+101
* SERVER-18567 Implement ConnectionString::parse which returns StatusWithKaloian Manassiev2015-05-212-65/+60
* SERVER-18124 Move 'newest chunk' check to the catalog managerKaloian Manassiev2015-05-154-31/+7
* SERVER-18049 getShardMap command on MongoD should check if shard registry is ...Kaloian Manassiev2015-05-141-1/+7
* SERVER-18049 Put ShardRegistry on GridKaloian Manassiev2015-05-143-20/+24
* SERVER-18049 Move StaticShardInfo out of shard.cppKaloian Manassiev2015-05-145-286/+403
* Revert "SERVER-18049 Move StaticShardInfo out of shard.cpp"Kaloian Manassiev2015-05-135-410/+286
* Revert "SERVER-18049 Put ShardRegistry on Grid"Kaloian Manassiev2015-05-133-24/+20
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-132-5/+4
* SERVER-18049 Put ShardRegistry on GridKaloian Manassiev2015-05-133-20/+24
* SERVER-18049 Move StaticShardInfo out of shard.cppKaloian Manassiev2015-05-135-286/+410
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-2/+3
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-3/+2
* SERVER-9666 Remove coreserver libraryAndrew Morrow2015-05-081-1/+0
* SERVER-9666 Remove mongocommon libraryAndrew Morrow2015-05-081-1/+0
* SERVER-9666 Push coredb library into db directoryAndrew Morrow2015-05-061-1/+1
* SERVER-18244: Refactor AuthorizationManagerExternalState creationSpencer Jackson2015-05-062-10/+1
* SERVER-18242 Only reload shard cache if shard not found in cacheDaniel Alabi2015-05-011-6/+17
* SERVER-9666 Push dbtest targets into dbtest directoryAndrew Morrow2015-04-291-1/+1
* SERVER-9666 Push mongoscore and coreshard into s directoryAndrew Morrow2015-04-291-2/+2