summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_entry.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31356 remove unused OplogEntry constructorsBenety Goh2017-11-071-24/+0
* SERVER-31356 make OplogEntry immutableBenety Goh2017-11-071-0/+1
* SERVER-31356 add OplogEntry constructor to support uuid and transaction relat...Benety Goh2017-11-071-0/+16
* SERVER-30894 Make object2 an optional parameter for OplogEntryRandolph Tan2017-09-191-2/+2
* SERVER-30573 Add dbCheck command.Ian Kuehne2017-08-221-0/+1
* SERVER-27992 Use UUIDs for replicationGeert Bosch2017-06-231-1/+1
* SERVER-28846 Use IDL to generate oplog entry parsersJudah Schvimer2017-05-171-40/+74
* SERVER-28846 replace public variables with getters in OplogEntryJudah Schvimer2017-05-031-6/+28
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-2/+2
* SERVER-24242 Stop copying OplogEntries so muchMathias Stearn2016-06-221-6/+1
* SERVER-24273 added unit tests for repl::multiApplyBenety Goh2016-06-011-0/+5
* SERVER-22858 create a new Applier which wraps multiApplymatt dannenberg2016-03-241-0/+5
* Revert "SERVER-22858 create a new Applier which wraps multiApply"Max Hirschhorn2016-03-231-5/+0
* SERVER-22858 create a new Applier which wraps multiApplymatt dannenberg2016-03-231-0/+5
* SERVER-22858 generate batches in DataReplicator using the TryPopAndWaitForMor...matt dannenberg2016-03-151-1/+10
* SERVER-22858 change Applier to use OplogEntry instead of BSONObjmatt dannenberg2016-03-151-0/+9
* SERVER-22965 move OplogEntry into repl/oplog_entry.{cpp,h}matt dannenberg2016-03-071-0/+61