summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/sharding.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19395 Write commands should use ShardConnectionKaloian Manassiev2015-07-211-259/+0
* SERVER-18594 RS Catalog Manager implementation of shardCollectionSpencer T Brody2015-07-141-24/+0
* SERVER-18084 Move mongod metadata management to be under mongo/dbKaloian Manassiev2015-07-111-394/+1
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-10/+15
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-515/+493
* SERVER-18464/SERVER-18437/SERVER-19004 Move targeter ownership to ShardKaloian Manassiev2015-06-171-17/+11
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-3/+2
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* SERVER-18464 Cleanup unused code and tests from ShardKaloian Manassiev2015-06-101-4/+3
* SERVER-18815 Make Shard object non-copyable. Get rid of Shard::make(...) and ...Daniel Alabi2015-06-091-13/+12
* SERVER-18127 Shard class should use ConnectionString for addressesKaloian Manassiev2015-05-261-2/+2
* SERVER-18499 Move ConfigDiffTracker to a separate .cpp fileKaloian Manassiev2015-05-181-7/+0
* 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-34/+69
* SERVER-18024 Move collection metadata loading under the catalog managerKaloian Manassiev2015-04-211-12/+10
* SERVER-18102 Remove ServerAndQueryKaloian Manassiev2015-04-201-20/+0
* 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-17690 Move sharding change logging operations to catalog managerKaloian Manassiev2015-03-241-1/+0
* SERVER-17586 Update ShardVersionMap in ChunkManager when shard is deleted dur...Daniel Alabi2015-03-181-0/+5
* SERVER-17496 Move ChunkManager to separate fileKaloian Manassiev2015-03-091-0/+1
* SERVER-13256 Rename chunk_diff-inl.cpp to a header to reflect its usageAndrew Morrow2015-01-151-0/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+5
* SERVER-16683 Decrease mongos memory footprint when shards have several tagsRandolph Tan2015-01-061-2/+1
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+4
* SERVER-14062 Remove extra creations of OperationContextImpl in the sharding d...Kaloian Manassiev2014-11-141-8/+9
* SERVER-15882 Get rid of ensureIndex in dbtests.Andy Schwerin2014-11-051-3/+5
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-271-1/+3
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-161-3/+7
* SERVER-15402 Improve ShardPtr/ConnectionString management for commands and se...Randolph Tan2014-10-151-10/+13
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-0/+1
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-17/+15
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-5/+3
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-3/+5
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-3/+2
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-2/+3
* SERVER-11256 improve handling of empty vs nonexistent CollectionMetadataRandolph Tan2014-06-061-2/+2
* SERVER-11256 improve handling of empty vs nonexistent CollectionMetadataRandolph Tan2014-06-061-9/+16
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-3/+2
* SERVER-10039 buildbot test ChunkManagerLoadBasicTest need index to support so...Greg Studer2013-07-011-0/+5
* Moved ShardChunkVersion to its own module and renamed.Alberto Lerner2012-12-211-91/+20
* Clean up headers in files that will be changed in move to chunk typesShaun Verch2012-12-181-1/+1
* SERVER-939 Changed ChunkFields to ChunkTypeShaun Verch2012-12-181-42/+42
* SERVER-939 Introduced more collection and fields names constants.Alberto Lerner2012-11-051-42/+58
* SERVER-5918 better CUSTOM ConnectionString type for testing, fixes casting pr...Greg Studer2012-06-081-11/+15
* SERVER-4262 add future-compatible BSON parsing of shard versions, with unit testGreg Studer2012-06-081-0/+72
* SERVER-5942 and SERVER-4262 Detect changes to epoch when reloading chunksgregs2012-06-081-24/+150