summaryrefslogtreecommitdiff
path: root/src/mongo/executor/network_interface.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-70191 Share HostAndPort alphabetization code for test between ↵George Wangensteen2023-02-131-1/+0
| | | | async_rpc and NetworkInterface
* SERVER-48505 NetworkInterfaceTest's StartCommandAny should use failpoint to ↵Cheahuychou Mao2020-06-011-0/+1
| | | | disable killing of pending operations
* SERVER-47343 Add/update failpoints to make cancelCommand integration tests ↵Cheahuychou Mao2020-04-071-1/+1
| | | | more robust
* SERVER-46648 Cancel pending requests upon receiving the first responseCheahuychou Mao2020-03-171-1/+1
|
* SERVER-46694 Make hedging_metrics_server_status.js determinsticCheahuychou Mao2020-03-061-0/+1
|
* SERVER-46306 Make cancelCommand integration tests wait for the command to ↵Cheahuychou Mao2020-02-211-1/+2
| | | | acquire a connection
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-27031 Remove redundant tagAnthony Roy2018-06-051-4/+0
| | | | Removing executor::NetowkrInterface::kMessagingPortKeepOpen redundant with transport::Session::kKeepOpen
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-2/+2
|
* SERVER-34730 Delete NetworkInterfaceASIOJonathan Reams2018-05-161-0/+2
|
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-031-2/+0
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-8/+8
|
* SERVER-18623 Split NetworkInterface and StorageInterface out from ↵Spencer T Brody2015-06-041-0/+48
ReplicationExecutor