summaryrefslogtreecommitdiff
path: root/src/mongo/db/logical_clock_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49321 Make VectorClock::Component protectedPierlauro Sciarelli2020-07-221-43/+42
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-051-54/+55
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+2
* SERVER-39557 Fix test compileShreyas Kalyan2019-02-251-2/+2
* SERVER-39557 Migrate server parameters to IDL in src/mongo/db/logical_clock.cppShreyas Kalyan2019-02-251-15/+16
* 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-37365 Don't use `ignore()` in some tests.ADAM David Alan Martin2018-10-021-2/+1
* SERVER-32027 Fix unit-tests which rely on having a valid wallclock timeKaloian Manassiev2017-11-201-20/+20
* SERVER-30827 SERVER-30639 Timestamp bulk writes via changes to optime generatorEric Milkie2017-09-121-1/+1
* SERVER-30038 rename $logicalTime to $clusterTimeMisha Tyulenev2017-07-111-6/+6
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+2
* SERVER-28459 Prevent the max value from being reached in the logical clockJack Mulrow2017-06-161-0/+115
* SERVER-28458 Unit test wall clock reset admin errorsJack Mulrow2017-06-061-0/+74
* SERVER-29396 Fix logical clock unit test for kMaxAcceptableLogicalClockDriftS...Kevin Pulo2017-06-021-3/+3
* Revert "Revert "SERVER-28562 Move LogicalTime HMAC computation outside collec...Randolph Tan2017-05-041-60/+16
* Revert "SERVER-28562 Move LogicalTime HMAC computation outside collection lock"ADAM David Alan Martin2017-05-031-16/+60
* SERVER-28562 Move LogicalTime HMAC computation outside collection lockRandolph Tan2017-05-031-60/+16
* SERVER-28455 Implement LogicalClockTestFixtureJack Mulrow2017-05-011-71/+38
* SERVER-28565 Do not return logicalTime on non-sharded RSJack Mulrow2017-04-181-1/+50
* SERVER-28352 fix lintDianna Hohensee2017-03-301-1/+1
* SERVER-28352 Fix ticks increment in LogicalClock::reserveTicksWilliam Schultz2017-03-301-0/+28
* SERVER-28432 Move key management out from TimeProofServiceJack Mulrow2017-03-301-12/+5
* SERVER-28438 Add keyId field to logicalTime objectJack Mulrow2017-03-281-1/+1
* SERVER-27721 Implement rate limiter check for advancing logical clocksJack Mulrow2017-03-171-0/+30
* SERVER-27749 Integrate LogicalTimeMetadataRandolph Tan2017-03-071-3/+3
* SERVER-27768 Implement HMAC key for signing Logical clock's storage & distrib...Jack Mulrow2017-03-021-2/+6
* SERVER-27917: fix pessimizing move and library dependency in logical_clock codeMisha Tyulenev2017-02-041-3/+3
* SERVER-27745: Implement LogicalClockMisha Tyulenev2017-02-031-0/+118