summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_buffer_blocking_queue.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65273 Enhance waiting API of oplog buffer.Matthew Russotto2022-05-121-1/+2
* SERVER-39112 Remove 1-second delays when starting and stopping OplogApplier. ...Matthew Russotto2020-02-271-0/+8
* 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-2/+0
* 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 OplogBufferBlockingQueue supports updating optional CountersBenety Goh2018-06-111-0/+2
* 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-1/+1
* SERVER-25268 changed OplogBuffer::pushAllNonBlocking to return void instead o...Benety Goh2016-09-151-1/+1
* SERVER-25949 Don't hang if BGSync::consume() is called after shutdown()Mathias Stearn2016-09-081-1/+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/+7
* SERVER-23639 added OplogBufferBlockingQueueBenety Goh2016-06-101-0/+59