summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplogreader.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-1/+1
* SERVER-16764 Give methods and member variables consistent names in repl Coord...Spencer T Brody2015-01-121-1/+1
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-15804 ensure ramlog contains state changes, syncsource changes, and wr...matt dannenberg2014-11-241-8/+5
* SERVER-15935 Check return value of setFollowerMode everywhereSpencer T Brody2014-11-051-1/+6
* SERVER-15706 Refactor internal user authenticationAndreas Nilsson2014-10-211-1/+1
* SERVER-15535 Choose new sync source on reconfigsSpencer T Brody2014-10-101-1/+2
* SERVER-15089 Add new Applier class and remove theReplSet references from Back...Eric Milkie2014-09-261-2/+79
* SERVER-15089 cleanup oplogreaderEric Milkie2014-09-051-73/+7
* SERVER-15089 oplogreader use HostAndPort to connect instead of stringsEric Milkie2014-08-291-8/+8
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+7
* SERVER-14442 Implement getMyRID() in ReplicationCoordinatorImplSpencer T Brody2014-07-211-4/+4
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-0/+5
* 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/+3
* SERVER-13640: split up ServerStatus into a libraryEliot Horowitz2014-05-061-1/+1
* SERVER-10670 Make isAuthEnabled a member rather than static function of Autho...Andy Schwerin2013-10-061-2/+6
* SERVER-10745 Eliminate AuthorizationSession::hasInternalAuthorization() method.Andy Schwerin2013-09-201-40/+5
* 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-31/+19
* SERVER-6071 Use command on local.slaves instead of cursormatt dannenberg2013-07-221-3/+3
* Revert "Revert "SERVER-6071 use command on local.slaves instead of cursor""matt dannenberg2013-07-221-1/+1