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_response.h
Age
Commit message (
Expand
)
Author
2023-08-14
SERVER-78148 Associate SocketException with offending HostAndPort
Alex Li
2023-07-01
SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0
Daniel Moody
2020-08-14
SERVER-49694: fix latency measurement in RSM; change latency measurement for ...
LaMont Nelson
2020-08-13
Revert "SERVER-49694: fix latency measurement in RSM; change latency measurem...
LaMont Nelson
2020-08-05
SERVER-49694: fix latency measurement in RSM; change latency measurement for ...
LaMont Nelson
2020-07-09
SERVER-48205 fixed log messages
Reo Kimura
2020-07-09
SERVER-48205 Rewrote toString() functions using fmtlib, locally untested
Reo Kimura
2020-04-17
SERVER-44954 Streamable RSM uses exhaust isMaster
jannaerin
2020-03-25
Revert "SERVER-44954 Streamable RSM uses exhaust isMaster"
jannaerin
2020-03-25
SERVER-44954 Streamable RSM uses exhaust isMaster
jannaerin
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-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-07-30
SERVER-33135 Remove metadata accessors from command reply APIs
Mathias Stearn
2018-05-05
SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...
Andrew Morrow
2017-02-28
SERVER-28134 Move operator<<(ostream, RemoteCommandRequest/Response) into exe...
Mathias Stearn
2016-08-03
SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...
Waley Chen
2016-06-30
SERVER-24304 added convenience functions for scheduleResponse to NetworkInter...
Benety Goh
2016-06-22
SERVER-24418 Make Message and BufBuilder use SharedBuffer for memory management
Mathias Stearn
2016-05-28
SERVER-23971 Clang-Format code
Mark Benvenuto
2016-05-16
SERVER-23134 added retry support for scheduling remote commands on a task exe...
Benety Goh
2015-11-17
SERVER-20853 Don't copy objects out of Message to build RemoteCommandResponse
Mathias Stearn
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