summaryrefslogtreecommitdiff
path: root/src/mongo/db/logical_clock.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28459 Prevent the max value from being reached in the logical clockJack Mulrow2017-06-161-2/+19
* SERVER-28458 Unit test wall clock reset admin errorsJack Mulrow2017-06-061-2/+0
* SERVER-29396 maxAcceptableLogicalClockDriftSecs must be positiveKevin Pulo2017-06-021-13/+13
* Revert "Revert "SERVER-28562 Move LogicalTime HMAC computation outside collec...Randolph Tan2017-05-041-84/+14
* Revert "SERVER-28562 Move LogicalTime HMAC computation outside collection lock"ADAM David Alan Martin2017-05-031-14/+84
* SERVER-28562 Move LogicalTime HMAC computation outside collection lockRandolph Tan2017-05-031-84/+14
* SERVER-28565 Do not return logicalTime on non-sharded RSJack Mulrow2017-04-181-13/+53
* SERVER-28352 Fix ticks increment in LogicalClock::reserveTicksWilliam Schultz2017-03-301-19/+32
* SERVER-28432 Move key management out from TimeProofServiceJack Mulrow2017-03-301-2/+2
* SERVER-28438 Add keyId field to logicalTime objectJack Mulrow2017-03-281-1/+3
* SERVER-27721 Implement rate limiter check for advancing logical clocksJack Mulrow2017-03-171-2/+53
* SERVER-27749 Integrate LogicalTimeMetadataRandolph Tan2017-03-071-17/+25
* SERVER-27746: Integrate LogicalClock with oplogMisha Tyulenev2017-02-151-1/+23
* SERVER-27828: Pass ServiceContext to oplog and ReplicationCoordinator methods...Misha Tyulenev2017-02-081-5/+3
* SERVER-27745: Implement LogicalClockMisha Tyulenev2017-02-031-0/+118