summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-105-12/+12
* SERVER-18436 Basic skeleton of replica set catalog managerSpencer T Brody2015-06-106-4/+419
* SERVER-18438/SERVER-18435 Add RemoteCommandTargeter and runner to gridKaloian Manassiev2015-06-092-9/+10
* SERVER-18815 Make Shard object non-copyable. Get rid of Shard::make(...) and ...Daniel Alabi2015-06-093-30/+39
* SERVER-18596 Refactor PingDataRandolph Tan2015-06-095-39/+163
* SERVER-18525 Implement background ping and unlock for replSets distlock managerRandolph Tan2015-06-0812-700/+1143
* SERVER-18590 Implement lock & unlock for replSets distlock managerRandolph Tan2015-06-0515-8/+1425
* SERVER-18127 Remove all references to configServerKaloian Manassiev2015-06-047-97/+8
* SERVER-18007 support non-default constructible types in StatusWithAdam Midvidy2015-06-041-4/+0
* SERVER-18798 Move FindAndModifyRequest to the request/response libraryKaloian Manassiev2015-06-033-4/+4
* SERVER-18438 Remove unused sharding codeKaloian Manassiev2015-05-294-11/+11
* SERVER-18589 Fix clang compile failureRandolph Tan2015-05-283-5/+4
* SERVER-18667 Remove the ReplicaSetMonitor remembered seed listKaloian Manassiev2015-05-281-2/+2
* SERVER-18589 Implement Dist Lock CatalogRandolph Tan2015-05-287-2/+1768
* SERVER-18438 Move replica set monitor tests out of dbtestKaloian Manassiev2015-05-281-1/+2
* SERVER-18127 Shard class should use ConnectionString for addressesKaloian Manassiev2015-05-261-1/+2
* SERVER-18634 Move config upgrade code inside CatalogManagerLegacyKaloian Manassiev2015-05-2611-411/+121
* Cleanup (merge)Kaloian Manassiev2015-05-223-201/+176
* SERVER-18567 Replace usages of the legacy ConnectionString::parseKaloian Manassiev2015-05-222-3/+3
* SERVER-18436 Add mock DistLockManagerSpencer T Brody2015-05-215-4/+188
* SERVER-18436 Remove unused parameter from CatalogManager::createDatabaseSpencer T Brody2015-05-213-6/+4
* Revert "Revert "SERVER-18124 Move tags loading to the catalog manager""Kaloian Manassiev2015-05-209-53/+561
* Revert "SERVER-18124 Move tags loading to the catalog manager"Kaloian Manassiev2015-05-209-561/+53
* SERVER-18124 Move tags loading to the catalog managerKaloian Manassiev2015-05-199-53/+561
* SERVER-18504 Increase timeout for grabbing distributed lock when creating a d...Daniel Alabi2015-05-191-3/+3
* SERVER-18124 Move 'newest chunk' check to the catalog managerKaloian Manassiev2015-05-153-23/+16
* SERVER-18049 Move StaticShardInfo out of shard.cppKaloian Manassiev2015-05-141-3/+1
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-1312-62/+60
* SERVER-18328 Create mongos version of user management commands that uses cata...Daniel Alabi2015-05-133-0/+136
* SERVER-18137 CollectionType should store fully-qualified namespace as Namespa...Daniel Alabi2015-05-123-13/+27
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-129-30/+32
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-129-32/+30
* SERVER-9666 Remove coreserver libraryAndrew Morrow2015-05-081-1/+0
* SERVER-9666 Remove mongocommon libraryAndrew Morrow2015-05-081-1/+0
* SERVER-18267 mongos consistency thread should exit gracefully on catalog mana...Daniel Alabi2015-05-072-8/+36
* SERVER-9666 Push coredb library into db directoryAndrew Morrow2015-05-061-1/+1
* SERVER-9666 Split up and push bson library into bson directoryAndrew Morrow2015-05-061-2/+3
* SERVER-18244: Refactor AuthorizationManagerExternalState creationSpencer Jackson2015-05-061-0/+1
* SERVER-18126 MetadataLoader needs to use the catalog manager for reading chun...Daniel Alabi2015-05-063-5/+25
* SERVER-17592 Move legacy dist lock code under catalogRandolph Tan2015-05-0512-3/+2094
* SERVER-18228 Use _safeCursor when iterating over config collectionDaniel Alabi2015-05-041-7/+13
* SERVER-18156 SettingsType should do all validation and default value determin...Daniel Alabi2015-04-306-485/+466
* SERVER-18125 Don't join consistency checker threadDaniel Alabi2015-04-291-2/+0
* SERVER-18125 Move config server consistency checking behind the legacy catalo...Daniel Alabi2015-04-292-0/+183
* SERVER-9666 Make SConscript invocation more hierarchicalAndrew Morrow2015-04-291-0/+6
* SERVER-9666 Push mongoscore and coreshard into s directoryAndrew Morrow2015-04-291-2/+2
* SERVER-18174 Call vector::clear instead of empty()Kaloian Manassiev2015-04-291-1/+1
* SERVER-18124 Move chunks exist checking under the catalog managerKaloian Manassiev2015-04-291-0/+18
* SERVER-18124 Cleanup ChunkType and ChunkVersionKaloian Manassiev2015-04-2811-56/+323
* SERVER-17592 Fix unit test compile failureRandolph Tan2015-04-241-2/+1