summaryrefslogtreecommitdiff
path: root/src/mongo/executor/network_interface_mock.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29700 add operationTime in all connections used by mongosMisha Tyulenev2017-07-191-1/+3
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+2
* SERVER-29493 Make ThreadPoolTaskExecutor's destructor execute shutdown and join.Andy Schwerin2017-06-091-1/+7
* Revert "Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and...Randolph Tan2017-03-101-1/+1
* Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardCo...Randolph Tan2017-03-091-1/+1
* SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardConnection...Randolph Tan2017-03-081-1/+1
* SERVER-23070 rewrote SyncSourceResolver to select sync source asynchronouslyBenety Goh2016-11-011-0/+4
* SERVER-26305 Use interruptible condition variables in ReplicationCoordinatorI...Andy Schwerin2016-10-131-0/+5
* SERVER-26524 check if addShardHandle present in ShardingCatalogManagerImpl::_...Esha Maharishi2016-10-071-8/+16
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-18/+21
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-261-1/+1
* SERVER-24304 added convenience functions for scheduleResponse to NetworkInter...Benety Goh2016-06-301-0/+37
* SERVER-23750: unit test cleanupScott Hernandez2016-06-301-2/+45
* SERVER-23750: add InNetworkGuard::dismissScott Hernandez2016-06-171-1/+7
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-22/+22
* SERVER-23134 added retry support for scheduling remote commands on a task exe...Benety Goh2016-05-161-0/+8
* SERVER-23660 Implement scatter gather runner to scan all nodes for highest op...Siyuan Zhou2016-05-021-40/+37
* SERVER-23209 maintain config server opTime through ShardingEgressMetadataHookEsha Maharishi2016-04-131-0/+15
* SERVER-21170 NetworkInterface::startCommand should be able to reject requests...Waley Chen2016-04-041-11/+30
* Revert "SERVER-21170 NetworkInterface::startCommand should be able to reject ...Waley Chen2016-04-011-30/+11
* SERVER-21170 NetworkInterface::startCommand should be able to reject requests...Waley Chen2016-03-301-11/+30
* SERVER-21597 Fix connPoolStats to work with many NetworkInterfacessamantharitter2015-12-141-1/+2
* SERVER-21436 NetworkInterfaceThreadPool for shardingJason Carey2015-11-171-0/+4
* SERVER-20283 Update connPoolStats command to include multiple connection poolssamantharitter2015-10-131-0/+2
* SERVER-20346 NetworkInterfaceMock::runUntil() returns now()Benety Goh2015-09-171-1/+2
* SERVER-18773 Use ClusterClientCursor for op getMore on mongosMisha Tyulenev2015-08-211-0/+7
* SERVER-19439 implement ConnectionHook API in NetworkInterfaceImplAdam Midvidy2015-07-311-1/+2
* SERVER-19439 implement connection hooking in NetworkInterfaceMockAdam Midvidy2015-07-291-6/+109
* Revert "SERVER-19439 implement connection hooking in NetworkInterfaceMock"Adam Midvidy2015-07-281-109/+6
* SERVER-19439 implement connection hooking in NetworkInterfaceMockAdam Midvidy2015-07-281-6/+109
* SERVER-19420 add ConnectionHook interface to NetworkInterface, and add stubsAdam Midvidy2015-07-231-0/+4
* SERVER-19001 Implementation of ThreadPoolTaskExecutor and basic tests.Andy Schwerin2015-07-161-0/+20
* SERVER-19021 CatalogManagerReplicaSet implementation of logChange methodSpencer T Brody2015-06-261-0/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-323/+309
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-20/+20
* SERVER-18623 Change NetworkInterface to rely on TaskExecutor interface instea...Spencer T Brody2015-06-111-11/+9
* SERVER-18623 Split NetworkInterface and StorageInterface out from Replication...Spencer T Brody2015-06-041-0/+401