summaryrefslogtreecommitdiff
path: root/src/mongo/rpc/command_request_builder_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28509 Downconvert document sequences when serializing requests to old ...Mathias Stearn2017-06-281-14/+7
* SERVER-29319 Replace RequestBuilderInterface with OpMsgRequestMathias Stearn2017-06-191-14/+33
* SERVER-29264 Kill off rpc::RequestInterfaceMathias Stearn2017-06-071-5/+5
* SERVER-28508 Delete unused DocumentRange rpc cruftMathias Stearn2017-04-121-6/+0
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-2/+2
* SERVER-23887 OP_COMMAND parser should validate that command names matchMathias Stearn2016-04-291-1/+1
* SERVER-20884 build command replies in-place to avoid copiesAdam Midvidy2015-11-131-1/+1
* SERVER-20609 do not heap allocate MessageAdam Midvidy2015-10-301-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-40/+39
* SERVER-18288 implement a common interface for OP_COMMAND and OP_QUERYAdam Midvidy2015-05-181-0/+92