summaryrefslogtreecommitdiff
path: root/src/mongo/executor/remote_command_request.cpp
AgeCommit message (Expand)Author
2024-03-05SERVER-81825 Only support building OpMsgRequest with ValidatedTenancyScopeSophia Tan
2024-03-01SERVER-85993 Make db client create OpMsgRequest with validated tenancy scope ...Sophia Tan
2024-02-16SERVER-85992 Refactor fromDBAndBody to build requests with ValidatedTenancyScopeJoseph Prince
2024-01-08SERVER-82340 Populate vts in RemoteCommandRequest constructor (#17862)Joseph Prince
2023-09-23SERVER-81059 bulk-revert of include of boost iif.hppBilly Donahue
2023-08-17SERVER-73658 RemoteCommandRequest to use DatabaseNameMathis Bessa
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2023-06-01SERVER-74466 Attach OperationKey in async_rpc for non hedged requestsAlex Li
2023-05-16SERVER-73779 Add maxTimeMSOpOnly to network message if it is a hedge sent thr...Alex Li
2022-11-14SERVER-71086 Refactor hedged-read-determination code to be shared between asy...George Wangensteen
2022-07-27SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue
2022-05-27SERVER-66260 Modify executor::RemoteCommandRequest to accept an Options argumentDaniel Morilha
2021-05-04SERVER-55614 Make API params optional for cmds in txnsA. Jesse Jiryu Davis
2021-02-17SERVER-53060 Remove QueryRequest classRuoxin Xu
2020-11-11SERVER-52748 Fix txn-continuing cmds with API params via mongosA. Jesse Jiryu Davis
2020-09-10SERVER-50375 Ensure mongos forwards API params to shardsA. Jesse Jiryu Davis
2020-08-30SERVER-46187 When sending commands within the cluster attach maxTimeMSOpOnly ...Spencer T Brody
2020-04-24SERVER-46187 Remove RemoteCommandRequest::expirationDate in favor of dateSche...Spencer T Brody
2020-03-23SERVER-45579 Remove FCV 4.4 check guarding addition of 'comment' to remote co...David Storch
2020-02-24SERVER-45813 Modify AsyncDBClient/NetworkInterfaceTL to allow Fire and ForgetCheahuychou Mao
2020-02-19SERVER-45464 Kill canceled operations remotelyCheahuychou Mao
2020-02-19SERVER-46234 Remove the code for computing hedging delay and add maxTimeMSFor...Cheahuychou Mao
2020-01-29SERVER-45449 Write a function to compute the desired latency for a staggered ...Cheahuychou Mao
2020-01-27SERVER-45002 Only propagate 'comment' field between nodes when upgrade to 4.4...David Storch
2019-09-24SERVER-29794 Adding a comment to all commandsArun Banala
2019-08-01SERVER-41493 Set request deadline based on maxtime ms in network interfaceShaileja Jain
2019-07-27SERVER-40160 Remove `if_constexpr.h` header.ADAM David Alan Martin
2019-06-06SERVER-41133 Add TE::scheduleRemoteCommandOnAnyJason Carey
2019-04-09SERVER-40476 remove mongoutils::strBilly Donahue
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2019-01-07SERVER-36644 remove AtomicWord typedefsBilly Donahue
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2017-05-01SERVER-29012 Enable ASAN strict init order checking and fix revealed issuesAndrew Morrow
2017-03-07SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen
2017-02-28SERVER-28134 Move operator<<(ostream, RemoteCommandRequest/Response) into exe...Mathias Stearn
2016-08-18SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch
2016-07-26SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto
2016-05-16SERVER-23134 added retry support for scheduling remote commands on a task exe...Benety Goh
2015-12-11SERVER-21854 Add request id to RemoteCommandRequestKaloian Manassiev
2015-07-17SERVER-19001 Move RemoteCommandRequest/RemoteCommandResponse into task_execut...Andy Schwerin