summaryrefslogtreecommitdiff
path: root/src/mongo/executor/network_interface_mock.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-1/+3
* SERVER-70502 Prevent data race in `NetworkInterfaceMock::NetworkOperation`Reo Kimura2022-10-131-5/+3
* SERVER-68555 Add RemoteCommandExecutionError to RCR APIGeorge Wangensteen2022-09-151-10/+21
* SERVER-68002: Implement skeleton implementation for free function that invoke...Erin McNulty2022-08-121-3/+13
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54406 NetworkInterfaceMock should allow simultaneous interruption and ...Ben Caimano2021-02-221-172/+132
* SERVER-51283: Provide a futures API for scheduleExhaustRemoteCommandTyler Seip2021-02-181-56/+91
* SERVER-50154 Add declarative mock network framework for unit testing.Siyuan Zhou2020-11-031-0/+12
* SERVER-51337 fix use-after-move in NetworkInterfaceMockBilly Donahue2020-10-051-11/+8
* SERVER-48650 Gave the ClockSourceMock a global implBen Caimano2020-07-281-11/+11
* 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