summaryrefslogtreecommitdiff
path: root/src/mongo/rpc/reply_builder_interface.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-35691 Cleanup StaleConfigInfo serializationKaloian Manassiev2018-06-271-4/+4
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-1/+1
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-2/+0
* SERVER-31734 Core ErrorExtraInfo implementationMathias Stearn2018-01-041-0/+4
* SERVER-29564 BSONObjBuilder can now be seeded with a BSONObj prefixMathias Stearn2017-06-191-8/+7
* SERVER-23501 include stringified error code in erroring command repliesDorothy Chen2016-08-261-0/+2
* SERVER-20884 build command replies in-place to avoid copiesAdam Midvidy2015-11-131-3/+6
* SERVER-18930 SERVER-19060 SERVER-19132 SERVER-19133 Implement LegacyReply(Bui...Misha Tyulenev2015-07-081-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-37/+36
* SERVER-18929: Compute available space for output docs in CommandReplyBuilderMisha Tyulenev2015-06-191-0/+2
* SERVER-18288 implement a common interface for OP_COMMAND and OP_QUERYAdam Midvidy2015-05-181-0/+85