summaryrefslogtreecommitdiff
path: root/src/mongo/s/shard.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16392 ShardInfo should stop using mapped to get size estimateRandolph Tan2014-12-191-10/+21
* SERVER-15706 Refactor internal user authenticationAndreas Nilsson2014-10-211-1/+1
* SERVER-15375 lazily initShardVersion only when neededGreg Studer2014-10-161-24/+17
* SERVER-15402 Improve ShardPtr/ConnectionString management for commands and se...Randolph Tan2014-10-151-33/+53
* Revert "SERVER-15375 remove initShardVersion"Greg Studer2014-10-131-17/+24
* SERVER-15375 remove initShardVersionGreg Studer2014-10-131-24/+17
* SERVER-14745 Remove WritebackListenerRandolph Tan2014-08-281-1/+0
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-14728 Shard depends on string comparison of replica set connection stringRandolph Tan2014-08-081-1/+1
* Revert "Revert "SERVER-14728 Shard depends on string comparison of replica se...Randolph Tan2014-08-081-13/+37
* Revert "SERVER-14728 Shard depends on string comparison of replica set connec...Kaloian Manassiev2014-08-071-37/+13
* SERVER-14728 Shard depends on string comparison of replica set connection stringRandolph Tan2014-08-071-13/+37
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-1/+4
* SERVER-9788 mongos does not respect secondary preferred after temporarily una...Randolph Tan2014-06-301-0/+6
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-161-2/+2
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-1/+1
* SERVER-11332 hookup of fastest query to SyncClusterConnectionGreg Studer2014-05-141-0/+10
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-1/+1
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-1/+1
* SERVER-12419 switch to using a post-command hook to capture gle informationEric Milkie2014-01-301-0/+5
* SERVER-12284 Rewrite ReplSetMonitorMathias Stearn2014-01-291-2/+2
* SERVER-12430 Internal sharding write ops not using write commands in shardsRandolph Tan2014-01-281-12/+40
* SERVER-10755 additional client connection logging, as well as setShardName lo...Greg Studer2014-01-171-0/+7
* SERVER-11192 hook c++ driver to transmit mongos authenticated users to mongod...Eric Milkie2013-12-241-0/+6
* SERVER-10818 host resolver to handle DBClientRS connectionsGreg Studer2013-11-011-0/+12
* SERVER-10670 Make isAuthEnabled a member rather than static function of Autho...Andy Schwerin2013-10-061-2/+2
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-1/+1
* 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/+3
* SERVER-7455 keyfile replacement, command line parameters and upgradeAndreas Nilsson2013-07-101-2/+1
* Reapply "SERVER-7455 Common internal cluster auth function"Andy Schwerin2013-07-031-5/+2
* Revert "SERVER-7455 Common internal cluster auth function"Andreas Nilsson2013-07-031-2/+5
* SERVER-7455 Common internal cluster auth functionAndreas Nilsson2013-07-031-5/+2
* Revert "SERVER-9518 Make all methods on AuthorizationManager non-static"Spencer T Brody2013-06-051-2/+1
* SERVER-9518 Make all methods on AuthorizationManager non-staticSpencer T Brody2013-06-051-1/+2
* SERVER-8938 Remove noauth global from code, move into AuthorizationManagerSpencer T Brody2013-03-131-1/+1
* Remove "internal" argument from Shard::runCommandSpencer T Brody2013-03-131-2/+2
* SERVER-8460 Remove ScopedDbConnection::getScopedDbConnection factory functionsSpencer T Brody2013-03-131-15/+7
* SERVER-6727 style fixes for old scc auth changesGreg Studer2013-03-111-1/+2
* SERVER-8279 warn if shard versions differ in mixed clusterGreg Studer2013-02-071-0/+1
* Reworded warning for SERVER-8113 to avoid misleading users.Randolph Tan2013-01-171-3/+2
* SERVER-8113 Shard::containsNode does not check whether ReplicaSetMonitor::get...Randolph Tan2013-01-151-0/+8
* Put version management class/header in its own module.Alberto Lerner2012-12-211-0/+1
* SERVER-7572 Remove all code that sets AuthenticationTables on connectionsSpencer T Brody2012-12-191-6/+0
* SERVER-939 Changed ShardFields to ShardTypeShaun Verch2012-12-181-8/+8
* Clean up headers in files that will be changed in move to chunk typesShaun Verch2012-12-181-1/+1
* SERVER-6313 config server timeouts not used in all placesRandolph Tan2012-12-111-1/+1
* SERVER-939 Added shard tags to field constants and document typeShaun Verch2012-11-291-4/+4
* SERVER-7122 Assign required privileges to some more random commandsSpencer T Brody2012-11-281-1/+13