summaryrefslogtreecommitdiff
path: root/src/mongo/rpc/metadata.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-44167 Added ability to kill operations by keyBen Caimano2019-12-311-1/+14
| | | | | | There are two patches here really. One of which makes killOp fast to use and visible. The other adds OperationKey to various places and maps it to an internal OpId.
* 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
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* 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 ↵Misha Tyulenev2018-08-131-1/+15
| | | | unauthenticated connections
* 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
| | | | | Previously this would fail with a confusing error about a duplicate top-level $db field.
* SERVER-29731 upconvertRequest now uses document sequences where appropriateMathias Stearn2017-07-131-2/+40
| | | | | | In addition to improving test coverage for document sequences, this also improves performance of insert commands sent over OP_QUERY since they will no longer copy the objects during upconversion.
* 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
| | | | config when FCV is 3.6
* 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
| | | | This will avoid copying whenever it is safe.
* 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
| | | | | | Every caller was already using uassertStatusOK. Moving that into the functions simplifies both the implementation and the callers. Also eliminated functions without any callers.
* Revert "Revert "SERVER-28562 Move LogicalTime HMAC computation outside ↵Randolph Tan2017-05-041-6/+12
| | | | | | collection lock"" This reverts commit b7c013aa097b2d999ad3f942cdfce130558ef40f.
* Revert "SERVER-28562 Move LogicalTime HMAC computation outside collection lock"ADAM David Alan Martin2017-05-031-12/+6
| | | | This reverts commit 1a6c4ecddfa4bb7a7275dc4b1bf5b79222aa4b72.
* 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
| | | | Attach logical time metadata to all outgoing messages and process incoming logical time metadata in mongod
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-8/+8
| | | | | | This commit is an automated rename of all whole word instances of txn, _txn, and txnPtr to opCtx, _opCtx, and opCtxPtr, respectively in all .cpp and .h files in src/mongo.
* 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
|
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
|
* SERVER-21072 optimize rpc::readRequestMetadataAdam Midvidy2015-10-231-3/+18
|
* SERVER-20498 Send config server optime to shards automatically on all ↵Spencer T Brody2015-09-241-0/+7
| | | | commands via the OP_COMMAND metadata
* SERVER-19554 merge ReplSetMetadata and ReplicationMetadatamatt dannenberg2015-08-121-2/+0
|
* SERVER-18930 SERVER-19060 SERVER-19132 SERVER-19133 Implement ↵Misha Tyulenev2015-07-081-2/+3
| | | | LegacyReply(Builder) API and up/down conversions
* SERVER-18153 request and return replication metadatamatt dannenberg2015-06-261-0/+2
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-93/+82
|
* SERVER-18236 cleanup ServerSelectionMetadataAdam Midvidy2015-06-161-4/+2
|
* SERVER-18236 SERVER-18292 send impersonated users and roles via metadata objectAdam Midvidy2015-06-161-5/+52
|
* SERVER-18236 send GLEStats over OP_COMMAND metadata objectAdam Midvidy2015-06-161-4/+23
|
* SERVER-18236 hang slaveOk/secondaryOk and readPreference off OpCtxAdam Midvidy2015-06-031-14/+41
| | | | | | | - secondaryOk is upconverted/downconverted from QueryOption_SlaveOk - readPreference is upconverted/downconverted from $query wrapped commands or $queryOptions - both are now accessed via OperationContext instead of being read from a mutable command object - removed logic for parsing secondaryOk and readPreference from the command execution pipeline in dbcommands.cpp
* SERVER-18288 implement a common interface for OP_COMMAND and OP_QUERYAdam Midvidy2015-05-181-0/+69