summaryrefslogtreecommitdiff
path: root/src/mongo/db/logical_time_validator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-191-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