summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_buffer.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49401 Extend OplogBufferCollection to support random accessMatthew Russotto2020-08-271-1/+6
* SERVER-48856 Implement migration oplog batcher classMatthew Russotto2020-07-281-0/+26
* SERVER-39112 Remove 1-second delays when starting and stopping OplogApplier. ...Matthew Russotto2020-02-271-0/+12
* SERVER-42236 Rename pushAllNonBlocking to "push"A. Jesse Jiryu Davis2019-07-181-3/+3
* SERVER-42236 Remove dead oplog applier codeA. Jesse Jiryu Davis2019-07-181-15/+0
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-33864 add OplogBuffer::Counters::maxSizeBenety Goh2018-06-121-0/+11
* SERVER-33864 add OplogBuffer::CountersBenety Goh2018-06-111-0/+34
* SERVER-27995 rename DataReplicator to InitialSyncerJudah Schvimer2017-03-141-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-10/+10
* SERVER-25268 renamed OplogBuffer::blockingPeek to waitForData and removed pee...Benety Goh2016-09-161-2/+2
* SERVER-25268 changed OplogBuffer::pushAllNonBlocking to return void instead o...Benety Goh2016-09-151-3/+1
* SERVER-25949 Don't hang if BGSync::consume() is called after shutdown()Mathias Stearn2016-09-081-6/+0
* SERVER-24577 removed OperationContext argument from some OplogBuffer function...Benety Goh2016-06-161-3/+3
* SERVER-24577 added OperationContext argument to OplogBuffer interfaceBenety Goh2016-06-161-15/+20
* SERVER-24560 replaced references to BlockingQueue in BackgroundSync with Oplo...Benety Goh2016-06-141-1/+49
* SERVER-23641 added OplogBuffer interface.Benety Goh2016-06-101-0/+121