summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_buffer_blocking_queue.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-33864 add OplogBuffer::Counters::maxSizeBenety Goh2018-06-121-1/+6
* SERVER-33864 OplogBufferBlockingQueue supports updating optional CountersBenety Goh2018-06-111-2/+24
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-25268 renamed OplogBuffer::blockingPeek to waitForData and removed pee...Benety Goh2016-09-161-2/+3
* SERVER-25268 changed OplogBuffer::pushAllNonBlocking to return void instead o...Benety Goh2016-09-151-2/+1
* SERVER-25949 Don't hang if BGSync::consume() is called after shutdown()Mathias Stearn2016-09-081-4/+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-16/+18
* SERVER-24560 replaced references to BlockingQueue in BackgroundSync with Oplo...Benety Goh2016-06-141-0/+28
* SERVER-24493 updated DataReplicator to obtain new instance of oplog buffer fr...Benety Goh2016-06-141-1/+3
* SERVER-23639 added OplogBufferBlockingQueueBenety Goh2016-06-101-0/+85