summaryrefslogtreecommitdiff
path: root/src/mongo/executor/network_test_env.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48534 Make NetworkTestEnv correctly handle fire-and-forget commandsKevin Pulo2020-06-031-2/+7
* SERVER-38522 Add an `onCommands` syntactic sugar to ShardingTestFixtureCommonKaloian Manassiev2019-02-221-11/+18
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38521 Use `advanceTime` in network operation cancellation tests to ens...Kaloian Manassiev2019-02-121-4/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-5/+4
* SERVER-34628 Prep for removing appendCommandStatusMathias Stearn2018-05-081-2/+2
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-2/+2
* SERVER-29564 BSONObjBuilder can now be seeded with a BSONObj prefixMathias Stearn2017-06-191-8/+4
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-30/+30
* SERVER-20318 Allow NetworkTestEnv::OnCommand to set non ok status to responseRandolph Tan2015-09-281-10/+12
* SERVER-19569 Combine getmore_response.h with cursor_responses.hJason Rassi2015-08-281-1/+1
* SERVER-19390 Make config server queries do read committedRandolph Tan2015-08-111-2/+42
* SERVER-19390 Make config server read commands do read committedRandolph Tan2015-08-061-0/+11
* SERVER-19492 Use ThreadPoolTaskExecutor instead of ReplicationExecutor in uni...Andy Schwerin2015-07-211-1/+1
* SERVER-19001 Make the replication executor own its thread poolKaloian Manassiev2015-06-261-12/+2
* SERVER-19010 remove the metadata-free constructor of RemoteCommandResponsematt dannenberg2015-06-261-1/+1
* SERVER-19115 Move async helper code to NetworkTestEnv and use in dist lock un...Spencer T Brody2015-06-251-4/+4
* SERVER-18589 Replace RemoteCommandRunner with ShardRegistry in distlock catalogRandolph Tan2015-06-241-0/+100