summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/sync_source_feedback.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-51265 Change local funs/vars to use hello/secondary in replCoord and t...Pavi Vetriselvan2020-11-181-2/+2
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-3/+3
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* 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-26/+28
* SERVER-31589 Replaces OpContext pts with ReplicationCoordinator ptrs.Pavithra Vetriselvan2017-10-241-1/+4
* SERVER-26494 removed unused function arguments from SyncSourceFeedbackBenety Goh2017-02-281-1/+1
* SERVER-27624 SyncSourceFeedback should check for shutdown before setting _rep...Benety Goh2017-01-121-1/+1
* SERVER-24784 updated SyncSourceFeedback to share task executor with Backgroun...Benety Goh2016-06-281-1/+12
* SERVER-24318 change BackgroundSync to one owned object by the Repl ExternalSt...Eric Milkie2016-06-011-2/+3
* SERVER-23085 integrated Reporter into SyncSourceFeedbackBenety Goh2016-03-161-33/+7
* Revert "SERVER-18029 integrated Reporter into SyncSourceFeedback"Benety Goh2016-03-101-7/+33
* SERVER-18029 integrated Reporter into SyncSourceFeedbackBenety Goh2016-03-101-33/+7
* SERVER-18029 cleaned up ReplicationCoordinator::prepareReplSetUpdatePositionC...Benety Goh2016-03-071-4/+7
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-041-1/+5
* SERVER-20021 pull keepalive value from replCoord into sync source feedback, r...Eric Milkie2015-08-191-9/+3
* SERVER-19830 liveness detection for downstream membersmatt dannenberg2015-08-171-2/+11
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-44/+44
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-181-3/+2
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-2/+2
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+1
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-1/+1
* SERVER-15698 remove RID from replica set replication progress trackingmatt dannenberg2015-02-201-23/+1
* SERVER-15093 If replSetUpdatePosition command fails due to NodeNotFound, rese...Spencer T Brody2014-10-081-1/+3
* SERVER-15089 Add new Applier class and remove theReplSet references from Back...Eric Milkie2014-09-261-4/+2
* SERVER-15089 remove last uses of dbclient.connect(char*)Eric Milkie2014-08-291-1/+1
* SERVER-15031 Ensure local.me exists just once at startup and cache the RID thereSpencer T Brody2014-08-291-4/+0
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-7/+1
* SERVER-14442 Make ReplicationCoordinatorImpl capable of starting its own Sync...Spencer T Brody2014-07-301-13/+16
* SERVER-13961 Pass more OperationContext down in replKaloian Manassiev2014-07-241-3/+3
* SERVER-14442 Make ReplicationCoordinator responsible for constructing replica...Spencer T Brody2014-07-231-7/+1
* SERVER-14442 Implement getMyRID() in ReplicationCoordinatorImplSpencer T Brody2014-07-211-0/+3
* SERVER-13961 Cleanup some nested instantiations of OperationContextImpl in replKaloian Manassiev2014-07-181-1/+4
* SERVER-14442 Make ReplicationCoordinator responsible for constructing ReplSet...Spencer T Brody2014-07-181-9/+8
* SERVER-14135 implement processHandshake() in LegacyReplicationCoordinatormatt dannenberg2014-07-031-1/+1
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-0/+3
* 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-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-2/+2
* SERVER-13821 privatize SyncSourceFeedback's resetConnection()matt dannenberg2014-05-051-5/+5
* SERVER-13091 eliminate connlock from SyncSourceFeedbackmatt dannenberg2014-04-291-5/+0
* SERVER-13091 removing all of the oplogreader fallback code from SyncSourceFee...matt dannenberg2014-04-291-74/+5
* SERVER-13500 prevent syncSourceFeedback segfault by not allowing NULL members...matt dannenberg2014-04-091-2/+2
* SERVER-13420 remove syncSourceFeedback connection management from the notifie...matt dannenberg2014-03-311-1/+1
* SERVER-12650 locking to protect the fallback oplogreadermatt dannenberg2014-02-201-0/+9
* SERVER-10745 Eliminate AuthorizationSession::hasInternalAuthorization() method.Andy Schwerin2013-09-201-7/+5
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-6071 prevent spinning on primariesmatt dannenberg2013-08-081-1/+3
* SERVER-6071 pass 'me' object to oplogreader instead of getting from database ...matt dannenberg2013-08-051-2/+2