summaryrefslogtreecommitdiff
path: root/src/mongo/db/logical_clock_test_fixture.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-6/+7
* 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-31802 SERVER-31239 Remove master-slave replication and resync command.Andy Schwerin2018-03-131-3/+0
* SERVER-28545 Change ReplicationCoordinator::setFollowerMode to return a Statu...Spencer T Brody2017-06-281-1/+1
* SERVER-28459 Prevent the max value from being reached in the logical clockJack Mulrow2017-06-161-0/+10
* Revert "Revert "SERVER-28562 Move LogicalTime HMAC computation outside collec...Randolph Tan2017-05-041-19/+0
* Revert "SERVER-28562 Move LogicalTime HMAC computation outside collection lock"ADAM David Alan Martin2017-05-031-0/+19
* SERVER-28562 Move LogicalTime HMAC computation outside collection lockRandolph Tan2017-05-031-19/+0
* SERVER-28455 Implement LogicalClockTestFixtureJack Mulrow2017-05-011-2/+70
* SERVER-28565 Do not return logicalTime on non-sharded RSJack Mulrow2017-04-181-3/+1
* SERVER-28432 Move key management out from TimeProofServiceJack Mulrow2017-03-301-3/+1
* SERVER-27749 Integrate LogicalTimeMetadataRandolph Tan2017-03-071-2/+1
* SERVER-27768 Implement HMAC key for signing Logical clock's storage & distrib...Jack Mulrow2017-03-021-1/+3
* SERVER-27746: Integrate LogicalClock with oplogMisha Tyulenev2017-02-151-0/+49