summaryrefslogtreecommitdiff
path: root/src/mongo/db/keys_collection_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-6/+0
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-0/+6
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-6/+0
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-301-0/+5
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-131-5/+0
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63989 KeysCollectionManager is interruptible by replication rollbackGregory Wlodarek2022-03-211-0/+5
* SERVER-56722 Fix cluster time key refresh backoff logicJack Mulrow2021-06-091-3/+2
* SERVER-54205 Proactively load external keys into the keys cacheJack Mulrow2021-02-221-0/+14
* SERVER-53403 Support validating cluster times with keys from external_validat...Cheahuychou Mao2021-01-151-22/+28
* SERVER-52654 HMAC keys monitoring thread should never sleep longer than 20 daysJack Mulrow2020-12-101-8/+8
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-3/+3
* SERVER-49393 Redact status in KeysCollectionManager refresh failure log messageJason Zhang2020-09-081-1/+1
* SERVER-49393 KeysCollectionManager should not silently ignore refresh failuresJason Zhang2020-09-041-0/+4
* SERVER-48709 Fix overflow in key manager wake up calculationJack Mulrow2020-07-211-11/+12
* SERVER-48148 Cleanup of execution logs in db/Henrik Edin2020-05-151-1/+1
* SERVER-48013 Use atomics to reduce contention in hasSeenKeys()Amirsaman Memaripour2020-05-121-8/+5
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-46218 Fix removal/shutdown race in arbiterA. Jesse Jiryu Davis2020-02-201-1/+4
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+2
* SERVER-43987 Require predicates with OperationContext::waitForConditionOrInte...Ben Caimano2019-10-171-25/+32
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-9/+9
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-7/+3
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39555 Update KeysRotationIntervalSec param to IDLAndrew Morrow2019-02-221-5/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37700 Remove thread names that include whitespacesJonathan Ma2019-01-081-1/+1
* SERVER-37893 Remove Client::initThreadIfNotAlready in favor of using the Clie...Gregory Wlodarek2018-11-161-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* 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