summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_entry.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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