summaryrefslogtreecommitdiff
path: root/src/mongo/db/logical_clock.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49321 Make VectorClock::Component protectedPierlauro Sciarelli2020-07-221-1/+2
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-051-117/+2
* SERVER-46200 implement basic VectorClock serviceKevin Pulo2020-05-121-0/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+4
* SERVER-44139 Allow collection creation in multi-document transactionsMaria van Keulen2020-01-071-2/+6
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-6/+6
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+2
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39557 Migrate server parameters to IDL in src/mongo/db/logical_clock.cppShreyas Kalyan2019-02-251-16/+2
* 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-34345 replace ...WITH_VALIDATOR macros to ->withValidator syntax.Billy Donahue2018-05-151-16/+5
* SERVER-34674 Remove _isEnabled invariants from the logical clockJack Mulrow2018-05-141-4/+2
* SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer2018-05-031-0/+9
* SERVER-32639 skip signing and validating clusterTime in arbitersMisha Tyulenev2018-04-121-1/+12
* 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