summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplogreader.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42022 Remove missing-document fetcherA. Jesse Jiryu Davis2019-08-211-110/+0
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-32978 Advertise SCRAM-SHA-256 authentication for the internal userJonathan Reams2018-11-141-3/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-10/+17
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-1/+2
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+0
* SERVER-27031 Remove redundant tagAnthony Roy2018-06-051-1/+1
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-151-3/+0
* SERVER-33300 Integrate TransportLayer with DBClientJonathan Reams2018-03-021-2/+1
* SERVER-30827 SERVER-30639 Timestamp bulk writes via changes to optime generatorEric Milkie2017-09-121-2/+0
* SERVER-28509 DBClientCursor now uses read commandsMathias Stearn2017-07-261-0/+3
* SERVER-26772 removed old initial sync codeJudah Schvimer2017-03-161-151/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-27149 Don't sync from nodes in an older term.Spencer T Brody2016-11-221-1/+1
* SERVER-25145 OplogReader::connectToSyncSource selects sync sources based on r...Benety Goh2016-11-021-0/+51
* Revert "SERVER-25145 OplogReader::connectToSyncSource selects sync sources ba...Benety Goh2016-11-021-52/+0
* SERVER-25145 OplogReader::connectToSyncSource selects sync sources based on m...Benety Goh2016-11-021-0/+52
* SERVER-24991 log redaction for sharding, repl filesRamon Fernandez2016-08-291-1/+1
* SERVER-7200 Write oplog entries on secondaries before applyingMathias Stearn2016-08-231-2/+1
* SERVER-23478 Move server status metrics from OplogReader and BackgroundSync t...Judah Schvimer2016-08-171-11/+0
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-041-1/+1
* SERVER-23448 create an ASIO based MessagingPortMatt Cotter2016-05-201-1/+2
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-1/+2
* SERVER-18038 replaced uses of minvalid.h with repl storage interfaceBenety Goh2016-04-181-2/+2
* SERVER-6823 Enable Access control without downtime.Shane Harvey2016-04-131-7/+5
* SERVER-21478: use lastWrite instead of replCoord::lastOpTime when transitioni...r3.2.0-rc3Scott Hernandez2015-11-161-1/+9
* SERVER-20326: record apply batch boundariesScott Hernandez2015-09-251-1/+1
* SERVER-19905 consistently use t as the field name for the term portion of an ...matt dannenberg2015-09-171-1/+2
* SERVER-19155 Remove authcommon target's dependency on DBClientWithCommandssamantharitter2015-08-121-1/+1
* SERVER-19855 Parsing/serialization logic for OpTimeKaloian Manassiev2015-08-121-1/+1
* SERVER-19861 converted uses of std::chrono::duration::count() to mongo::durat...Benety Goh2015-08-111-2/+2
* SERVER-18584 write an n-op when transition to primary is completematt dannenberg2015-08-051-1/+1
* SERVER-19375 choose new sync source based on last fetched op rather than last...matt dannenberg2015-07-161-2/+3
* SERVER-19307 converted OplogReader::tcp_timeout from int to SecondsBenety Goh2015-07-131-1/+4
* SERVER-18498 Don't attach term to oplog in old protocol version.Siyuan Zhou2015-06-221-2/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-137/+127
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+1
* SERVER-18807 OplogReader connection should use same MessagePort tag as connec...Benety Goh2015-06-091-0/+2
* SERVER-18216 Add term to oplog.Siyuan Zhou2015-05-261-15/+8
* SERVER-18606 clear out dead/unused code from oplogreaderEric Milkie2015-05-211-6/+6
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-6/+4
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-4/+6
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-6/+4
* SERVER-18246 getmore on secondary in recovery mode can crash mongosRandolph Tan2015-05-071-1/+0
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-7/+7
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-111-1/+1
* SERVER-17176 refine replication log severities and message bodiesSiyuan Zhou2015-02-101-9/+8
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2