summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/applier.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22858 change Applier to use OplogEntry instead of BSONObjmatt dannenberg2016-03-151-2/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-122/+121
* SERVER-18623 Make ReplicationExecutor implement the TaskExecutor interfaceSpencer T Brody2015-06-111-1/+1
* SERVER-18037 added applyUntilAndPause to applierBenety Goh2015-06-051-2/+29
* SERVER-18037 migrated synchronization primitives used in applier from boost::...Benety Goh2015-06-051-4/+4
* SERVER-18016 applier should not lock mutex when applying operations and invok...Benety Goh2015-05-191-0/+1
* SERVER-18016 added database replication applierBenety Goh2015-05-191-0/+145