summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/bgsync.h
Commit message (Expand)AuthorAgeFilesLines
* more rollback4.js debuggerymatt dannenberg2014-05-051-1/+1
* SERVER-13091 remove notifier threadmatt dannenberg2014-04-291-12/+0
* SERVER-13091 removing all of the oplogreader fallback code from SyncSourceFee...matt dannenberg2014-04-291-1/+0
* SERVER-13420 remove syncSourceFeedback connection management from the notifie...matt dannenberg2014-03-311-5/+0
* SERVER-11241: remove unrelated stuff from prev commitScott Hernandez2013-10-221-7/+4
* SERVER-11241: Updates allow creating $id/$ref/$db prefixed fieldsScott Hernandez2013-10-221-4/+7
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-6071 Use command on local.slaves instead of cursormatt dannenberg2013-07-221-0/+4
* Revert "Revert "SERVER-6071 use command on local.slaves instead of cursor""matt dannenberg2013-07-221-1/+0
* Revert "SERVER-6071 use command on local.slaves instead of cursor"Eric Milkie2013-07-121-0/+1
* SERVER-6071 use command on local.slaves instead of cursorMatt Dannenberg2013-06-291-1/+0
* SERVER-7772 move oplogreader into db/repl/ and create oplogreader.cppEric Milkie2013-03-111-1/+1
* SERVER-8203: replication metricsScott Hernandez2013-01-291-7/+0
* SERVER-7759 Exhaust sync buffer before becoming primaryKristina2012-12-191-0/+10
* SERVER-5208 Periodically re-evaluate sync target on secondariesKristina2012-12-191-0/+2
* SERVER-7498 Make sync targets constKristina2012-11-051-4/+4
* Initialize repl queue counters SERVER-6288Kristina2012-07-031-1/+2
* Add counters for replication queueKristina2012-06-201-0/+8
* SERVER-5685 move waitForMore() to Interface because SyncTail will need itEric Milkie2012-06-131-3/+5
* SERVER-5685 add waitForMore() helper to bgsyncEric Milkie2012-06-131-12/+16
* Stop notifier thread from spinning SERVER-4392Kristina2012-05-161-1/+6
* Made repl use BlockingQueue SERVER-4392Kristina2012-05-161-9/+3
* Separate thread for fetching oplog ops SERVER-4392Kristina2012-05-161-0/+55
* Better naming SERVER-4392Kristina2012-05-161-2/+6
* Move w tracking to its own thread SERVER-4392Kristina2012-05-161-0/+70