summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/reporter.h
Commit message (Expand)AuthorAgeFilesLines
* 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-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+3
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+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-8/+10
* SERVER-33026 SyncSourceFeedback request should have a timeoutWilliam Schultz2018-03-151-3/+8
* SERVER-28895 Remove old form of replSetUpdatePosition commandVesselina Ratcheva2017-12-131-6/+1
* SERVER-23476: logging before wait/join DR::_waitOnAndResetAll_inlockScott Hernandez2016-07-231-0/+5
* SERVER-18029 extended Reporter to support keep alive and downconversion for p...Benety Goh2016-03-101-27/+104
* SERVER-18043 migrated Reporter to use new replSetUpdatePosition commandBenety Goh2016-02-231-2/+2
* SERVER-18154 migrated Reporter from repl::ReplicationExecutor to executor::Ta...Benety Goh2016-02-221-6/+6
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-041-2/+2
* SERVER-18042 replaced reporter ReplicatonProgressManager with a stdx::functionBenety Goh2015-06-291-8/+14
* SERVER-18036 removed ReplicationCoordinator dependency from DataReplicatorBenety Goh2015-06-231-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-87/+87
* SERVER-18036 data replication reporter should wait till callback is invoked b...Benety Goh2015-06-191-1/+1
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-1/+1
* SERVER-18623 Make ReplicationExecutor implement the TaskExecutor interfaceSpencer T Brody2015-06-111-1/+1
* SERVER-18039: Add Initial Sync to DataReplicatorScott Hernandez2015-06-051-1/+7
* SERVER-18110 create Reporter to replace SyncSourceFeedbackmatt dannenberg2015-04-201-0/+118