summaryrefslogtreecommitdiff
path: root/src/mongo/rpc/factory.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-5/+6
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39350 Make `opMsgRequestFromAnyProtocol` return owned request messagesKaloian Manassiev2019-04-031-1/+1
* 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 Delete code for OP_COMMANDMathias Stearn2018-07-301-16/+2
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-29319 Replace RequestBuilderInterface with OpMsgRequestMathias Stearn2017-06-191-9/+4
* SERVER-29264 Kill off rpc::RequestInterfaceMathias Stearn2017-06-071-6/+6
* SERVER-29364 rpc::OpMsgReply should have owned BSON in the bodyMathias Stearn2017-05-301-1/+1
* SERVER-29264 Replace RequestInterface with OpMsgRequest in mongod command dis...Mathias Stearn2017-05-301-1/+1
* SERVER-28508 OP_MSG in egress and mongodMathias Stearn2017-04-271-0/+9
* SERVER-19156 support OP_COMMAND in NetworkInterfaceASIOAdam Midvidy2015-07-091-1/+5
* SERVER-19035 autodetect support for OP_COMMAND in remote serversAdam Midvidy2015-06-241-0/+28
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-8/+7
* SERVER-18292 expose protocol type of RPC classes andAdam Midvidy2015-06-161-7/+10
* SERVER-18288 implement a common interface for OP_COMMAND and OP_QUERYAdam Midvidy2015-05-181-0/+70