summaryrefslogtreecommitdiff
path: root/src/mongo/s/grid.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-20557 Active window setting is not being processed properlyRandolph Tan2015-09-241-25/+11
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-07-291-7/+7
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-07-281-537/+512
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+10
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-161-25/+52
* Revert "SERVER-14041 enhance secondaryThrottle parameter"Randolph Tan2014-07-151-47/+25
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-151-25/+47
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-1/+4
* SERVER-14367 Preparation for removing some implicit conversion and other meth...Andy Schwerin2014-06-301-1/+1
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-1/+1
* SERVER-13704 write commands handles ClockSkewException differently from legac...Randolph Tan2014-05-011-12/+0
* SERVER-11982 connection error when doing sharded cluster upgrade following re...Randolph Tan2014-02-111-2/+10
* SERVER-12284 Rewrite ReplSetMonitorMathias Stearn2014-01-291-0/+1
* SERVER-11875 Convert internal writes to use write commandsRandolph Tan2014-01-061-9/+13
* 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