summaryrefslogtreecommitdiff
path: root/src/mongo/db/keys_collection_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35006 do not reset KeysCollectionManagerMisha Tyulenev2018-05-171-0/+1
* SERVER-33081 Reset KeysCollectionManager during rollback properlyRandolph Tan2018-02-201-0/+4
* Revert "SERVER-33081 Reset KeysCollectionManager during rollback properly"Randolph Tan2018-02-141-19/+8
* SERVER-33081 Reset KeysCollectionManager during rollback properlyRandolph Tan2018-02-141-8/+19
* SERVER-28887 Cleanup KeysCollectionCacheReader/AndUpdaterBlake Oler2018-01-311-8/+7
* SERVER-32463 Remove FCV dependent causal consistency codeJack Mulrow2018-01-191-6/+1
* SERVER-31316 Remove unused code and unnecessary inheritance in KeysCollection...Kaitlin Mahar2017-12-131-1/+314
* SERVER-30977 add clusterTime to standalone replica setMisha Tyulenev2017-09-271-0/+7
* SERVER-29610 Allow LogicalSessionIds to contain signed user informationsamantharitter2017-07-131-308/+1
* SERVER-29248 Add parameter to adjust frequency of key rotationMisha Tyulenev2017-06-231-0/+1
* SERVER-29654 Enable keys generation and logicalTime processing on shards and ...Jack Mulrow2017-06-221-17/+24
* SERVER-29652 mongos should not gossip logical time until admin.system.keys is...Jack Mulrow2017-06-221-0/+27
* SERVER-29508 Add backoff to key collection manager refresh schedulingMisha Tyulenev2017-06-131-3/+10
* SERVER-28972 match return key by keyId in KeysCollectionManager::getKeyForVal...Misha Tyulenev2017-06-131-13/+2
* SERVER-28127 Integrate KeyManager to LogicalClockRandolph Tan2017-05-221-26/+13
* SERVER-28127 Break link dependency cycle from KeysCollectionManagerRandolph Tan2017-05-041-3/+7
* 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-28436 Implement KeysCollectionManagerRandolph Tan2017-04-251-0/+324