summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/strategy.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74380 Make the router loop not invariant on unexpected namespacesKaloian Manassiev2023-04-101-2/+2
* SERVER-63331 Remove useless methods from BatchCommandResponseKaloian Manassiev2022-02-071-12/+0
* SERVER-57391 Return error response to OP_QUERY and OP_GET_MORE messagesIrina Yatsenko2021-07-161-41/+0
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-2/+2
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-3/+3
* SERVER-51690 Add support for async command execution to MongosAmirsaman Memaripour2020-11-241-2/+3
* SERVER-47426 Remove ClusterExplain::downconvert and other now-unused functionsBlake Oler2020-04-161-29/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-32586 Convert ResolvedView to use ErrorExtraInfoMathias Stearn2018-01-171-8/+7
* SERVER-28964 Close connection after seeing invalid OP_MSG flagsMathias Stearn2017-08-171-4/+1
* SERVER-28816 OP_MSG for mongos ingress layerMathias Stearn2017-05-121-5/+6
* SERVER-28814 Replace ServerSelectionMetadata with just ReadPreferenceSettingMathias Stearn2017-05-121-5/+1
* SERVER-28749 Unify ServiceEntryPointMongod and ServiceEntryPointMongosJonathan Reams2017-04-211-5/+6
* SERVER-28726 make ClusterCountCmd::explain, Strategy::explainFind, and Distin...Esha Maharishi2017-04-191-0/+5
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-2/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-7/+9
* SERVER-27667 Get rid of sharding Request classKaloian Manassiev2017-01-161-4/+5
* SERVER-27556 Remove usages of Request in strategy.h/.cppKaloian Manassiev2017-01-061-13/+33
* SERVER-24439 Make mongos commands over sharded collections inherit the collec...Tess Avitabile2016-08-051-1/+3
* SERVER-25050 Cleanup Strategy and Shard classKaloian Manassiev2016-07-301-3/+0
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-2/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23696 Consolidate balancer configuration into single classKaloian Manassiev2016-04-191-0/+110