summaryrefslogtreecommitdiff
path: root/src/mongo/rpc/command_reply_builder.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-21459 reserve bytes in ReplyBuilder buffer to avoid excessive reallocingAdam Midvidy2015-11-171-1/+1
* SERVER-20884 build command replies in-place to avoid copiesAdam Midvidy2015-11-131-10/+5
* SERVER-20609 do not heap allocate MessageAdam Midvidy2015-10-301-3/+3
* SERVER-18930 SERVER-19060 SERVER-19132 SERVER-19133 Implement LegacyReply(Bui...Misha Tyulenev2015-07-081-7/+12
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-33/+32
* SERVER-18929: Compute available space for output docs in CommandReplyBuilderMisha Tyulenev2015-06-191-0/+2
* SERVER-18292 expose protocol type of RPC classes andAdam Midvidy2015-06-161-0/+5
* SERVER-18288 implement a common interface for OP_COMMAND and OP_QUERYAdam Midvidy2015-05-181-0/+83