summaryrefslogtreecommitdiff
path: root/src/mongo/s/strategy.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23696 Consolidate balancer configuration into single classKaloian Manassiev2016-04-191-536/+0
* SERVER-23534 move miscellaneous methods off GridEsha Maharishi2016-04-061-0/+1
* SERVER-23494 Move VersionManager under sharding_clientKaloian Manassiev2016-04-051-1/+1
* SERVER-23414 Get rid of Command::runAgainstRegisteredKaloian Manassiev2016-03-301-4/+32
* SERVER-22318 remove SCCC supportMisha Tyulenev2016-03-031-14/+6
* SERVER-22698 fix duplicate error codes caused by broken errorcodes.pyAdam Midvidy2016-02-171-3/+3
* SERVER-20808 reject negative ntoreturn on OP_GET_MORE messagesDavid Storch2016-01-211-1/+3
* SERVER-22055 Remove unused client functionalityKaloian Manassiev2016-01-051-50/+0
* SERVER-20853 eliminate copies in find and getMore pathDavid Storch2015-11-131-20/+21
* SERVER-20758 remove remaining uses of CursorCache and ShardedClientCursorDavid Storch2015-11-111-76/+5
* SERVER-20758 delete legacy mongos query pathDavid Storch2015-11-111-296/+92
* SERVER-19510 Refactor WhereMatchExpression/WhereNoOpMatchExpressionJason Rassi2015-11-061-0/+1
* SERVER-19510 Rename MatchExpressionParser::WhereCallbackJason Rassi2015-11-051-1/+1
* SERVER-21218 make mongos forward maxTimeMS on getMore command to mongodDavid Storch2015-11-051-2/+4
* SERVER-20880 Add move support to CursorResponse classJason Rassi2015-10-151-3/+3
* SERVER-20719 add sharding_jscore_passthrough_wire_opsDavid Storch2015-10-071-1/+1
* SERVER-20604 unblock AwaitData queries if commit level needs updating downstr...Eric Milkie2015-10-061-1/+1
* SERVER-20194 use the new mongos query path by default for legacy OP_QUERY/OP_...David Storch2015-09-221-1/+1
* SERVER-20463 DatabaseNotFound -> NamespaceNotFoundKaloian Manassiev2015-09-221-1/+1
* SERVER-20267 Move runExplain() to Strategy to fix circular dependencyJason Rassi2015-09-111-2/+34
* SERVER-20338 Determine the default read preference mode based on the value of...Misha Tyulenev2015-09-101-1/+5
* SERVER-19940 extended auth checking for find and getMore commands to allow us...Benety Goh2015-09-041-2/+2
* SERVER-20267 use the explain command path to answer OP_QUERY with $explain on...David Storch2015-09-031-1/+30
* SERVER-20040 fassert that we never hold a distributed lock while waiting for ...Spencer T Brody2015-09-021-1/+1
* SERVER-20040 Access the ForwardingCatalogManager explicitly when needed, othe...Spencer T Brody2015-09-021-1/+1
* SERVER-19341 fix read preference and slaveOk handling for the find commandDavid Storch2015-09-011-1/+1
* Revert "Revert "SERVER-19569 Hook cursor-generating cmds up to ClusterCursorM...Jason Rassi2015-08-291-4/+0
* Revert "SERVER-19569 Hook cursor-generating cmds up to ClusterCursorManager"Jonathan Reams2015-08-281-0/+4
* SERVER-19569 Hook cursor-generating cmds up to ClusterCursorManagerJason Rassi2015-08-281-4/+0
* SERVER-19569 Combine getmore_response.h with cursor_responses.hJason Rassi2015-08-281-6/+6
* SERVER-20130 Fix decl. that shadows parameter in Strategy::writeOp()Jason Rassi2015-08-261-14/+16
* SERVER-18773 Fix error response flags in mongos reply for OP_GET_MOREJason Rassi2015-08-251-0/+4
* SERVER-19406 Implement OP_KILL_CURSORS path for ClusterCursorManagerJason Rassi2015-08-251-1/+53
* SERVER-19406 Minor naming changes in strategy.h/strategy.cppJason Rassi2015-08-251-44/+44
* SERVER-19875 Add OperationContext to CatalogManager::getAllShardsSpencer T Brody2015-08-251-5/+5
* SERVER-18773 Use ClusterClientCursor for op getMore on mongosMisha Tyulenev2015-08-211-3/+39
* SERVER-19543 Catalog manager switch in Parallel Sorted Cursor and commandsKaloian Manassiev2015-08-191-6/+15
* SERVER-17544 make $where work in the new mongos read pathDavid Storch2015-08-131-1/+1
* SERVER-19810 rewrite pseudocommands to run on the admin databaseAdam Midvidy2015-08-131-3/+3
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-22/+24
* SERVER-18772 use ClusterClientCursor for OP_QUERY find.Misha Tyulenev2015-08-061-0/+64
* Revert "SERVER-19319 Send setShardVersion command after sharding a collection"Kaloian Manassiev2015-07-291-8/+7
* SERVER-18084 Cleanup includesKaloian Manassiev2015-07-281-1/+0
* SERVER-19500 Cleanup explain logicKaloian Manassiev2015-07-211-82/+0
* SERVER-18567 Remove legacy ConnectionString::parseKaloian Manassiev2015-07-161-3/+2
* SERVER-18770 SERVER-18768 implement ClusterFindCmd::run()David Storch2015-07-091-0/+2
* SERVER-19239 catalog rs incorrectly sets the collection for write commandsRandolph Tan2015-07-021-3/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-519/+496
* SERVER-18815 Rename shard registry's findIfExists(...) to getShard(...) and a...Daniel Alabi2015-06-181-3/+3
* SERVER-18036 fixed NamespaceString usage in some commands, especially in case...Benety Goh2015-06-181-1/+5