summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/reporter.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60173 Ban implicit capture of `this` via `[=]` in lambda expressionsJuan Gu2023-05-171-2/+2
* SERVER-65987 ServerStatusMetric API refreshDaniel Morilha2022-06-301-6/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-49183 Remove unused parameter from TopologyCoordinator::setLastOptime.George Wangensteen2020-10-211-53/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-10/+18
* SERVER-46074 Improve log attributes for repl directory and bridge.cppTess Avitabile2020-02-261-11/+9
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-9/+23
* SERVER-34722 Add new server status metrics about oplog applicationJudah Schvimer2019-10-111-0/+9
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-13/+13
* SERVER-42485 Make wall clock times in replication structures required after 4.2Jason Chan2019-08-051-1/+1
* SERVER-40078 Report lastCommitted wall clock timeMaria van Keulen2019-04-161-1/+1
* 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-6/+15
* SERVER-32070 migrate some easy stdx::bind to lambdas (pt3)Billy Donahue2017-12-141-10/+11
* SERVER-28895 Remove old form of replSetUpdatePosition commandVesselina Ratcheva2017-12-131-31/+5
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+1
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-2/+2
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-261-1/+1
* SERVER-23476: logging before wait/join DR::_waitOnAndResetAll_inlockScott Hernandez2016-07-231-0/+4
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+1
* SERVER-18029 extended Reporter to support keep alive and downconversion for p...Benety Goh2016-03-101-62/+303
* SERVER-18043 migrated Reporter to use new replSetUpdatePosition commandBenety Goh2016-02-231-5/+5
* SERVER-18154 migrated Reporter from repl::ReplicationExecutor to executor::Ta...Benety Goh2016-02-221-7/+5
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-041-5/+5
* SERVER-19001 Move RemoteCommandRequest/RemoteCommandResponse into task_execut...Andy Schwerin2015-07-171-0/+2
* SERVER-18042 replaced reporter ReplicatonProgressManager with a stdx::functionBenety Goh2015-06-291-6/+9
* SERVER-18036 removed ReplicationCoordinator dependency from DataReplicatorBenety Goh2015-06-231-2/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-105/+99
* SERVER-18036 data replication reporter should wait till callback is invoked b...Benety Goh2015-06-191-15/+26
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-7/+7
* SERVER-18036 data replicator reporter should not wait on callback handle if i...Benety Goh2015-06-161-0/+3
* 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/+8
* SERVER-18353 Move the remote command executor to a separate libraryKaloian Manassiev2015-05-101-1/+1
* SERVER-17662: initial DataReplicator workScott Hernandez2015-04-221-0/+8
* SERVER-18110 create Reporter to replace SyncSourceFeedbackmatt dannenberg2015-04-201-0/+138