summaryrefslogtreecommitdiff
path: root/src/mongo/rpc/legacy_reply.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+3
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-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-4/+0
* SERVER-32198 Add support for an optional `vWanted` to StaleConfigInfoKaloian Manassiev2018-06-271-4/+14
* SERVER-29731 upconvertRequest now uses document sequences where appropriateMathias Stearn2017-07-131-0/+11
* SERVER-29734 Merge body and metadata in OP_QUERY reply handlingMathias Stearn2017-06-281-4/+5
* SERVER-28814 Stop returning Status from metadata functionsMathias Stearn2017-05-121-2/+1
* SERVER-28508 Delete unused DocumentRange rpc cruftMathias Stearn2017-04-121-5/+0
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-021-8/+6
* SERVER-13517 Internal client validates BSON in all command responses and when...Adam Chelminski2016-08-191-0/+10
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+7
* SERVER-20884 build command replies in-place to avoid copiesAdam Midvidy2015-11-131-21/+1
* SERVER-21276: Fix various issues with topMartin Bligh2015-11-111-1/+1
* SERVER-18930 SERVER-19060 SERVER-19132 SERVER-19133 Implement LegacyReply(Bui...Misha Tyulenev2015-07-081-4/+26
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-46/+44
* 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/+7
* SERVER-18288 implement a common interface for OP_COMMAND and OP_QUERYAdam Midvidy2015-05-181-0/+82