summaryrefslogtreecommitdiff
path: root/src/mongo/rpc/legacy_reply_builder.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-52621 Remove stale version execption handling in OpQuery exec pathTommaso Tocci2020-11-061-2/+0
* SERVER-51084 easy XCode12 fixes (excludes the int to double fixes)Billy Donahue2020-10-011-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* 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-7/+3
* SERVER-35460 Replaced CommandReplyBuilder with direct usage of ReplyBuilderIn...Anthony Roy2018-07-051-1/+4
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-31069 Stop converting SendStaleConfig to RecvStaleConfigMathias Stearn2017-09-131-1/+1
* SERVER-29564 BSONObjBuilder can now be seeded with a BSONObj prefixMathias Stearn2017-06-191-1/+1
* SERVER-28508 Delete unused DocumentRange rpc cruftMathias Stearn2017-04-121-4/+0
* SERVER-28508 Clean up rpc interfaces to not overly constrain implementationsMathias Stearn2017-04-121-3/+3
* SERVER-21639 set ResultFlag_ShardConfigStale on OP_QUERY command replies if n...Adam Midvidy2015-11-231-1/+4
* 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-19/+7
* SERVER-20609 do not heap allocate MessageAdam Midvidy2015-10-301-3/+4
* SERVER-18930 SERVER-19060 SERVER-19132 SERVER-19133 Implement LegacyReply(Bui...Misha Tyulenev2015-07-081-8/+24
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-22/+20
* SERVER-18929: Compute available space for output docs in CommandReplyBuilderMisha Tyulenev2015-06-191-0/+3
* SERVER-18236 fix exception safety in generateErrorResponseAdam Midvidy2015-06-161-0/+2
* SERVER-18292 expose protocol type of RPC classes andAdam Midvidy2015-06-161-0/+3
* SERVER-18236 send GLEStats over OP_COMMAND metadata objectAdam Midvidy2015-06-161-0/+1
* SERVER-18288 implement a common interface for OP_COMMAND and OP_QUERYAdam Midvidy2015-05-181-0/+65