summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_process.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47270: Only run the SyncSourceResolver if the syncing node is in rollb...XueruiFa2020-07-011-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* 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-8/+10
* SERVER-32776 ReplicationProcess::getRollbackID() no longer reads from storage...Benety Goh2018-02-131-2/+2
* SERVER-32776 add ReplicationProcess::refreshRollbackID()Benety Goh2018-02-131-0/+1
* SERVER-32114 remove RollbackProgressJudah Schvimer2017-11-301-50/+0
* SERVER-31262 Storage of _rbidCommandHandle can race with destruction of SyncS...Siyuan Zhou2017-10-131-0/+1
* SERVER-29893 Rename recovery code and make it accessible to both startup and ...Judah Schvimer2017-08-101-1/+10
* Revert "SERVER-29893 Rename recovery code and make it accessible to both star...Mathias Stearn2017-08-071-10/+1
* SERVER-29893 Rename recovery code and make it accessible to both startup and ...Judah Schvimer2017-08-071-1/+10
* SERVER-29254 Moved MinValid into ReplicationProcessJudah Schvimer2017-05-301-3/+12
* SERVER-28218 add Rollback Progress to ReplicationProcessBenety Goh2017-05-041-0/+53
* SERVER-28988 add ReplicationProcessBenety Goh2017-04-281-0/+98