summaryrefslogtreecommitdiff
path: root/src/mongo/rpc/legacy_request_builder.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+1
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-28509 Downconvert document sequences when serializing requests to old ...Mathias Stearn2017-06-281-2/+12
* SERVER-29319 Replace RequestBuilderInterface with OpMsgRequestMathias Stearn2017-06-191-50/+48
* SERVER-28814 Stop returning Status from metadata functionsMathias Stearn2017-05-121-2/+2
* SERVER-28508 Delete unused DocumentRange rpc cruftMathias Stearn2017-04-121-12/+0
* SERVER-28508 Clean up rpc interfaces to not overly constrain implementationsMathias Stearn2017-04-121-4/+0
* SERVER-24418 Make Message and BufBuilder use SharedBuffer for memory managementMathias Stearn2016-06-221-2/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-20884 build command replies in-place to avoid copiesAdam Midvidy2015-11-131-8/+7
* SERVER-20609 do not heap allocate MessageAdam Midvidy2015-10-301-6/+5
* SERVER-19057 avoid extra buffer copy when creating message in rpc buildersAdam Midvidy2015-09-191-3/+10
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-79/+73
* SERVER-18292 expose protocol type of RPC classes andAdam Midvidy2015-06-161-0/+4
* SERVER-18236 hang slaveOk/secondaryOk and readPreference off OpCtxAdam Midvidy2015-06-031-2/+2
* SERVER-18288 implement a common interface for OP_COMMAND and OP_QUERYAdam Midvidy2015-05-181-0/+121