summaryrefslogtreecommitdiff
path: root/src/mongo/db/keys_collection_manager_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30053 Remove 'opCtx' parameter from Grid::catalogClient()Kaloian Manassiev2017-07-131-1/+1
* SERVER-29654 Enable keys generation and logicalTime processing on shards and ...Jack Mulrow2017-06-221-0/+24
* SERVER-29652 mongos should not gossip logical time until admin.system.keys is...Jack Mulrow2017-06-221-0/+48
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-3/+4
* SERVER-28972 match return key by keyId in KeysCollectionManager::getKeyForVal...Misha Tyulenev2017-06-131-1/+33
* SERVER-28127 Integrate KeyManager to LogicalClockRandolph Tan2017-05-221-29/+12
* SERVER-28127 Break link dependency cycle from KeysCollectionManagerRandolph Tan2017-05-041-1/+3
* Revert "Revert "SERVER-28562 Move LogicalTime HMAC computation outside collec...Randolph Tan2017-05-041-5/+4
* Revert "SERVER-28562 Move LogicalTime HMAC computation outside collection lock"ADAM David Alan Martin2017-05-031-4/+5
* SERVER-28562 Move LogicalTime HMAC computation outside collection lockRandolph Tan2017-05-031-5/+4
* SERVER-28436 Implement KeysCollectionManagerRandolph Tan2017-04-251-0/+300