summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/optime.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73211 add std::unordered_{map,set} hasher for OpTimeBenety Goh2023-01-231-0/+12
* SERVER-55070 Separate OpTime and WallTime in IDL, aviod parsing entire oplog ...Wenbin Zhu2021-03-311-5/+15
* SERVER-47949 Don't fetch or install a newer config via heartbeat while in dra...William Schultz2020-05-091-1/+1
* SERVER-47119 Revert SERVER-46571William Schultz2020-04-071-1/+1
* SERVER-46571 Give initial replica set configs a term of -1William Schultz2020-03-041-1/+1
* SERVER-41650 Use IDL to parse OpTime and wall fieldsXuerui Fa2019-09-131-4/+12
* SERVER-40737 Use epoch as default OpTimeAndWallTime wallTime valueMaria van Keulen2019-06-111-1/+1
* SERVER-40078 Report lastCommitted wall clock timeMaria van Keulen2019-04-161-1/+11
* SERVER-40228 Refactor OpTimeAndWallTime into new structMaria van Keulen2019-03-211-1/+5
* SERVER-40080 report last applied and last durable wall clock timesMaria van Keulen2019-03-191-0/+3
* 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-26/+28
* SERVER-31030 Use full OpTime instead of just Timestamps to refer to oplog ent...Randolph Tan2017-10-041-0/+3
* SERVER-28794 Only use PV0 style heartbeats when choosing to use PV0Judah Schvimer2017-09-261-1/+1
* SERVER-30082 add OpTime::max()Benety Goh2017-07-141-0/+5
* SERVER-28218 add IDL support to OpTimeBenety Goh2017-05-041-0/+8
* SERVER-28218 add BSON() macro support for OpTimeBenety Goh2017-05-031-0/+8
* SERVER-22269 make ReadConcern: majority reflect journaled state on PRIMARYmatt dannenberg2016-02-041-6/+14
* SERVER-20684 change OpTime's default constructor set term = -1 to make it the...matt dannenberg2015-09-301-1/+1
* SERVER-20326: record apply batch boundariesScott Hernandez2015-09-251-0/+1
* SERVER-19905 consistently use t as the field name for the term portion of an ...matt dannenberg2015-09-171-3/+6
* SERVER-19765 Rename term constants.Siyuan Zhou2015-08-271-7/+7
* SERVER-19855 Parsing/serialization logic for OpTimeKaloian Manassiev2015-08-121-0/+14
* SERVER-18498 Don't attach term to oplog in old protocol version.Siyuan Zhou2015-06-221-1/+20
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-46/+46
* SERVER-18152 SERVER-18254 new election code path and heartbeat protocolmatt dannenberg2015-05-191-0/+2
* SERVER-18217 Change Timestamp to OpTime where appropriate.Siyuan Zhou2015-05-121-15/+23
* SERVER-17880 New OpTime class for replEric Milkie2015-04-201-23/+29
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-0/+83
* SERVER-10214 Move OpTime out of db/repl and into bsonAndrew Morrow2013-07-181-159/+0
* SERVER-7772 move all of optime into optime.cpp/.hEric Milkie2013-03-111-8/+12
* SERVER-7772 move optime.h and create new optime.cppEric Milkie2013-03-111-0/+155