summaryrefslogtreecommitdiff
path: root/src/mongo/rpc/reply_builder_interface.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-2/+0
* Fix error codesGeert Bosch2018-07-121-1/+1
* SERVER-35460 Replaced CommandReplyBuilder with direct usage of ReplyBuilderIn...Anthony Roy2018-07-051-2/+35
* SERVER-29564 BSONObjBuilder can now be seeded with a BSONObj prefixMathias Stearn2017-06-191-2/+1
* SERVER-28508 Delete unused DocumentRange rpc cruftMathias Stearn2017-04-121-15/+0
* SERVER-28508 Clean up rpc interfaces to not overly constrain implementationsMathias Stearn2017-04-121-20/+3
* 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