summaryrefslogtreecommitdiff
path: root/src/mongo/rpc/metadata.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-3/+3
* 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-36463 bypass validation of dummy signatures for isMaster on the unauth...Misha Tyulenev2018-08-131-1/+1
* SERVER-33135 Delete code for OP_COMMANDMathias Stearn2018-07-301-2/+1
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-29700 add operationTime in all connections used by mongosMisha Tyulenev2017-07-191-2/+2
* SERVER-29731 upconvertRequest now uses document sequences where appropriateMathias Stearn2017-07-131-2/+3
* SERVER-29731 upconvertRequest shouldn't separate data and metadataMathias Stearn2017-07-131-8/+2
* SERVER-29734 Merge body and metadata in OP_QUERY reply handlingMathias Stearn2017-06-281-11/+0
* SERVER-29319 Replace RequestBuilderInterface with OpMsgRequestMathias Stearn2017-06-191-6/+0
* SERVER-28814 Stop returning Status from metadata functionsMathias Stearn2017-05-121-16/+4
* Revert "Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and...Randolph Tan2017-03-101-4/+5
* Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardCo...Randolph Tan2017-03-091-5/+4
* SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardConnection...Randolph Tan2017-03-081-4/+5
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-261-4/+6
* SERVER-21072 optimize rpc::readRequestMetadataAdam Midvidy2015-10-231-13/+0
* SERVER-20498 have metadata writer take the server addressAdam Midvidy2015-09-181-4/+5
* SERVER-19554 merge ReplSetMetadata and ReplicationMetadatamatt dannenberg2015-08-121-2/+0
* SERVER-18930 SERVER-19060 SERVER-19132 SERVER-19133 Implement LegacyReply(Bui...Misha Tyulenev2015-07-081-2/+3
* SERVER-18153 request and return replication metadatamatt dannenberg2015-06-261-0/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-74/+74
* SERVER-18236 make runCommandHook and postRunCommand hook operate on the metad...Adam Midvidy2015-06-161-0/+35
* SERVER-18236 hang slaveOk/secondaryOk and readPreference off OpCtxAdam Midvidy2015-06-031-7/+12
* SERVER-18288 implement a common interface for OP_COMMAND and OP_QUERYAdam Midvidy2015-05-181-0/+93