summaryrefslogtreecommitdiff
path: root/src/mongo/rpc/reply_builder_interface.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23501 include stringified error code in erroring command repliesDorothy Chen2016-08-261-1/+3
* SERVER-21639 set ResultFlag_ShardConfigStale on OP_QUERY command replies if n...Adam Midvidy2015-11-231-1/+2
* 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-7/+8
* SERVER-20609 do not heap allocate MessageAdam Midvidy2015-10-301-1/+1
* SERVER-18930 SERVER-19060 SERVER-19132 SERVER-19133 Implement LegacyReply(Bui...Misha Tyulenev2015-07-081-9/+11
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-99/+94
* SERVER-18929: Compute available space for output docs in CommandReplyBuilderMisha Tyulenev2015-06-191-0/+6
* SERVER-18236 fix exception safety in generateErrorResponseAdam Midvidy2015-06-161-0/+6
* SERVER-18292 expose protocol type of RPC classes andAdam Midvidy2015-06-161-0/+7
* SERVER-18288 implement a common interface for OP_COMMAND and OP_QUERYAdam Midvidy2015-05-181-0/+125