summaryrefslogtreecommitdiff
path: root/src/mongo/rpc/command_request_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-2/+2
* SERVER-29319 Replace RequestBuilderInterface with OpMsgRequestMathias Stearn2017-06-191-12/+62
* SERVER-29264 Kill off rpc::RequestInterfaceMathias Stearn2017-06-071-7/+7
* SERVER-28508 Move DB validation from request parser to command processorMathias Stearn2017-04-121-10/+0
* SERVER-28508 Delete unused DocumentRange rpc cruftMathias Stearn2017-04-121-23/+0
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-4/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23887 OP_COMMAND parser should validate that command names matchMathias Stearn2016-04-291-3/+23
* SERVER-20884 build command replies in-place to avoid copiesAdam Midvidy2015-11-131-6/+6
* SERVER-20609 do not heap allocate MessageAdam Midvidy2015-10-301-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-77/+76
* SERVER-19028 validate database name in request class constructorsAdam Midvidy2015-06-191-1/+14
* SERVER-18288 implement a common interface for OP_COMMAND and OP_QUERYAdam Midvidy2015-05-181-0/+109