summaryrefslogtreecommitdiff
path: root/src/mongo/rpc/reply_builder_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-8/+4
| | | | | Now that OP_COMMAND is dead, all remaining implementations return the same BSONObj for data and metadata.
* SERVER-33135 Delete code for OP_COMMANDMathias Stearn2018-07-301-26/+0
|
* SERVER-31734 Core ErrorExtraInfo implementationMathias Stearn2018-01-041-0/+42
|
* SERVER-30038 rename $logicalTime to $clusterTimeMisha Tyulenev2017-07-111-3/+3
|
* SERVER-29734 Merge body and metadata in OP_QUERY reply handlingMathias Stearn2017-06-281-49/+57
|
* SERVER-28508 Delete unused DocumentRange rpc cruftMathias Stearn2017-04-121-8/+0
|
* SERVER-23501 include stringified error code in erroring command repliesDorothy Chen2016-08-261-0/+42
|
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-5/+5
| | | | | | | | | | | BSONObj instances should now be compared via the comparator interface's evaluate() method. This preferred over using BSONObj::woCompare() directly. If the comparison doesn't require any database semantics (e.g. there is no collation), there is a global instance of the SimpleBSONObjComparator which should be used for BSONObj comparisons. If the comparison requires special semantics, then callers must instantiate their own comparator object.
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+3
|
* SERVER-21639 set ResultFlag_ShardConfigStale on OP_QUERY command replies if ↵Adam Midvidy2015-11-231-1/+1
| | | | needed in LegacyReplyBuilder
* SERVER-20884 build command replies in-place to avoid copiesAdam Midvidy2015-11-131-218/+8
|
* SERVER-20609 do not heap allocate MessageAdam Midvidy2015-10-301-8/+8
|
* SERVER-18930 SERVER-19060 SERVER-19132 SERVER-19133 Implement ↵Misha Tyulenev2015-07-081-59/+162
| | | | LegacyReply(Builder) API and up/down conversions
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-180/+174
|
* SERVER-18929: Fix signed/unsigned comparisons in unittestMisha Tyulenev2015-06-191-10/+13
|
* SERVER-18929: Compute available space for output docs in CommandReplyBuilderMisha Tyulenev2015-06-191-0/+266
|
* SERVER-18288 implement a common interface for OP_COMMAND and OP_QUERYAdam Midvidy2015-05-181-87/+0
|
* SERVER-17606 add message parsers for OP_COMMAND/OP_COMMANDREPLYAdam Midvidy2015-04-221-0/+87