summaryrefslogtreecommitdiff
path: root/src/mongo/s/chunk_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18815 Rename shard registry's findIfExists(...) to getShard(...) and a...Daniel Alabi2015-06-181-3/+3
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-1/+1
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-18815 Make Shard object non-copyable. Get rid of Shard::make(...) and ...Daniel Alabi2015-06-091-46/+52
* SERVER-18815 Remove Shard(std::string&) constructorKaloian Manassiev2015-06-041-2/+4
* SERVER-18438 Remove unused sharding codeKaloian Manassiev2015-05-291-110/+99
* SERVER-18499 Move ConfigDiffTracker to a separate .cpp fileKaloian Manassiev2015-05-181-8/+6
* SERVER-17659 IndexEntry: add new member 'filterExpr' to structJason Rassi2015-05-071-1/+1
* SERVER-18126 MetadataLoader needs to use the catalog manager for reading chun...Daniel Alabi2015-05-061-13/+11
* SERVER-18124 Move chunks exist checking under the catalog managerKaloian Manassiev2015-04-291-10/+0
* SERVER-17592 Refactor legacy logic into distributed lock managerRandolph Tan2015-04-241-1/+0
* SERVER-18024 Move collection metadata loading under the catalog managerKaloian Manassiev2015-04-211-32/+12
* SERVER-18084 grid.h should not include config.hKaloian Manassiev2015-04-171-0/+1
* SERVER-18080 Move cluster commands out of mongoscoreKaloian Manassiev2015-04-171-1/+1
* SERVER-18009 Move drop collection to the catalog managerKaloian Manassiev2015-04-151-96/+0
* SERVER-17968 Eliminate use of configServer.allUpDaniel Alabi2015-04-141-2/+0
* SERVER-17723 Sharding catalog cacheKaloian Manassiev2015-04-101-1/+6
* SERVER-17690 Move sharding change logging operations to catalog managerKaloian Manassiev2015-03-241-2/+5
* SERVER-17637 Sharding catalog manager interfaceKaloian Manassiev2015-03-201-20/+21
* SERVER-17592 DistributedLock RefactorRandolph Tan2015-03-201-11/+6
* SERVER-17586 Update ShardVersionMap in ChunkManager when shard is deleted dur...Daniel Alabi2015-03-181-9/+17
* Revert "SERVER-17586 Update ShardVersionMap in ChunkManager when shard is del...Charlie Swanson2015-03-181-17/+9
* SERVER-17586 Update ShardVersionMap in ChunkManager when shard is deleted dur...Daniel Alabi2015-03-181-9/+17
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-3/+1
* SERVER-17496 Move ChunkManager to separate fileKaloian Manassiev2015-03-091-0/+931