summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplogreader.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42022 Remove missing-document fetcherA. Jesse Jiryu Davis2019-08-211-115/+0
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+2
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-151-11/+0
* SERVER-30827 SERVER-30639 Timestamp bulk writes via changes to optime generatorEric Milkie2017-09-121-3/+0
* SERVER-30620 Lookup collection by UUID in fetchAndInsertMissingDocumentMaria van Keulen2017-08-291-0/+6
* SERVER-26772 removed old initial sync codeJudah Schvimer2017-03-161-48/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-25145 OplogReader::connectToSyncSource selects sync sources based on r...Benety Goh2016-11-021-0/+7
* Revert "SERVER-25145 OplogReader::connectToSyncSource selects sync sources ba...Benety Goh2016-11-021-7/+0
* SERVER-25145 OplogReader::connectToSyncSource selects sync sources based on m...Benety Goh2016-11-021-0/+7
* SERVER-19307 converted OplogReader::tcp_timeout from int to SecondsBenety Goh2015-07-131-1/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-107/+116
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-3/+2
* SERVER-18216 Add term to oplog.Siyuan Zhou2015-05-261-2/+3
* SERVER-18127 Shard class should use ConnectionString for addressesKaloian Manassiev2015-05-261-2/+6
* SERVER-18606 clear out dead/unused code from oplogreaderEric Milkie2015-05-211-14/+10
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-3/+3
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-111-2/+2
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-2/+4
* SERVER-15089 Add new Applier class and remove theReplSet references from Back...Eric Milkie2014-09-261-0/+15
* SERVER-15089 cleanup oplogreaderEric Milkie2014-09-051-36/+9
* SERVER-15089 oplogreader use HostAndPort to connect instead of stringsEric Milkie2014-08-291-4/+4
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-6/+1
* SERVER-14442 Implement getMyRID() in ReplicationCoordinatorImplSpencer T Brody2014-07-211-1/+1
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-2/+2
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-1/+4
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-4/+4
* SERVER-12213: bulk of index refactor, making catalog/record store come via ca...Eliot Horowitz2013-12-301-1/+1
* SERVER-10745 Eliminate AuthorizationSession::hasInternalAuthorization() method.Andy Schwerin2013-09-201-0/+7
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-6071 pass 'me' object to oplogreader instead of getting from database ...matt dannenberg2013-08-051-2/+3
* SERVER-6071 Use command on local.slaves instead of cursormatt dannenberg2013-07-221-2/+2
* Revert "Revert "SERVER-6071 use command on local.slaves instead of cursor""matt dannenberg2013-07-221-0/+3
* Revert "SERVER-6071 use command on local.slaves instead of cursor"Eric Milkie2013-07-121-3/+0
* SERVER-6071 use command on local.slaves instead of cursorMatt Dannenberg2013-06-291-0/+3
* SERVER-9191 In oplog page on rest interface, use oplogreader (which did authe...Xiuming Chen2013-06-261-0/+6
* SERVER-7772 move oplogreader into db/repl/ and create oplogreader.cppEric Milkie2013-03-111-0/+137