summaryrefslogtreecommitdiff
path: root/src/mongo/db/logical_clock.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34674 Remove _isEnabled invariants from the logical clockJack Mulrow2018-05-141-4/+5
* SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer2018-05-031-0/+6
* SERVER-32639 skip signing and validating clusterTime in arbitersMisha Tyulenev2018-04-121-2/+13
* SERVER-30038 rename $logicalTime to $clusterTimeMisha Tyulenev2017-07-111-1/+1
* SERVER-28459 Prevent the max value from being reached in the logical clockJack Mulrow2017-06-161-0/+2
* SERVER-29396 maxAcceptableLogicalClockDriftSecs must be positiveKevin Pulo2017-06-021-2/+2
* SERVER-29394 logical_clock.h should #include logical_time.hr3.5.8Kevin Pulo2017-05-301-2/+1
* Revert "Revert "SERVER-28562 Move LogicalTime HMAC computation outside collec...Randolph Tan2017-05-041-54/+12
* Revert "SERVER-28562 Move LogicalTime HMAC computation outside collection lock"ADAM David Alan Martin2017-05-031-12/+54
* SERVER-28562 Move LogicalTime HMAC computation outside collection lockRandolph Tan2017-05-031-54/+12
* SERVER-28565 Do not return logicalTime on non-sharded RSJack Mulrow2017-04-181-6/+17
* SERVER-28352 Fix ticks increment in LogicalClock::reserveTicksWilliam Schultz2017-03-301-2/+3
* SERVER-28432 Move key management out from TimeProofServiceJack Mulrow2017-03-301-0/+8
* SERVER-27721 Implement rate limiter check for advancing logical clocksJack Mulrow2017-03-171-0/+9
* SERVER-27749 Integrate LogicalTimeMetadataRandolph Tan2017-03-071-7/+12
* SERVER-27773 add operationTime field to the command responseMisha Tyulenev2017-02-281-1/+2
* SERVER-27746: Integrate LogicalClock with oplogMisha Tyulenev2017-02-151-2/+7
* SERVER-27828: Pass ServiceContext to oplog and ReplicationCoordinator methods...Misha Tyulenev2017-02-081-1/+1
* SERVER-27745: Implement LogicalClockMisha Tyulenev2017-02-031-0/+100