summaryrefslogtreecommitdiff
path: root/src/mongo/rpc/legacy_reply_builder.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-17/+9
* SERVER-35460 Replaced CommandReplyBuilder with direct usage of ReplyBuilderIn...Anthony Roy2018-07-051-8/+17
* SERVER-35691 Cleanup StaleConfigInfo serializationKaloian Manassiev2018-06-271-4/+2
* SERVER-35691 Make all code paths returning StaleConfig error go through the S...Kaloian Manassiev2018-06-221-0/+7
* SERVER-31069 Stop converting SendStaleConfig to RecvStaleConfigMathias Stearn2017-09-131-3/+3
* SERVER-29734 Merge body and metadata in OP_QUERY reply handlingMathias Stearn2017-06-281-12/+2
* SERVER-29564 BSONObjBuilder can now be seeded with a BSONObj prefixMathias Stearn2017-06-191-2/+2
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+1
* SERVER-28508 Delete unused DocumentRange rpc cruftMathias Stearn2017-04-121-12/+0
* SERVER-28508 Clean up rpc interfaces to not overly constrain implementationsMathias Stearn2017-04-121-6/+2
* SERVER-24418 Make Message and BufBuilder use SharedBuffer for memory managementMathias Stearn2016-06-221-2/+1
* SERVER-21631: Remove gleStats format detection based on operation Protocol (O...Sam Dunietz2016-06-091-1/+1
* SERVER-21603 Revert to old format for gleStats if being talked to by an old m...r3.2.0-rc4Spencer T Brody2015-11-241-1/+1
* SERVER-21639 set ResultFlag_ShardConfigStale on OP_QUERY command replies if n...Adam Midvidy2015-11-231-1/+28
* SERVER-21459 reserve bytes in ReplyBuilder buffer to avoid excessive reallocingAdam Midvidy2015-11-171-1/+5
* SERVER-20884 build command replies in-place to avoid copiesAdam Midvidy2015-11-131-144/+35
* SERVER-20609 do not heap allocate MessageAdam Midvidy2015-10-301-5/+5
* SERVER-18930 SERVER-19060 SERVER-19132 SERVER-19133 Implement LegacyReply(Bui...Misha Tyulenev2015-07-081-28/+150
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-84/+81
* SERVER-18929: Compute available space for output docs in CommandReplyBuilderMisha Tyulenev2015-06-191-0/+7
* SERVER-18236 fix exception safety in generateErrorResponseAdam Midvidy2015-06-161-0/+12
* SERVER-18292 expose protocol type of RPC classes andAdam Midvidy2015-06-161-0/+4
* SERVER-18236 send GLEStats over OP_COMMAND metadata objectAdam Midvidy2015-06-161-2/+6
* SERVER-18288 implement a common interface for OP_COMMAND and OP_QUERYAdam Midvidy2015-05-181-0/+101