summaryrefslogtreecommitdiff
path: root/src/mongo/db/logical_time_metadata_hook.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-051-24/+9
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+2
* 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-32639 skip signing and validating clusterTime in arbitersMisha Tyulenev2018-04-121-2/+3
* SERVER-32463 Remove FCV dependent causal consistency codeJack Mulrow2018-01-191-6/+0
* SERVER-31608 remove FCV gettersJudah Schvimer2017-10-261-1/+2
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-2/+1
* SERVER-29700 add operationTime in all connections used by mongosMisha Tyulenev2017-07-191-1/+15
* SERVER-30038 rename $logicalTime to $clusterTimeMisha Tyulenev2017-07-111-1/+1
* SERVER-29654 Enable keys generation and logicalTime processing on shards and ...Jack Mulrow2017-06-221-0/+6
* SERVER-28127 Integrate KeyManager to LogicalClockRandolph Tan2017-05-221-6/+1
* Revert "Revert "SERVER-28562 Move LogicalTime HMAC computation outside collec...Randolph Tan2017-05-041-3/+13
* Revert "SERVER-28562 Move LogicalTime HMAC computation outside collection lock"ADAM David Alan Martin2017-05-031-13/+3
* SERVER-28562 Move LogicalTime HMAC computation outside collection lockRandolph Tan2017-05-031-3/+13
* SERVER-28565 Do not return logicalTime on non-sharded RSJack Mulrow2017-04-181-0/+10
* Revert "Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and...Randolph Tan2017-03-101-3/+1
* Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardCo...Randolph Tan2017-03-091-1/+3
* SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardConnection...Randolph Tan2017-03-081-3/+1
* SERVER-27749 Integrate LogicalTimeMetadataRandolph Tan2017-03-071-0/+63