summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/chunktests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24071 Introduce ChunkRange classKaloian Manassiev2016-05-091-1/+1
* SERVER-23696 Consolidate balancer configuration into single classKaloian Manassiev2016-04-191-2/+6
* SERVER-21441 faster shard targeting for equality queries on the shard keyDavid Storch2015-11-171-1/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-235/+314
* SERVER-18464/SERVER-18437/SERVER-19004 Move targeter ownership to ShardKaloian Manassiev2015-06-171-196/+199
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-1/+1
* SERVER-18464 Cleanup unused code and tests from ShardKaloian Manassiev2015-06-101-4/+2
* SERVER-18815 Make Shard object non-copyable. Get rid of Shard::make(...) and ...Daniel Alabi2015-06-091-11/+11
* SERVER-18438 Remove unused sharding codeKaloian Manassiev2015-05-291-12/+11
* SERVER-18127 Shard class should use ConnectionString for addressesKaloian Manassiev2015-05-261-1/+1
* SERVER-17496 Move ChunkManager to separate fileKaloian Manassiev2015-03-091-1/+1
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-16683 Decrease mongos memory footprint when shards have several tagsRandolph Tan2015-01-061-2/+1
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-271-2/+4
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-161-15/+9
* SERVER-15402 Improve ShardPtr/ConnectionString management for commands and se...Randolph Tan2014-10-151-1/+5
* 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-4/+3
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-0/+1
* Add unit test for SERVER-4745.Spencer T Brody2012-02-091-0/+22
* SERVER-4914 identify relevant code pointsAaron2012-02-081-1/+1
* chunktests reorder includes so that pch is firstAaron2012-02-071-1/+2
* base class for unsatisfiable queries in chunk testAaron2012-02-061-13/+14
* wrap long linesAaron2012-02-061-2/+6
* add shard selection test with an unhelpful or clauseAaron2012-02-061-1/+7
* SERVER-4791 descriptive testAaron2012-02-061-1/+1
* SERVER-4554 for shard selection, treat empty ranges separately from universal...Aaron2012-02-061-0/+235