summaryrefslogtreecommitdiff
path: root/src/mongo/s/strategy_shard.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-8802 SERVER-8814 Don't build indexes from inserts into collection name...Spencer T Brody2013-03-011-1/+1
* SERVER-8769 Track inserts on mongos for serverStatus().opcountersSpencer T Brody2013-03-011-0/+3
* SERVER-8165 Wrong contant being passed to broadcastWrite for deletesRandolph Tan2013-01-141-2/+1
* Put version management class/header in its own module.Alberto Lerner2012-12-211-0/+1
* Moved ShardChunkVersion to its own module and renamed.Alberto Lerner2012-12-211-4/+5
* SERVER-7717 Removed ops section from serverStatusShaun Verch2012-12-191-1/+0
* SERVER-7572 Remove all code that sends AuthenticationTablesSpencer T Brody2012-12-191-9/+2
* SERVER-7951 fix replacement-style updates with hashed shard keyKevin Matulef2012-12-161-1/+1
* SERVER-7572 Remove AuthenticationInfo::isAuthorizedForLevelSpencer T Brody2012-12-111-2/+0
* Fix auth checking for inserts to system.indexes. SERVER-7572Spencer T Brody2012-12-071-6/+10
* Check authorization in the new AuthorizationManager SERVER-7572Spencer T Brody2012-12-071-2/+41
* Cleanup and remove dead code related to CRUD processing in mongosSpencer T Brody2012-11-291-6/+2
* SERVER-6490 fix bug with _id array vals.Kevin Matulef2012-11-261-2/+3
* rewrite sererStatus caommands to be modularEliot Horowitz2012-10-261-3/+0
* SERVER-7231 Fixed cases where LOG(level) macro is used with booleansShaun Verch2012-10-251-1/+1
* SERVER-6802 errorcodeGreg Studer2012-10-241-1/+1
* SERVER-6802 preserve correct continue-on-error semantics for mongos bulk insertsGreg Studer2012-10-241-158/+378
* SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2012-10-241-1/+1
* Separate functions for locating documents vs locating points in the shard-key...Kevin Matulef2012-09-251-2/+2
* SERVER-6785 fix leaking parallel cursor on unsharded readsEliot Horowitz2012-08-211-0/+9
* SERVER-6403 - handle some cases where a sharded collection has no chunks on p...Eliot Horowitz2012-08-021-2/+25
* SERVER-6282 wait-doubling backoff for local mongos errors requiring config se...Greg Studer2012-07-301-2/+10
* Send authentication table with all internal commands. SERVER-4156Spencer T Brody2012-06-161-2/+9
* SERVER-4262 refactor error handling of strategy_shard, integrate comments fro...Greg Studer2012-06-151-34/+53
* SERVER-4262 fix $atomic for sharded ops - now works if sent to single shardGreg Studer2012-06-111-75/+109
* SERVER-4262 sharded indexing depends on the db sharding statusGreg Studer2012-06-111-7/+2
* cleanup from merge with patch for legacy no-namespace SCEGreg Studer2012-06-111-10/+3
* SERVER-4262 ref not valueGreg Studer2012-06-111-1/+1
* SERVER-4262 remove race condition on config reload in sharded removeGreg Studer2012-06-111-46/+129
* SERVER-5200 and SERVER-4262 remove race condition with simultaneous config re...Greg Studer2012-06-111-79/+234
* Revert "SERVER-5200 and SERVER-4262 remove race condition with simultaneous c...gregs2012-06-091-234/+79
* Revert "SERVER-4262 remove race condition on config reload in sharded remove"gregs2012-06-091-129/+46
* Revert "SERVER-4262 ref not value"gregs2012-06-091-1/+1
* Revert "cleanup from merge with patch for legacy no-namespace SCE"gregs2012-06-091-3/+10
* Revert "SERVER-4262 sharded indexing depends on the db sharding status"gregs2012-06-091-2/+7
* SERVER-4262 sharded indexing depends on the db sharding statusgregs2012-06-081-7/+2
* cleanup from merge with patch for legacy no-namespace SCEGreg Studer2012-06-081-10/+3
* SERVER-4262 ref not valuegregs2012-06-081-1/+1
* SERVER-4262 remove race condition on config reload in sharded removeGreg Studer2012-06-081-46/+129
* SERVER-5200 and SERVER-4262 remove race condition with simultaneous config re...Greg Studer2012-06-081-79/+234
* SERVER-4262 refactor mongos insert logic, make more modular, normalize optionsGreg Studer2012-06-081-61/+119
* SERVER-4262 refactor and cleanly catch exception when getMore cursor isn't foundGreg Studer2012-06-081-1/+37
* SERVER-4262 Correct detection of sharded collection dropping when performing ...gregs2012-06-081-37/+108
* SERVER-5538 can't assume legacy StaleConfigExceptions have namespacesgregs2012-06-061-1/+5
* SERVER-5844 mongos cursors return the wrong value for startingFromRandolph Tan2012-05-241-2/+4
* Disambiguated file name.Alberto Lerner2012-05-021-4/+4
* 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-3/+3
* SERVER-1259: Another batch of replacing "verify" with "assert" and getting ri...Andy Schwerin2012-03-261-2/+2
* Fix Visual Studio Solution BuildsAndy Schwerin2012-03-231-1/+1