summaryrefslogtreecommitdiff
path: root/src/mongo/rpc/command_request_builder.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24418 Make Message and BufBuilder use SharedBuffer for memory managementMathias Stearn2016-06-221-2/+1
* SERVER-20884 build command replies in-place to avoid copiesAdam Midvidy2015-11-131-7/+7
* SERVER-20609 do not heap allocate MessageAdam Midvidy2015-10-301-7/+5
* SERVER-19057 avoid extra buffer copy when creating message in rpc buildersAdam Midvidy2015-09-191-5/+11
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-68/+64
* SERVER-18292 expose protocol type of RPC classes andAdam Midvidy2015-06-161-0/+4
* SERVER-18288 implement a common interface for OP_COMMAND and OP_QUERYAdam Midvidy2015-05-181-0/+107