summaryrefslogtreecommitdiff
path: root/src/mongo/db/keys_collection_manager.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48709 Fix overflow in key manager wake up calculationJack Mulrow2020-07-211-0/+11
* SERVER-48013 Use atomics to reduce contention in hasSeenKeys()Amirsaman Memaripour2020-05-121-2/+4
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+3
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-39555 Update KeysRotationIntervalSec param to IDLAndrew Morrow2019-02-221-3/+1
* 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-33081 Reset KeysCollectionManager during rollback properlyRandolph Tan2018-02-201-0/+5
* Revert "SERVER-33081 Reset KeysCollectionManager during rollback properly"Randolph Tan2018-02-141-2/+1
* SERVER-33081 Reset KeysCollectionManager during rollback properlyRandolph Tan2018-02-141-1/+2
* SERVER-28887 Cleanup KeysCollectionCacheReader/AndUpdaterBlake Oler2018-01-311-3/+3
* SERVER-31316 Remove unused code and unnecessary inheritance in KeysCollection...Kaitlin Mahar2017-12-131-8/+134
* SERVER-30977 add clusterTime to standalone replica setMisha Tyulenev2017-09-271-0/+2
* SERVER-29610 Allow LogicalSessionIds to contain signed user informationsamantharitter2017-07-131-129/+6
* SERVER-29248 Add parameter to adjust frequency of key rotationMisha Tyulenev2017-06-231-0/+2
* SERVER-29652 mongos should not gossip logical time until admin.system.keys is...Jack Mulrow2017-06-221-0/+11
* SERVER-28127 Integrate KeyManager to LogicalClockRandolph Tan2017-05-221-7/+8
* SERVER-28127 Break link dependency cycle from KeysCollectionManagerRandolph Tan2017-05-041-1/+8
* SERVER-28436 Implement KeysCollectionManagerRandolph Tan2017-04-251-0/+173