summaryrefslogtreecommitdiff
path: root/src/mongo/db/keys_collection_client_direct.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-53406 Add TTL for external keysJack Mulrow2021-02-271-1/+1
|
* SERVER-54204 Load external validation keys with local read concernJack Mulrow2021-02-061-7/+3
|
* SERVER-53403 Support validating cluster times with keys from ↵Cheahuychou Mao2021-01-151-6/+28
| | | | external_validation_keys
* SERVER-48775 Move all Sharding unit-tests that assume a MongoD to the db/s ↵Kaloian Manassiev2020-06-211-2/+1
| | | | | | | | directory With this change there are no more references from mongo/s (which is code common between MongoS and MongoD) and mongo/db/s (which is code specific for MongoD only).
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
|
* SERVER-40535 read signing keys with readConcern level majorityMisha Tyulenev2019-06-201-3/+6
|
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-18137 Use NamespaceString for fully-qualified ns in shardingKevin Pulo2018-02-011-1/+1
|
* SERVER-31350: Make enableMajorityReadConcern a noopDaniel Gottlieb2017-10-201-2/+1
|
* SERVER-30977 add clusterTime to standalone replica setMisha Tyulenev2017-09-271-0/+83