summaryrefslogtreecommitdiff
path: root/src/mongo/client/remote_command_targeter_mock.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48775 Move all Sharding unit-tests that assume a MongoD to the db/s di...Kaloian Manassiev2020-06-211-2/+0
* SERVER-47799 AsyncRequestsSender should update replica set monitor in between...jannaerin2020-05-201-0/+5
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-1/+1
* SERVER-9763 Remove BSONObjBuilder append unsigned methodAlya Berciu2019-07-031-0/+2
* SERVER-41134 Add RSM::findHostsWithMaxWaitJason Carey2019-05-281-1/+6
* SERVER-36359 Introduce SemiFuture<T> and ExecutorFuture<T>Mathias Stearn2019-04-111-2/+2
* SERVER-40202 TransactionCoordinator should update replica set monitors based ...Jack Mulrow2019-04-101-2/+15
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35688 Make RSM return SharedSemiFuturesMathias Stearn2018-12-201-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35689 Futurize RSM API with temporary detached-thread implementationMathias Stearn2018-09-201-2/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-241-2/+2
* Revert "SERVER-26683 Log reason for marking repl hosts as failed in the RSM"Kaloian Manassiev2016-10-241-2/+2
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-241-2/+2
* SERVER-24600 Increase interruptibility of RemoteCommandTargeter::findHost.Andy Schwerin2016-09-071-2/+5
* SERVER-21272 Make RemoteCommandTargeter use timeout for findHostKaloian Manassiev2015-11-111-1/+2
* SERVER-20629 make Shard return member variables by value or by shared_ptrEsha Maharishi2015-09-301-1/+2
* SERVER-20456 inform ReplicaSetMonitor of unreachable host and re-target in ne...David Storch2015-09-211-0/+5
* SERVER-19403 Notify targeter of NotMaster errorsSpencer T Brody2015-07-281-0/+5
* Revert "Revert "SERVER-19111 Move common addShard functionality to CatalogMan...Kaloian Manassiev2015-07-031-0/+12
* Revert "SERVER-19111 Move common addShard functionality to CatalogManager"Kaloian Manassiev2015-07-011-12/+0
* SERVER-19111 Move common addShard functionality to CatalogManagerKaloian Manassiev2015-06-301-0/+12
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-26/+26
* SERVER-18943 Infrastructure for catalog manager replica set testsKaloian Manassiev2015-06-121-1/+6
* SERVER-18438/SERVER-18435 Add RemoteCommandTargeter and runner to gridKaloian Manassiev2015-06-091-2/+2
* SERVER-18526 Create mock for command exec and targeterRandolph Tan2015-05-191-0/+56