summaryrefslogtreecommitdiff
path: root/src/mongo/executor/remote_command_response.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49694: fix latency measurement in RSM; change latency measurement for ...LaMont Nelson2020-08-141-9/+9
* Revert "SERVER-49694: fix latency measurement in RSM; change latency measurem...LaMont Nelson2020-08-131-9/+9
* SERVER-49694: fix latency measurement in RSM; change latency measurement for ...LaMont Nelson2020-08-051-9/+9
* SERVER-48205 fixed log messagesReo Kimura2020-07-091-1/+0
* SERVER-48205 Rewrote toString() functions using fmtlib, locally untestedReo Kimura2020-07-091-0/+1
* SERVER-44954 Streamable RSM uses exhaust isMasterjannaerin2020-04-171-2/+5
* Revert "SERVER-44954 Streamable RSM uses exhaust isMaster"jannaerin2020-03-251-5/+2
* SERVER-44954 Streamable RSM uses exhaust isMasterjannaerin2020-03-251-2/+5
* SERVER-41133 Add TE::scheduleRemoteCommandOnAnyJason Carey2019-06-061-15/+64
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-6/+2
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-28134 Move operator<<(ostream, RemoteCommandRequest/Response) into exe...Mathias Stearn2017-02-281-3/+2
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-22/+15
* SERVER-24304 added convenience functions for scheduleResponse to NetworkInter...Benety Goh2016-06-301-0/+3
* SERVER-24418 Make Message and BufBuilder use SharedBuffer for memory managementMathias Stearn2016-06-221-7/+19
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23134 added retry support for scheduling remote commands on a task exe...Benety Goh2016-05-161-0/+7
* SERVER-20853 Don't copy objects out of Message to build RemoteCommandResponseMathias Stearn2015-11-171-2/+14
* SERVER-19420 implement connection hook API in NetworkInterfaceASIOAdam Midvidy2015-08-181-0/+7
* SERVER-19001 Move RemoteCommandRequest/RemoteCommandResponse into task_execut...Andy Schwerin2015-07-171-0/+57