summaryrefslogtreecommitdiff
path: root/src/mongo/executor/network_interface.cpp
AgeCommit message (Collapse)Author
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2023-02-13SERVER-70191 Share HostAndPort alphabetization code for test between ↵George Wangensteen
async_rpc and NetworkInterface
2020-06-01SERVER-48505 NetworkInterfaceTest's StartCommandAny should use failpoint to ↵Cheahuychou Mao
disable killing of pending operations
2020-04-07SERVER-47343 Add/update failpoints to make cancelCommand integration tests ↵Cheahuychou Mao
more robust
2020-03-17SERVER-46648 Cancel pending requests upon receiving the first responseCheahuychou Mao
2020-03-06SERVER-46694 Make hedging_metrics_server_status.js determinsticCheahuychou Mao
2020-02-21SERVER-46306 Make cancelCommand integration tests wait for the command to ↵Cheahuychou Mao
acquire a connection
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-06-05SERVER-27031 Remove redundant tagAnthony Roy
Removing executor::NetowkrInterface::kMessagingPortKeepOpen redundant with transport::Session::kKeepOpen
2018-05-30SERVER-35275 rename fail point FP macros, improve docsBilly Donahue
2018-05-16SERVER-34730 Delete NetworkInterfaceASIOJonathan Reams
2016-05-03SERVER-23548 Remove VS2013 workaroundsMark Benvenuto
2015-06-20SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto
2015-06-04SERVER-18623 Split NetworkInterface and StorageInterface out from ↵Spencer T Brody
ReplicationExecutor