summaryrefslogtreecommitdiff
path: root/src/mongo/s/shard.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-7572 Move internalSecurity information into authorization_managerSpencer T Brody2012-11-271-0/+1
* Fix use of Shard as an incomplete type in standard containers.Andrew Morrow2012-11-081-2/+0
* Introduced constants to refer to collection names and fields in the config se...Alberto Lerner2012-10-231-7/+10
* SERVER-5064 don't return false in auth unless all config servers are downMathias Stearn2012-08-071-2/+10
* Always use internal credetials when connecting to the config servers. SERVER-...Spencer T Brody2012-06-201-2/+8
* Send authentication table with all internal commands. SERVER-4156Spencer T Brody2012-06-161-4/+9
* SERVER-2545 - balancer fully tag awareEliot Horowitz2012-06-151-1/+9
* Clean up ReplicaSetMonitor when the whole set has been down for a long time. ...Spencer T Brody2012-06-121-14/+5
* Close ScopedDbConnections when done with themSpencer T Brody2012-05-291-0/+1
* Change every place that creates a ScopedDbConnection to use a factory functio...Spencer T Brody2012-05-291-6/+8
* Disambiguated file name.Alberto Lerner2012-05-021-16/+16
* 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-1/+1
* Use shard name instead of connection string for split and move chunk commands.Spencer T Brody2012-02-101-11/+0
* make shard lookups for replica sets work correctlyEliot Horowitz2012-01-251-0/+11
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+410