summaryrefslogtreecommitdiff
path: root/src/mongo/rpc/metadata.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67148 Refactor ValidatedTenantId into ValidatedSecurityTokenSara Golemon2022-06-151-3/+2
* SERVER-65458 Parse and validate tenantId at the start of command processingSophia Tan2022-06-081-3/+2
* SERVER-63177 Propagate write block bypass state as metadataSpencer Jackson2022-03-071-2/+1
* SERVER-63175 Conditionally activate WriteBlockBypass in command dispatchGabriel Marks2022-02-161-7/+2
* SERVER-63176 Create RPC serialization hook for WriteBlockBypassGabriel Marks2022-02-111-0/+12
* SERVER-62827 Prevent rpc::upconvertRequest from erroneously duplicating top-l...Blake Oler2022-02-101-0/+3
* SERVER-62239 Put tenantId on opCtx if passed as $tenantjannaerin2022-01-181-0/+3
* Revert "SERVER-62239 Put tenantId on opCtx if passed as $tenant"Kaloian Manassiev2022-01-161-3/+0
* SERVER-62239 Put tenantId on opCtx if passed as $tenantjannaerin2022-01-141-0/+3
* SERVER-54252 Cleanup legacy configOpTime gossipingTommaso Tocci2021-08-051-7/+0
* SERVER-58381 Define and process kind(2) in OP_MSG payloadSara Golemon2021-07-301-5/+5
* SERVER-57390 Remove getLastError implementationYoonsoo Kim2021-07-221-1/+0
* SERVER-50511 Change local variables and functions in dbclient filesAmirsaman Memaripour2020-10-231-1/+1
* SERVER-49336 Set ClientMetadata before CommandInvocations are runBen Caimano2020-10-151-2/+9
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-1/+0
* SERVER-46726 Using testing proctor to control diagnosticsAmirsaman Memaripour2020-06-101-2/+2
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-051-42/+4
* SERVER-46200 implement basic VectorClock serviceKevin Pulo2020-05-121-0/+3
* SERVER-44167 Added ability to kill operations by keyBen Caimano2019-12-311-1/+14
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* 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-5261 Include authentication information in currentOp outputJonathan Reams2018-09-141-5/+5
* SERVER-36463 bypass validation of dummy signatures for isMaster on the unauth...Misha Tyulenev2018-08-131-1/+15
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+2
* SERVER-32639 skip signing and validating clusterTime in arbitersMisha Tyulenev2018-04-121-1/+1
* SERVER-32463 Remove FCV dependent causal consistency codeJack Mulrow2018-01-191-16/+10
* SERVER-31608 remove FCV gettersJudah Schvimer2017-10-261-1/+2
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-2/+1
* SERVER-30700 Better error message on $db in OP_QUERY requestMathias Stearn2017-09-111-0/+2
* SERVER-29731 upconvertRequest now uses document sequences where appropriateMathias Stearn2017-07-131-2/+40
* SERVER-29731 upconvertRequest shouldn't separate data and metadataMathias Stearn2017-07-131-28/+19
* SERVER-30038 rename $logicalTime to $clusterTimeMisha Tyulenev2017-07-111-2/+2
* SERVER-29734 Merge body and metadata in OP_QUERY reply handlingMathias Stearn2017-06-281-8/+0
* SERVER-29654 Enable keys generation and logicalTime processing on shards and ...Jack Mulrow2017-06-221-10/+16
* SERVER-29319 Replace RequestBuilderInterface with OpMsgRequestMathias Stearn2017-06-191-27/+0
* SERVER-29564 BSONObjBuilder can now be seeded with a BSONObj prefixMathias Stearn2017-06-191-2/+1
* SERVER-29626 Remove code to upconvert and downconvert AuditMetadataMathias Stearn2017-06-191-16/+4
* SERVER-28127 Integrate KeyManager to LogicalClockRandolph Tan2017-05-221-35/+7
* SERVER-29071 gossip clusterTime in mongo shellMisha Tyulenev2017-05-171-5/+20
* SERVER-28814 Replace ServerSelectionMetadata with just ReadPreferenceSettingMathias Stearn2017-05-121-19/+56
* SERVER-28814 Stop returning Status from metadata functionsMathias Stearn2017-05-121-105/+36
* Revert "Revert "SERVER-28562 Move LogicalTime HMAC computation outside collec...Randolph Tan2017-05-041-6/+12
* Revert "SERVER-28562 Move LogicalTime HMAC computation outside collection lock"ADAM David Alan Martin2017-05-031-12/+6
* SERVER-28562 Move LogicalTime HMAC computation outside collection lockRandolph Tan2017-05-031-6/+12
* SERVER-28565 Do not return logicalTime on non-sharded RSJack Mulrow2017-04-181-4/+9
* SERVER-27749 Integrate LogicalTimeMetadataRandolph Tan2017-03-071-0/+55
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-8/+8
* SERVER-26506 add tracking for commandsMisha Tyulenev2016-10-141-0/+10
* SERVER-25266 Enhance NetworkASIO to send the client metadata documentMark Benvenuto2016-08-041-0/+10