summaryrefslogtreecommitdiff
path: root/src/mongo/s/sharding_task_executor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60344 Mogos crash on incompatible mongod suspended during warm-upAndrew Shuvalov2021-10-131-7/+15
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-3/+6
* SERVER-41133 Add TE::scheduleRemoteCommandOnAnyJason Carey2019-06-071-26/+41
* SERVER-40765 TaskExecutor inherits from OutOfLineExecutorA. Jesse Jiryu Davis2019-05-041-3/+3
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39146 Refactor BatonJason Carey2019-02-051-1/+1
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-8/+7
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35323 Guarantee the command object sent by the ShardingTaskExecutor wi...Blake Oler2018-10-111-6/+28
* SERVER-37329 Make ShardRemote interruptable while waiting for a responseSpencer T Brody2018-09-281-2/+2
* SERVER-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-261-0/+1
* SERVER-37016 Don't stash TransactionRouter inside ShardingTaskExecutorRandolph Tan2018-09-211-31/+1
* SERVER-36591 Allow mongos to retry on snapshot errors encountered in first tx...Jack Mulrow2018-09-121-0/+6
* SERVER-36594 fix lintRandolph Tan2018-08-131-3/+2
* SERVER-36594 Rename RouterTransactionState to TransactionRouterRandolph Tan2018-08-131-7/+7
* SERVER-36594 Rename TransactionParticipant in router_session_runtime_state.hRandolph Tan2018-08-101-2/+2
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-3/+2
* SERVER-35735 Single shard transaction support for basic crud opsRandolph Tan2018-06-261-2/+28
* Revert "SERVER-35735 Single shard transaction support for basic crud ops"Randolph Tan2018-06-261-24/+0
* SERVER-35735 Single shard transaction support for basic crud opsRandolph Tan2018-06-261-0/+24
* SERVER-18084 Get rid of direct references to 'grid'Kaloian Manassiev2018-05-071-2/+2
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-3/+5
* SERVER-33991 Pass txnNumber in getMore requests through mongosJack Mulrow2018-04-231-8/+0
* SERVER-34197 Only allow global snapshot reads when test commands are enabledJack Mulrow2018-04-091-1/+3
* SERVER-33029 support global snapshot aggregate commandMisha Tyulenev2018-03-271-1/+6
* SERVER-33061 validate readConcern level snapshot on mongosMisha Tyulenev2018-03-081-0/+2
* SERVER-32635 an old mongos server communicating with a fully upgraded cluster...Dianna Hohensee2018-02-161-0/+12
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-0/+207