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