summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/applier.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25114 removed unused Applier classBenety Goh2016-07-201-227/+0
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+1
* SERVER-22858 change Applier to use OplogEntry instead of BSONObjmatt dannenberg2016-03-151-12/+12
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-165/+153
* SERVER-18623 Make ReplicationExecutor implement the TaskExecutor interfaceSpencer T Brody2015-06-111-1/+1
* SERVER-18873 fixed applyUntilAndPause error messageBenety Goh2015-06-081-1/+1
* SERVER-18037 added applyUntilAndPause to applierBenety Goh2015-06-051-0/+68
* SERVER-18037 migrated synchronization primitives used in applier from boost::...Benety Goh2015-06-051-9/+6
* SERVER-18016 applier should not lock mutex when applying operations and invok...Benety Goh2015-05-191-18/+15
* SERVER-18016 added database replication applierBenety Goh2015-05-191-0/+176