summaryrefslogtreecommitdiff
path: root/src/mongo/db/logical_time_validator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-53408 Add tenant migrations passthrough with secondary read preference...Jack Mulrow2021-03-151-0/+7
* SERVER-54205 Proactively load external keys into the keys cacheJack Mulrow2021-02-221-2/+2
* SERVER-53404 Make tenant migration donor copy the recipient's cluster time si...Cheahuychou Mao2021-01-281-0/+5
* SERVER-53403 Support validating cluster times with keys from external_validat...Cheahuychou Mao2021-01-151-8/+19
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-1/+0
* SERVER-51426 Verify that a client cannot gossip clusterTime from a donor repl...Cheahuychou Mao2020-10-191-1/+3
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-3/+3
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-051-2/+2
* SERVER-47553 Prevent appendRequiredFieldsToResponse() from throwing inside no...Gregory Noma2020-04-301-0/+14
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-3/+4
* SERVER-36439 Fix the concurrency control of the LogicalTimeValidatorAnton Oyung2019-11-191-8/+2
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-11/+11
* 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-35006 do not reset KeysCollectionManagerMisha Tyulenev2018-05-171-5/+6
* SERVER-34445 fix race in resetKeyManagerCacheMisha Tyulenev2018-04-191-4/+12
* SERVER-32639 skip signing and validating clusterTime in arbitersMisha Tyulenev2018-04-121-6/+8
* SERVER-33081 Reset KeysCollectionManager during rollback properlyRandolph Tan2018-02-201-3/+2
* SERVER-32463 Remove FCV dependent causal consistency codeJack Mulrow2018-01-191-4/+0
* SERVER-31316 Remove unused code and unnecessary inheritance in KeysCollection...Kaitlin Mahar2017-12-131-4/+3
* SERVER-30779 do not sign clusterTime in mongos when auth is off or user has a...Misha Tyulenev2017-11-151-2/+2
* SERVER-31757 Do not validate times that don't advance the clocksamantharitter2017-11-011-1/+1
* SERVER-31571 add advanceClusterTime action typeMisha Tyulenev2017-10-191-5/+5
* SERVER-30977 add clusterTime to standalone replica setMisha Tyulenev2017-09-271-10/+42
* SERVER-29637 make shards obtain UUID for sharded collections from config serv...Esha Maharishi2017-08-091-0/+4
* SERVER-29610 Allow LogicalSessionIds to contain signed user informationsamantharitter2017-07-131-6/+7
* SERVER-30038 rename $logicalTime to $clusterTimeMisha Tyulenev2017-07-111-3/+3
* SERVER-29652 mongos should not gossip logical time until admin.system.keys is...Jack Mulrow2017-06-221-0/+4
* SERVER-28127 Integrate KeyManager to LogicalClockRandolph Tan2017-05-221-14/+87
* SERVER-28562 Don't return unsigned timesRandolph Tan2017-05-041-2/+3
* Revert "Revert "SERVER-28562 Move LogicalTime HMAC computation outside collec...Randolph Tan2017-05-041-0/+110
* Revert "SERVER-28562 Move LogicalTime HMAC computation outside collection lock"ADAM David Alan Martin2017-05-031-110/+0
* SERVER-28562 Move LogicalTime HMAC computation outside collection lockRandolph Tan2017-05-031-0/+110