summaryrefslogtreecommitdiff
path: root/src/mongo/db/vector_clock.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48717 Implement the persist/recover functionalities of the VectorClock...Pierlauro Sciarelli2020-07-161-0/+7
* SERVER-48717 Implement the persist/recover functionalities of the VectorClockPierlauro Sciarelli2020-07-161-0/+1
* SERVER-49063: Update FCV 4.6 constants to 4.5.1Lingzhi Deng2020-07-091-2/+1
* SERVER-49315 Allow definition of custom vector clock gossip formatsPierlauro Sciarelli2020-07-071-45/+17
* SERVER-49308 Allow to advance any VectorClock time for testingPierlauro Sciarelli2020-07-071-4/+4
* SERVER-47406 Implement the persistence and tracking of topologyTimeKevin Pulo2020-07-011-1/+4
* SERVER-48715 correctly handle $clusterTime on arbiters when auth is enabledKevin Pulo2020-06-161-0/+6
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-051-43/+268
* SERVER-46200 implement basic VectorClock serviceKevin Pulo2020-05-121-0/+201