summaryrefslogtreecommitdiff
path: root/src/mongo/s/grid.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18771 implement getMore command on mongosDavid Storch2015-08-061-3/+9
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-75/+82
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+1
* SERVER-18438/SERVER-18435 Add RemoteCommandTargeter and runner to gridKaloian Manassiev2015-06-091-3/+17
* SERVER-18049 Put ShardRegistry on GridKaloian Manassiev2015-05-141-0/+3
* Revert "SERVER-18049 Put ShardRegistry on Grid"Kaloian Manassiev2015-05-131-3/+0
* SERVER-18049 Put ShardRegistry on GridKaloian Manassiev2015-05-131-0/+3
* SERVER-18156 SettingsType should do all validation and default value determin...Daniel Alabi2015-04-301-10/+0
* SERVER-18122 Move sharding global settings retrieval to the catalog managerDaniel Alabi2015-04-231-17/+0
* SERVER-18024 Move collection metadata loading under the catalog managerKaloian Manassiev2015-04-211-6/+0
* SERVER-18024 Link CatalogManagerLegacy in mongos/mongod onlyKaloian Manassiev2015-04-171-8/+7
* SERVER-18084 grid.h should not include config.hKaloian Manassiev2015-04-171-31/+28
* SERVER-18071 Parse mongos 'configdb' command line parameter into a Connection...Spencer T Brody2015-04-161-1/+1
* SERVER-17848 Use the catalog manager to query shards in a sharded clusterDaniel Alabi2015-04-131-5/+0
* SERVER-17723 Sharding catalog cacheKaloian Manassiev2015-04-101-52/+14
* SERVER-17701 Move addShard operation to the catalog managerDaniel Alabi2015-03-271-15/+0
* SERVER-17637 Sharding catalog manager interfaceKaloian Manassiev2015-03-201-0/+13
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-1/+0
* SERVER-17496 Move ChunkManager to separate fileKaloian Manassiev2015-03-091-6/+11
* SERVER-17151 ConfigCoordinator should not call fsyncKaloian Manassiev2015-03-031-1/+2
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-151-1/+1
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-161-11/+24
* Revert "SERVER-14041 enhance secondaryThrottle parameter"Randolph Tan2014-07-151-19/+11
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-151-11/+19
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-9/+9
* SERVER-8886 Correct license exception for headersIan Whalen2013-09-061-1/+1
* SERVER-8886 Add OpenSSL license exception to sharding filesIan Whalen2013-08-271-0/+12
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-2/+2
* clean NamespaceString so that it can be the thing passed aroundEliot Horowitz2013-06-261-1/+1
* Fixed typosPascal Borreli2012-10-141-2/+2
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-2/+2
* SERVER-4262 more refactoring from review - method names for removeDB/IfExists...Greg Studer2012-06-151-9/+15
* SERVER-2545 - balancer fully tag awareEliot Horowitz2012-06-151-1/+1
* SERVER-4262 make dropping sharded databases and collections safer for multipl...Greg Studer2012-06-081-0/+11
* SERVER-4621 noBalance flag for sharded collectionsGreg Studer2012-02-161-1/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+135