index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
executor
/
remote_command_request.h
Age
Commit message (
Expand
)
Author
2024-03-01
SERVER-85993 Make db client create OpMsgRequest with validated tenancy scope ...
Sophia Tan
2024-02-09
SERVER-72055 NetworkInterfaceTL returns a retryable error when waiting to acq...
Alex Li
2024-01-08
SERVER-82340 Populate vts in RemoteCommandRequest constructor (#17862)
Joseph Prince
2023-08-17
SERVER-73658 RemoteCommandRequest to use DatabaseName
Mathis Bessa
2023-07-01
SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0
Daniel Moody
2023-06-01
SERVER-74466 Attach OperationKey in async_rpc for non hedged requests
Alex Li
2023-05-13
SERVER-48898 replace util/concepts.h with real concepts
Billy Donahue
2022-11-14
SERVER-71086 Refactor hedged-read-determination code to be shared between asy...
George Wangensteen
2022-06-15
SERVER-67148 Refactor ValidatedTenantId into ValidatedSecurityToken
Sara Golemon
2022-05-27
SERVER-66260 Modify executor::RemoteCommandRequest to accept an Options argument
Daniel Morilha
2021-07-30
SERVER-58381 Define and process kind(2) in OP_MSG payload
Sara Golemon
2020-11-20
SERVER-51344 default init for fireAndForgetMode
Billy Donahue
2020-08-30
SERVER-46187 When sending commands within the cluster attach maxTimeMSOpOnly ...
Spencer T Brody
2020-05-18
SERVER-47437 Synchronize and unify NetworkInterfaceTL state components
Ben Caimano
2020-04-24
SERVER-46187 Remove RemoteCommandRequest::expirationDate in favor of dateSche...
Spencer T Brody
2020-03-03
SERVER-46472 add maxTimeMSForHedgedReads
Misha Tyulenev
2020-02-24
SERVER-45813 Modify AsyncDBClient/NetworkInterfaceTL to allow Fire and Forget
Cheahuychou Mao
2020-02-19
SERVER-45464 Kill canceled operations remotely
Cheahuychou Mao
2020-02-19
SERVER-46234 Remove the code for computing hedging delay and add maxTimeMSFor...
Cheahuychou Mao
2020-01-29
SERVER-45449 Write a function to compute the desired latency for a staggered ...
Cheahuychou Mao
2019-06-06
SERVER-41133 Add TE::scheduleRemoteCommandOnAny
Jason Carey
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-12-20
SERVER-35688 Make ConnectionPool support transport::ConnectSSLMode
Mathias Stearn
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2017-06-07
SERVER-29264 Kill off rpc::RequestInterface
Mathias Stearn
2017-05-01
SERVER-29012 Enable ASAN strict init order checking and fix revealed issues
Andrew Morrow
2017-03-07
SERVER-27938 Rename all OperationContext variables to opCtx
Maria van Keulen
2017-02-28
SERVER-28134 Move operator<<(ostream, RemoteCommandRequest/Response) into exe...
Mathias Stearn
2016-07-26
SERVER-24615 Add support for OperationContext in EgressMetadataHook
Mark Benvenuto
2016-05-16
SERVER-23134 added retry support for scheduling remote commands on a task exe...
Benety Goh
2015-12-11
SERVER-21854 Add request id to RemoteCommandRequest
Kaloian Manassiev
2015-09-03
SERVER-18265 set proper timeout for find/getmore repl commands
Eric Milkie
2015-09-03
Revert "SERVER-18265 set proper timeout for find/getmore repl commands"
Eric Milkie
2015-09-03
SERVER-18265 set proper timeout for find/getmore repl commands
Eric Milkie
2015-08-18
SERVER-19420 implement connection hook API in NetworkInterfaceASIO
Adam Midvidy
2015-07-17
SERVER-19001 Move RemoteCommandRequest/RemoteCommandResponse into task_execut...
Andy Schwerin