summaryrefslogtreecommitdiff
path: root/src/mongo/db/keys_collection_cache.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32725 Config server uses KeysCollectionClientDirectJack Mulrow2022-12-011-4/+5
* SERVER-63989 KeysCollectionManager is interruptible by replication rollbackGregory Wlodarek2022-03-211-0/+7
* SERVER-53406 Add TTL for external keysJack Mulrow2021-02-271-3/+8
* SERVER-54205 Proactively load external keys into the keys cacheJack Mulrow2021-02-221-1/+5
* SERVER-53406 Store external keys once per migrationJack Mulrow2021-02-091-7/+11
* SERVER-54204 Load external validation keys with local read concernJack Mulrow2021-02-061-1/+1
* SERVER-53403 Support validating cluster times with keys from external_validat...Cheahuychou Mao2021-01-151-29/+98
* SERVER-53680 Use IDL for KeysCollectionDocumentCheahuychou Mao2021-01-131-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-5/+5
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+2
* SERVER-40535 read signing keys with readConcern level majorityMisha Tyulenev2019-06-201-1/+1
* SERVER-36492 Reconstruct prepared transactions at the end of initial syncSamy Lanka2019-05-061-0/+10
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+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-33449 Seg fault at HMAC keys background thread during rollbackRandolph Tan2018-03-011-1/+3
* SERVER-33081 Reset KeysCollectionManager during rollback properlyRandolph Tan2018-02-201-0/+12
* SERVER-28887 Cleanup KeysCollectionCacheReader/AndUpdaterBlake Oler2018-01-311-0/+111