summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/initial_sync.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26772 removed old initial sync codeJudah Schvimer2017-03-161-65/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-24318 change BackgroundSync to one owned object by the Repl ExternalSt...Eric Milkie2016-06-011-2/+2
* SERVER-21129 wait for batch apply flush in a separate threadmatt dannenberg2015-10-301-6/+0
* SERVER-18983: enforce batch write durability in setMinvalid functionScott Hernandez2015-10-011-2/+11
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-22/+24
* SERVER-18216 Add term to oplog.Siyuan Zhou2015-05-261-1/+1
* SERVER-18171: Rename awaitCommit to waitUntilDurableGeert Bosch2015-05-151-3/+3
* SERVER-5218 Batch oplog writes always wait for journal.Siyuan Zhou2015-04-301-1/+1
* Revert "SERVER-5218 Batch oplog writes always wait for journal."Siyuan Zhou2015-04-291-1/+1
* SERVER-5218 Batch oplog writes always wait for journal.Siyuan Zhou2015-04-291-1/+1
* SERVER-18023 Don't await commit when applying logops in initial syncSiyuan Zhou2015-04-131-0/+4
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-1/+1
* SERVER-17330 clean up replset commandsEric Milkie2015-03-261-0/+3
* SERVER-14805: initialsync multithreaded oplog applyScott Hernandez2014-09-051-5/+2
* SERVER-13961 Cleanup some nested instantiations of OperationContextImpl in replKaloian Manassiev2014-07-181-1/+3
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-2/+2
* SERVER-13645 move multiSyncApply(), multiInitialSyncApply(), and initializeWr...matt dannenberg2014-05-191-4/+0
* SERVER-13645 move InitialSync class into its own header and cpp filematt dannenberg2014-04-181-0/+58