summaryrefslogtreecommitdiff
path: root/src/mongo/s/grid.cpp
Commit message (Expand)AuthorAgeFilesLines
* less confusing instructions for replica set shardTyler Brock2013-11-111-1/+1
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-2/+3
* Revert "SERVER-9882 addShard fails if connection string includes hidden member"Randolph Tan2013-10-041-132/+117
* SERVER-4868: Record more in changelogPhillip Quiza2013-09-181-0/+6
* 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-1/+3
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-7/+4
* namespacestring -> namespace_stringEliot Horowitz2013-07-081-1/+1
* clean NamespaceString so that it can be the thing passed aroundEliot Horowitz2013-06-261-6/+2
* SERVER-9882 addShard fails if connection string includes hidden memberRandolph Tan2013-06-181-117/+132
* SERVER-9909 balancer reload idle sharded coll data, and don't abort roundGreg Studer2013-06-131-0/+6
* SERVER-8460 Remove ScopedDbConnection::getScopedDbConnection factory functionsSpencer T Brody2013-03-131-45/+35
* verify on addShard that the mongod isnt a --configsvr. that can be a typo peo...Dwight2013-01-071-0/+12
* Removed cluster_constants filesShaun Verch2012-12-181-1/+0
* SERVER-939 Changed SettingsFields to SettingsTypeShaun Verch2012-12-181-18/+19
* SERVER-939 Changed DatabaseFields to DatabaseTypeShaun Verch2012-12-181-3/+4
* SERVER-939 Changed CollectionFields to CollectionTypeShaun Verch2012-12-181-2/+3
* SERVER-939 Changed ShardFields to ShardTypeShaun Verch2012-12-181-11/+12
* Clean up headers in files that will be changed in move to chunk typesShaun Verch2012-12-181-5/+4
* SERVER-6313 config server timeouts not used in all placesRandolph Tan2012-12-111-7/+7
* SERVER-939 Added field type constants for config.settings collectionShaun Verch2012-11-291-13/+33
* SERVER-7782 try harder not to assert when we compete to create a new databaseGreg Studer2012-11-281-0/+13
* SERVER-939 Introduced more collection and fields names constants.Alberto Lerner2012-11-051-5/+5
* Introduced constants to refer to collection names and fields in the config se...Alberto Lerner2012-10-231-19/+23
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-2/+2
* Revert "Use client's authentication credentials for addShard command."Spencer T Brody2012-06-201-1/+1
* Always use internal credetials when connecting to the config servers. SERVER-...Spencer T Brody2012-06-201-5/+6
* Use client's authentication credentials for addShard command.Spencer T Brody2012-06-201-1/+1
* SERVER-4262 more refactoring from review - method names for removeDB/IfExists...Greg Studer2012-06-151-3/+3
* SERVER-2545 - balancer fully tag awareEliot Horowitz2012-06-151-1/+4
* Change getScopedDbConnection to getInternalScopedDbConnection where appropria...Spencer T Brody2012-06-121-3/+3
* SERVER-5920 protect reload of database config, ensure we don't get partial db...Greg Studer2012-06-111-51/+74
* SERVER-4262 make dropping sharded databases and collections safer for multipl...Greg Studer2012-06-081-0/+17
* Change every place that creates a ScopedDbConnection to use a factory functio...Spencer T Brody2012-05-291-29/+45
* Clean up ReplicaSetMonitor after failed addShard command. SERVER-4447.Spencer T Brody2012-04-091-0/+3
* Rename the UnitTest class to StartupTest, and the containing file to startup_...Andy Schwerin2012-04-051-2/+2
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-0/+1
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-10/+10
* SERVER-5394 use ScopedDbConnection instead of ShardConnection when connecting...Eliot Horowitz2012-03-251-3/+3
* SERVER-4955 Sharding a collection with a database name that has a regex char...Ren2012-02-171-1/+3
* SERVER-4621 noBalance flag for sharded collectionsGreg Studer2012-02-161-4/+21
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+531