summaryrefslogtreecommitdiff
path: root/src/mongo/executor/network_interface_mock.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47073 Clean up log lines in mongo/client and mongo/executorBen Caimano2020-04-221-26/+4
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45114 Connect AsyncDBClient exhaust functionality throughoutJanna Golden2020-02-191-0/+7
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-4/+9
* SERVER-46106 Keep read-modify accesses to NetworkInterfaceMock::_alarms in on...Amirsaman Memaripour2020-02-121-3/+3
* SERVER-43370 NetworkInterfaceMock should use stdx::mutexBen Caimano2019-09-181-29/+29
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-29/+29
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-25/+27
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-41133 Add TE::scheduleRemoteCommandOnAnyJason Carey2019-06-061-11/+19
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39513 NetworkInterface::setAlarm should be cancellableBen Caimano2019-02-271-9/+33
* 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-1/+1
* SERVER-39146 Refactor BatonJason Carey2019-02-051-6/+3
* SERVER-37880 Introduce backoff for retrying commit and abort messagesKaloian Manassiev2019-01-161-0/+10
* SERVER-39022 Make the sharding fixed task executor use unlimited thread pool ...Kaloian Manassiev2019-01-161-21/+13
* SERVER-38549 Make NetworkInterfaceMock return NetworkInterfaceExceededTimeLimitBen Caimano2018-12-131-1/+2
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-20/+24
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36383 Log if NetworkInterfaceMock has requests left at shutdownCharlie Swanson2018-07-311-0/+2
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-4/+3
* SERVER-34730 Delete NetworkInterfaceASIOJonathan Reams2018-05-161-1/+1
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-3/+7
* SERVER-24635 replace references to fassertStatusOK with fassertBenety Goh2018-03-071-1/+1
* SERVER-32307 Change ARM to kill its cursors unconditionallyIan Boros2018-01-231-2/+12
* SERVER-32070 migrate some easy stdx::bind to lambdas (pt3)Billy Donahue2017-12-141-6/+6
* 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