summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rs_sync.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13639: change mmap1 to mmap_v1Eliot Horowitz2014-04-211-1/+1
* SERVER-13639: move dur code into mmap1 directory as its implementation specificEliot Horowitz2014-04-211-1/+1
* SERVER-13645 move InitialSync class into its own header and cpp filematt dannenberg2014-04-181-18/+1
* SERVER-13645 move SyncTail class into its own header and cpp filematt dannenberg2014-04-181-96/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-7772 move oplog into db/repl/Eric Milkie2013-03-141-1/+0
* SERVER-7772 separate out Sync classEric Milkie2013-03-111-0/+1
* Fixed typosPascal Borreli2012-10-141-1/+1
* SERVER-6671 end batch early if oplog version change is detectedEric Milkie2012-10-041-0/+3
* SERVER-7199 Bump minvalid correctly when batch goes past minvalidKristina2012-10-041-3/+30
* SERVER-6671 add a 'v' version field to each oplog documentEric Milkie2012-10-031-0/+1
* SERVER-7199 Don't reclone docs on 2nd and 3rd oplog applicationsKristina2012-10-011-0/+3
* SERVER-6816 cap repl batches at 1 second or 5000 opsEric Milkie2012-09-131-2/+3
* SERVER-6816 add a 5 sec time limit to replication batchesEric Milkie2012-09-071-0/+1
* SERVER-6816 cap the batch on the journal commit limitEric Milkie2012-09-071-1/+4
* SERVER-6825 convert updates to upserts on oplog applicationEric Milkie2012-08-221-1/+1
* SERVER-6426 use a byte limit rather than an op limit for multithreaded replic...Eric Milkie2012-07-121-2/+19
* SERVER-5685 multiple threads prefetch and apply ops on secondariesEric Milkie2012-06-191-6/+46
* SERVER-5685 add waitForMore() helper to bgsyncEric Milkie2012-06-131-1/+1
* cleanup includes and tests SERVER-4392Kristina2012-05-161-1/+2
* Move oplog application code to SyncTail classKristina2012-05-161-2/+7
* Separate thread for fetching oplog ops SERVER-4392Kristina2012-05-161-0/+50