summaryrefslogtreecommitdiff
path: root/src/mongo/s/strategy.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-14413 box mmapv1 further, retire structure directoryHari Khalsa2014-07-111-1/+0
* SERVER-12750 disallow exhaust query option through mongosGreg Studer2014-07-091-2/+16
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-1/+4
* SERVER-10844 if only one shard is used we can just pass the query to the shardGreg Studer2014-06-121-6/+14
* SERVER-11256 improve handling of empty vs nonexistent CollectionMetadataRandolph Tan2014-06-061-1/+4
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-11/+4
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-4/+11
* SERVER-13332 fix scary messaging around unsharded cursorsGreg Studer2014-03-251-1/+3
* SERVER-11982 connection error when doing sharded cluster upgrade following re...Randolph Tan2014-02-111-44/+55
* SERVER-12549 opcounters after write commands in mongos not correctly updatedSiyuan Zhou2014-02-101-6/+1
* SERVER-12312 getIndexes() on mongos reads from wrong shard if read preference...Randolph Tan2014-02-051-2/+5
* SERVER-12419 make mongos write commands report last errorGreg Studer2014-02-051-7/+3
* re-org structure and catalog directories part 2Eliot Horowitz2014-01-151-1/+1
* SERVER-11681 kill wbl, deprecate RCAR option and remove unneeded --useWriteCo...Greg Studer2014-01-081-27/+496
* 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/+1
* Clean up includes of authorization headersSpencer T Brody2013-05-221-1/+0
* Split AuthorizationManager into 2 classes: AuthorizationManager and Authoriza...Spencer T Brody2013-05-221-1/+1
* Moved StaleConfigException's to their own module.Alberto Lerner2012-12-211-1/+1
* Moved ShardChunkVersion to its own module and renamed.Alberto Lerner2012-12-211-2/+4
* SERVER-7572 Remove AuthenticationInfo::isAuthorizedForLevelSpencer T Brody2012-12-111-2/+0
* Check authorization in the new AuthorizationManager SERVER-7572Spencer T Brody2012-12-071-8/+11
* Cleanup and remove dead code related to CRUD processing in mongosSpencer T Brody2012-11-291-43/+1
* SERVER-4262 remove race condition on config reload in sharded removeGreg Studer2012-06-111-0/+4
* Revert "SERVER-4262 remove race condition on config reload in sharded remove"gregs2012-06-091-4/+0
* SERVER-4262 remove race condition on config reload in sharded removeGreg Studer2012-06-081-0/+4
* SERVER-4262 Changes to get OID into the ShardChunkVersionGreg Studer2012-05-211-5/+5
* SERVER-4733 work actual version conflicts into most version exceptionsGreg Studer2012-03-011-5/+10
* Broadcast ops must be sent to all shards, not a subset SERVER-4867Mathias Stearn2012-02-061-0/+9
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+111