index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
db
/
keys_collection_cache.cpp
Age
Commit message (
Expand
)
Author
2023-06-27
SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8
Daniel Moody
2022-12-01
SERVER-32725 Config server uses KeysCollectionClientDirect
Jack Mulrow
2022-03-21
SERVER-63989 KeysCollectionManager is interruptible by replication rollback
Gregory Wlodarek
2021-02-27
SERVER-53406 Add TTL for external keys
Jack Mulrow
2021-02-22
SERVER-54205 Proactively load external keys into the keys cache
Jack Mulrow
2021-02-09
SERVER-53406 Store external keys once per migration
Jack Mulrow
2021-02-06
SERVER-54204 Load external validation keys with local read concern
Jack Mulrow
2021-01-15
SERVER-53403 Support validating cluster times with keys from external_validat...
Cheahuychou Mao
2021-01-13
SERVER-53680 Use IDL for KeysCollectionDocument
Cheahuychou Mao
2019-09-17
SERVER-42165 Replace uses of stdx::mutex with mongo::Mutex
Ben Caimano
2019-07-27
SERVER-41772 Apply clang-format 7.0.1 to the codebase
clang-format-7.0.1
2019-06-20
SERVER-40535 read signing keys with readConcern level majority
Misha Tyulenev
2019-05-06
SERVER-36492 Reconstruct prepared transactions at the end of initial sync
Samy Lanka
2019-04-09
SERVER-40476 remove mongoutils::str
Billy Donahue
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-03-01
SERVER-33449 Seg fault at HMAC keys background thread during rollback
Randolph Tan
2018-02-20
SERVER-33081 Reset KeysCollectionManager during rollback properly
Randolph Tan
2018-01-31
SERVER-28887 Cleanup KeysCollectionCacheReader/AndUpdater
Blake Oler