summaryrefslogtreecommitdiff
path: root/src/mongo/rpc/metadata
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29700 add operationTime in all connections used by mongosMisha Tyulenev2017-07-194-10/+19
* SERVER-29731 upconvertRequest now uses document sequences where appropriateMathias Stearn2017-07-131-3/+5
* SERVER-29731 upconvertRequest shouldn't separate data and metadataMathias Stearn2017-07-131-3/+3
* SERVER-30038 rename $logicalTime to $clusterTimeMisha Tyulenev2017-07-113-9/+9
* SERVER-29734 Merge body and metadata in OP_QUERY reply handlingMathias Stearn2017-06-283-175/+0
* SERVER-29626 Remove code to upconvert and downconvert AuditMetadataMathias Stearn2017-06-192-39/+0
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-183-6/+6
* SERVER-29071 gossip clusterTime in mongo shellMisha Tyulenev2017-05-172-6/+36
* SERVER-28814 Replace ServerSelectionMetadata with just ReadPreferenceSettingMathias Stearn2017-05-123-676/+0
* Revert "Revert "SERVER-28562 Move LogicalTime HMAC computation outside collec...Randolph Tan2017-05-041-1/+1
* Revert "SERVER-28562 Move LogicalTime HMAC computation outside collection lock"ADAM David Alan Martin2017-05-031-1/+1
* SERVER-28562 Move LogicalTime HMAC computation outside collection lockRandolph Tan2017-05-031-1/+1
* SERVER-28565 invariant for _clusterTime proof in LogicalTimeMetadata::writeTo...Jack Mulrow2017-04-191-0/+3
* SERVER-28565 Do not return logicalTime on non-sharded RSJack Mulrow2017-04-181-1/+1
* SERVER-28663 rename config server metadata from configsvr to $configsvrMathias Stearn2017-04-122-2/+2
* SERVER-28438 Add keyId field to logicalTime objectJack Mulrow2017-03-283-11/+85
* Revert "Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and...Randolph Tan2017-03-104-34/+24
* Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardCo...Randolph Tan2017-03-094-24/+34
* SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardConnection...Randolph Tan2017-03-084-34/+24
* SERVER-27749 Integrate LogicalTimeMetadataRandolph Tan2017-03-072-0/+10
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-076-15/+18
* SERVER-27748 Implement LogicalTimeMetadataRandolph Tan2017-02-273-0/+275
* SERVER-27855 Attach all NetworkInterface instances with EgressHooksRandolph Tan2017-02-173-0/+311
* SERVER-27543 Process OplogQueryMetadata with backwards and forwards compatibi...Judah Schvimer2017-02-155-4/+57
* SERVER-27543 Create new metadata for oplog queriesJudah Schvimer2017-01-123-0/+322
* SERVER-26506 add tracking for commandsMisha Tyulenev2016-10-143-0/+407
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-185-11/+11
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-083-5/+3
* SERVER-25266 Enhance NetworkASIO to send the client metadata documentMark Benvenuto2016-08-044-0/+66
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-045-0/+1092
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-261-1/+6
* SERVER-23750: enable slaveOk/Secondary read preference for fetch/oplogFetcherScott Hernandez2016-06-172-4/+5
* SERVER-21631: Remove gleStats format detection based on operation Protocol (O...Sam Dunietz2016-06-093-11/+8
* SERVER-24222 Update current known primary from command metadataSiyuan Zhou2016-06-011-2/+2
* Revert "SERVER-24222 Update current known primary from command metadata"Eric Milkie2016-05-311-2/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-286-40/+78
* SERVER-23971 Fixup headers to workaround clang-format 3.8 include sorting bugMark Benvenuto2016-05-282-0/+4
* SERVER-24222 Update current known primary from command metadataSiyuan Zhou2016-05-271-2/+2
* SERVER-24104 Replace direct uses of stdx::chrono::durations with MongoDB dura...Andy Schwerin2016-05-171-1/+1
* SERVER-23873 Optimize checking for interruptMathias Stearn2016-05-101-0/+2
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-033-19/+0
* SERVER-23103 Break circularity between optime and bson_extractAndrew Morrow2016-03-213-1/+3
* SERVER-22287 added replicaSetId field to replica set configuration and metadata.Benety Goh2016-02-053-8/+44
* SERVER-21603 Revert to old format for gleStats if being talked to by an old m...r3.2.0-rc4Spencer T Brody2015-11-243-9/+13
* SERVER-21072 optimize rpc::readRequestMetadataAdam Midvidy2015-10-237-76/+165
* SERVER-18194 command should not set slaveOk if ReadPreference == PrimaryOnlyMisha Tyulenev2015-10-152-0/+10
* SERVER-20822 make sync source decisions based on ReplSetMetadatamatt dannenberg2015-10-143-16/+36
* SERVER-20743 Combine target selection and command execution in ShardRegistry.Andy Schwerin2015-10-062-2/+14
* SERVER-20498 Send config server optime to shards automatically on all command...Spencer T Brody2015-09-245-172/+27
* SERVER-20434 Allow mongos to store full OpTimes for GLE supportSiyuan Zhou2015-09-233-37/+81