summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/strategy.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeoutr4.0.1-rc1r4.0.1James Wahlin2018-07-271-2/+3
* SERVER-35691 Make all code paths returning StaleConfig error go through the S...Kaloian Manassiev2018-07-011-4/+4
* SERVER-35513 Forbid transactions on inMemory storage engineTess Avitabile2018-06-141-1/+1
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-06-111-1/+1
* SERVER-34653 don't parse if early auth-checks can reject.Billy Donahue2018-06-051-0/+1
* SERVER-34338 Find explain in legacy query path on mongos does not retry on St...Esha Maharishi2018-06-011-23/+68
* SERVER-34843 Compute operationTime before $clusterTimeJack Mulrow2018-05-141-8/+9
* SERVER-34695: Fix retry logic in strategy.cpp for SnapshotErrorNick Zolnierz2018-05-091-40/+41
* SERVER-34628 Prep for removing appendCommandStatusMathias Stearn2018-05-081-12/+12
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-34695: Move aggregation retry logic to command processing layerNick Zolnierz2018-05-011-31/+42
* SERVER-34520 Forbid multi-document transactions run through mongoSWilliam Schultz2018-05-011-0/+5
* SERVER-34596 remove Command::parseNsBilly Donahue2018-05-011-5/+15
* SERVER-34688 strategy.cpp fix infinite loop on StaleDbVersionBilly Donahue2018-04-301-75/+84
* SERVER-34197 Only allow global snapshot reads when test commands are enabledJack Mulrow2018-04-091-0/+5
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-1/+1
* SERVER-33881 move checkAuthorization to CommandInvocationBilly Donahue2018-04-051-5/+6
* SERVER-34273 Bring database version checking out from under test flagEsha Maharishi2018-04-051-17/+28
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-1/+1
* SERVER-33942 Avoid setting deadline for maxTimeMS on tailable cursorsCharlie Swanson2018-04-051-12/+18
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-1/+1
* SERVER-33829 trigger client-side refresh of the cached database entry on Stal...Esha Maharishi2018-04-031-0/+5
* SERVER-14900 Log operations that exceed slowMs on mongoSBernard Gorman2018-03-221-0/+4
* SERVER-30375 Make 'renameCollection' attach databaseVersion and shardVersion=...Kaloian Manassiev2018-03-211-0/+1
* SERVER-19410 Add maxTimeMS support to mongosCharlie Swanson2018-03-161-1/+10
* SERVER-18094 Add 'localOps' parameter to $currentOp to show local mongoS oper...Bernard Gorman2018-03-151-2/+26
* SERVER-33865 Use ReadConcernArgs OperationContext decoration on mongosJack Mulrow2018-03-141-7/+8
* SERVER-33061 validate readConcern level snapshot on mongosMisha Tyulenev2018-03-081-5/+30
* SERVER-24635 replace references to fassertStatusOK with fassertBenety Goh2018-03-071-2/+2
* SERVER-32615 Make most outgoing mongos user commands that can write set impli...Randolph Tan2018-03-071-12/+21
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-061-24/+38
* SERVER-27664 Use scatterGatherVersionedTargetByRoutingTable instead of passth...Kaloian Manassiev2018-03-051-1/+3
* Revert "SERVER-33065 CommandReplyBuilder and CommandInvocation"Nick Zolnierz2018-03-051-38/+24
* SERVER-33355 Support readConcern level snapshot reads on secondariesJames Wahlin2018-03-031-2/+2
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-021-24/+38
* SERVER-32957 part 1: mongos will now destroy kill pending cursors on checkinIan Boros2018-02-201-1/+1
* SERVER-32395 Make killCursors work against pinned cursors on mongos when auth...Ian Boros2018-02-071-23/+10
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-1/+1
* SERVER-32517 Parse readConcern snapshot and atClusterTimeTess Avitabile2018-01-231-0/+13
* SERVER-32587 Convert StaleConfigException to use ErrorExtraInfoMathias Stearn2018-01-171-3/+3
* SERVER-32586 Convert ResolvedView to use ErrorExtraInfoMathias Stearn2018-01-171-46/+26
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-11/+11
* SERVER-32484 CommandRegistryBilly Donahue2018-01-101-1/+1
* SERVER-28260 Check coauth for killCursors and add killAnyCursorsSara Golemon2017-11-301-10/+22
* SERVER-31941 Disallow retryable writes in storage engines that do not support...Jack Mulrow2017-11-171-1/+1
* SERVER-30779 do not sign clusterTime in mongos when auth is off or user has a...Misha Tyulenev2017-11-151-5/+10
* SERVER-31306 include clusterTime and operationTime in all errorsMisha Tyulenev2017-10-241-0/+4
* "SERVER-31481 skip cluster time validation for the __system user in mongos""Misha Tyulenev2017-10-131-2/+1
* Revert "SERVER-31481 skip cluster time validation for the __system user in mo...Misha Tyulenev2017-10-111-1/+2
* SERVER-31481 skip cluster time validation for the __system user in mongosMisha Tyulenev2017-10-111-2/+1