summaryrefslogtreecommitdiff
path: root/src/mongo/rpc/command_reply.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28663 rename config server metadata from configsvr to $configsvrMathias Stearn2017-04-121-2/+15
* SERVER-28508 Delete unused DocumentRange rpc cruftMathias Stearn2017-04-121-7/+2
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-2/+5
* SERVER-24418 Make Message and BufBuilder use SharedBuffer for memory managementMathias Stearn2016-06-221-0/+2
* SERVER-20884 build command replies in-place to avoid copiesAdam Midvidy2015-11-131-1/+1
* SERVER-18668 remove some pessimizing and redundant movesAdam Midvidy2015-08-241-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-42/+40
* SERVER-18167 handle BSON Validation in OP_COMMANDAdam Midvidy2015-06-171-5/+5
* SERVER-18292 expose protocol type of RPC classes andAdam Midvidy2015-06-161-0/+4
* SERVER-18288 implement a common interface for OP_COMMAND and OP_QUERYAdam Midvidy2015-05-181-0/+84