summaryrefslogtreecommitdiff
path: root/src/mongo/executor/remote_command_response.h
AgeCommit message (Expand)Author
2023-08-14SERVER-78148 Associate SocketException with offending HostAndPortAlex Li
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2020-08-14SERVER-49694: fix latency measurement in RSM; change latency measurement for ...LaMont Nelson
2020-08-13Revert "SERVER-49694: fix latency measurement in RSM; change latency measurem...LaMont Nelson
2020-08-05SERVER-49694: fix latency measurement in RSM; change latency measurement for ...LaMont Nelson
2020-07-09SERVER-48205 fixed log messagesReo Kimura
2020-07-09SERVER-48205 Rewrote toString() functions using fmtlib, locally untestedReo Kimura
2020-04-17SERVER-44954 Streamable RSM uses exhaust isMasterjannaerin
2020-03-25Revert "SERVER-44954 Streamable RSM uses exhaust isMaster"jannaerin
2020-03-25SERVER-44954 Streamable RSM uses exhaust isMasterjannaerin
2019-06-06SERVER-41133 Add TE::scheduleRemoteCommandOnAnyJason Carey
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-07-30SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn
2018-05-05SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow
2017-02-28SERVER-28134 Move operator<<(ostream, RemoteCommandRequest/Response) into exe...Mathias Stearn
2016-08-03SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen
2016-06-30SERVER-24304 added convenience functions for scheduleResponse to NetworkInter...Benety Goh
2016-06-22SERVER-24418 Make Message and BufBuilder use SharedBuffer for memory managementMathias Stearn
2016-05-28SERVER-23971 Clang-Format codeMark Benvenuto
2016-05-16SERVER-23134 added retry support for scheduling remote commands on a task exe...Benety Goh
2015-11-17SERVER-20853 Don't copy objects out of Message to build RemoteCommandResponseMathias Stearn
2015-08-18SERVER-19420 implement connection hook API in NetworkInterfaceASIOAdam Midvidy
2015-07-17SERVER-19001 Move RemoteCommandRequest/RemoteCommandResponse into task_execut...Andy Schwerin