summaryrefslogtreecommitdiff
path: root/src/mongo/executor/network_interface_mock.h
AgeCommit message (Expand)Author
2024-09-14SERVER-90429 Remove diagnostic latches (#27018)Sophia Tan
2024-03-19SERVER-87974 Enable modernize-use-override and apply fixes (#20075)Ivan Fefer
2023-09-23SERVER-81059 bulk-revert of include of boost iif.hppBilly Donahue
2023-09-20SERVER-71100 Make Session diagnostics logging genericAlex Li
2023-08-11SERVER-76750 Make import quorum wait Interruptible for failovers and timeouts.Suganthi Mani
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2023-06-05SERVER-77154 Always use "hello" for connection handshake in internal client codeDavid Storch
2023-03-26SERVER-73611 Add RPC functionality to PinnedConnectionTaskExecutorGeorge Wangensteen
2023-03-15SERVER-73610 Introduce Connection-Leasing from ConnectionPool and NetworkInte...George Wangensteen
2022-08-12SERVER-68002: Implement skeleton implementation for free function that invoke...Erin McNulty
2021-10-28SERVER-59858 Add observability for tasks scheduled on reactor threadsAmirsaman Memaripour
2021-08-02SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody
2021-03-23SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip
2021-02-22SERVER-54406 NetworkInterfaceMock should allow simultaneous interruption and ...Ben Caimano
2021-02-18SERVER-51283: Provide a futures API for scheduleExhaustRemoteCommandTyler Seip
2020-11-03SERVER-50154 Add declarative mock network framework for unit testing.Siyuan Zhou
2020-07-28SERVER-48650 Gave the ClockSourceMock a global implBen Caimano
2020-04-22SERVER-47073 Clean up log lines in mongo/client and mongo/executorBen Caimano
2020-03-31SERVER-46972 Create test-only command for establishing egress to another nodeSara Golemon
2020-03-30Revert "SERVER-46972 Create test-only command for establishing egress to anot...Matthew Saltz
2020-03-30SERVER-46972 Create test-only command for establishing egress to another nodeSara Golemon
2020-02-19SERVER-45114 Connect AsyncDBClient exhaust functionality throughoutJanna Golden
2019-10-21SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano
2019-09-18SERVER-43370 NetworkInterfaceMock should use stdx::mutexBen Caimano
2019-09-17SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano
2019-06-10SERVER-39340 Remove `stdx/list.h`ADAM David Alan Martin
2019-06-06SERVER-41133 Add TE::scheduleRemoteCommandOnAnyJason Carey
2019-03-28SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue
2019-02-27SERVER-39513 NetworkInterface::setAlarm should be cancellableBen Caimano
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2019-02-12SERVER-38521 Use `advanceTime` in network operation cancellation tests to ens...Kaloian Manassiev
2019-02-05SERVER-39146 Refactor BatonJason Carey
2019-01-16SERVER-37880 Introduce backoff for retrying commit and abort messagesKaloian Manassiev
2019-01-16SERVER-39022 Make the sharding fixed task executor use unlimited thread pool ...Kaloian Manassiev
2018-11-15SERVER-35682 kill existing SharedPromise typeMathias Stearn
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-05-16SERVER-34730 Delete NetworkInterfaceASIOJonathan Reams
2018-04-27SERVER-34739 Migrate to 1 connpool in ARSJason Carey
2018-01-23SERVER-32307 Change ARM to kill its cursors unconditionallyIan Boros
2017-06-09SERVER-29493 Make ThreadPoolTaskExecutor's destructor execute shutdown and join.Andy Schwerin
2017-03-23SERVER-28430 Expose dropConnections() method on ConnectionPool through the Ne...Judah Schvimer
2016-12-30SERVER-27469 Remove dead code from NetworkInterface and ThreadPoolTaskExecutor.Andy Schwerin
2016-11-01SERVER-23070 rewrote SyncSourceResolver to select sync source asynchronouslyBenety Goh
2016-10-13SERVER-26305 Use interruptible condition variables in ReplicationCoordinatorI...Andy Schwerin
2016-10-07SERVER-26524 check if addShardHandle present in ShardingCatalogManagerImpl::_...Esha Maharishi
2016-10-06Revert "SERVER-26305 Use interruptible condition variables in ReplicationCoor...Benety Goh
2016-10-05SERVER-26305 Use interruptible condition variables in ReplicationCoordinatorI...Andy Schwerin
2016-09-08SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch
2016-08-03SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen
2016-07-26SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto