summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/optime.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31030 Use full OpTime instead of just Timestamps to refer to oplog ent...Randolph Tan2017-10-041-0/+16
* SERVER-28794 Only use PV0 style heartbeats when choosing to use PV0Judah Schvimer2017-09-261-0/+1
* SERVER-30082 add OpTime::max()Benety Goh2017-07-141-0/+6
* SERVER-28218 add IDL support to OpTimeBenety Goh2017-05-041-0/+5
* SERVER-28218 add BSON() macro support for OpTimeBenety Goh2017-05-031-0/+5
* SERVER-23010: improved logging readconcern usageScott Hernandez2016-03-271-3/+1
* SERVER-22269 make ReadConcern: majority reflect journaled state on PRIMARYmatt dannenberg2016-02-041-20/+0
* SERVER-20684 change OpTime's default constructor set term = -1 to make it the...matt dannenberg2015-09-301-0/+2
* SERVER-20326: record apply batch boundariesScott Hernandez2015-09-251-0/+7
* SERVER-19905 consistently use t as the field name for the term portion of an ...matt dannenberg2015-09-171-12/+8
* SERVER-19765 Rename term constants.Siyuan Zhou2015-08-271-2/+2
* SERVER-19855 Parsing/serialization logic for OpTimeKaloian Manassiev2015-08-121-0/+32
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-23/+23
* SERVER-18152 SERVER-18254 new election code path and heartbeat protocolmatt dannenberg2015-05-191-0/+4
* SERVER-18217 Change Timestamp to OpTime where appropriate.Siyuan Zhou2015-05-121-0/+64
* SERVER-10214 Move OpTime out of db/repl and into bsonAndrew Morrow2013-07-181-98/+0
* SERVER-7772 move oplog into db/repl/Eric Milkie2013-03-141-0/+15
* SERVER-7772 move all of optime into optime.cpp/.hEric Milkie2013-03-111-2/+7
* SERVER-7772 move optime.h and create new optime.cppEric Milkie2013-03-111-0/+78