summaryrefslogtreecommitdiff
path: root/src/mongo/executor/remote_command_request.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73779 Add maxTimeMSOpOnly to network message if it is a hedge sent thr...Alex Li2023-05-161-6/+9
* SERVER-71086 Refactor hedged-read-determination code to be shared between asy...George Wangensteen2022-11-141-6/+4
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-2/+2
* SERVER-66260 Modify executor::RemoteCommandRequest to accept an Options argumentDaniel Morilha2022-05-271-21/+16
* SERVER-55614 Make API params optional for cmds in txnsA. Jesse Jiryu Davis2021-05-041-2/+1
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-3/+3
* SERVER-52748 Fix txn-continuing cmds with API params via mongosA. Jesse Jiryu Davis2020-11-111-1/+2
* SERVER-50375 Ensure mongos forwards API params to shardsA. Jesse Jiryu Davis2020-09-101-0/+7
* SERVER-46187 When sending commands within the cluster attach maxTimeMSOpOnly ...Spencer T Brody2020-08-301-3/+32
* SERVER-46187 Remove RemoteCommandRequest::expirationDate in favor of dateSche...Spencer T Brody2020-04-241-4/+2
* SERVER-45579 Remove FCV 4.4 check guarding addition of 'comment' to remote co...David Storch2020-03-231-12/+3
* SERVER-45813 Modify AsyncDBClient/NetworkInterfaceTL to allow Fire and ForgetCheahuychou Mao2020-02-241-18/+18
* SERVER-45464 Kill canceled operations remotelyCheahuychou Mao2020-02-191-1/+9
* 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-6/+31
* SERVER-45002 Only propagate 'comment' field between nodes when upgrade to 4.4...David Storch2020-01-271-3/+13
* SERVER-29794 Adding a comment to all commandsArun Banala2019-09-241-1/+6
* SERVER-41493 Set request deadline based on maxtime ms in network interfaceShaileja Jain2019-08-011-6/+4
* SERVER-40160 Remove `if_constexpr.h` header.ADAM David Alan Martin2019-07-271-5/+3
* SERVER-41133 Add TE::scheduleRemoteCommandOnAnyJason Carey2019-06-061-33/+63
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* 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-4/+4
* SERVER-28134 Move operator<<(ostream, RemoteCommandRequest/Response) into exe...Mathias Stearn2017-02-281-3/+2
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-2/+5
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-261-0/+4
* SERVER-23134 added retry support for scheduling remote commands on a task exe...Benety Goh2016-05-161-0/+19
* SERVER-21854 Add request id to RemoteCommandRequestKaloian Manassiev2015-12-111-1/+36
* SERVER-19001 Move RemoteCommandRequest/RemoteCommandResponse into task_execut...Andy Schwerin2015-07-171-0/+54