summaryrefslogtreecommitdiff
path: root/src/mongo/executor/remote_command_request.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58381 Define and process kind(2) in OP_MSG payloadSara Golemon2021-07-301-0/+1
* SERVER-51344 default init for fireAndForgetModeBilly Donahue2020-11-201-1/+1
* SERVER-46187 When sending commands within the cluster attach maxTimeMSOpOnly ...Spencer T Brody2020-08-301-0/+16
* SERVER-47437 Synchronize and unify NetworkInterfaceTL state componentsBen Caimano2020-05-181-2/+2
* SERVER-46187 Remove RemoteCommandRequest::expirationDate in favor of dateSche...Spencer T Brody2020-04-241-5/+2
* SERVER-46472 add maxTimeMSForHedgedReadsMisha Tyulenev2020-03-031-0/+1
* SERVER-45813 Modify AsyncDBClient/NetworkInterfaceTL to allow Fire and ForgetCheahuychou Mao2020-02-241-27/+33
* SERVER-45464 Kill canceled operations remotelyCheahuychou Mao2020-02-191-0/+2
* SERVER-46234 Remove the code for computing hedging delay and add maxTimeMSFor...Cheahuychou Mao2020-02-191-1/+0
* SERVER-45449 Write a function to compute the desired latency for a staggered ...Cheahuychou Mao2020-01-291-2/+38
* SERVER-41133 Add TE::scheduleRemoteCommandOnAnyJason Carey2019-06-061-35/+71
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35688 Make ConnectionPool support transport::ConnectSSLModeMathias Stearn2018-12-201-0/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-29264 Kill off rpc::RequestInterfaceMathias Stearn2017-06-071-12/+0
* SERVER-29012 Enable ASAN strict init order checking and fix revealed issuesAndrew Morrow2017-05-011-2/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-7/+7
* SERVER-28134 Move operator<<(ostream, RemoteCommandRequest/Response) into exe...Mathias Stearn2017-02-281-3/+2
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-261-2/+17
* SERVER-23134 added retry support for scheduling remote commands on a task exe...Benety Goh2016-05-161-0/+7
* SERVER-21854 Add request id to RemoteCommandRequestKaloian Manassiev2015-12-111-11/+15
* SERVER-18265 set proper timeout for find/getmore repl commandsEric Milkie2015-09-031-3/+3
* Revert "SERVER-18265 set proper timeout for find/getmore repl commands"Eric Milkie2015-09-031-3/+3
* SERVER-18265 set proper timeout for find/getmore repl commandsEric Milkie2015-09-031-3/+3
* SERVER-19420 implement connection hook API in NetworkInterfaceASIOAdam Midvidy2015-08-181-1/+11
* SERVER-19001 Move RemoteCommandRequest/RemoteCommandResponse into task_execut...Andy Schwerin2015-07-171-0/+88