summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_process.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-8/+20
* SERVER-46074 Improve log attributes for repl directory and bridge.cppTess Avitabile2020-02-261-16/+10
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-7/+21
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-4/+4
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-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-32776 ReplicationProcess::getRollbackID() no longer reads from storage...Benety Goh2018-02-131-16/+5
* SERVER-32776 add ReplicationProcess::refreshRollbackID()Benety Goh2018-02-131-0/+18
* SERVER-32776 ReplicationProcess refreshes rollback ID cache on increment and ...Benety Goh2018-02-121-9/+9
* SERVER-32114 remove RollbackProgressJudah Schvimer2017-11-301-49/+0
* SERVER-31662 Initialize rollback id to 1 and log when it changesWilliam Schultz2017-11-281-2/+14
* SERVER-31262 Storage of _rbidCommandHandle can race with destruction of SyncS...Siyuan Zhou2017-10-131-2/+0
* SERVER-29893 Rename recovery code and make it accessible to both startup and ...Judah Schvimer2017-08-101-1/+7
* Revert "SERVER-29893 Rename recovery code and make it accessible to both star...Mathias Stearn2017-08-071-7/+1
* SERVER-29893 Rename recovery code and make it accessible to both startup and ...Judah Schvimer2017-08-071-1/+7
* SERVER-29254 Moved MinValid into ReplicationProcessJudah Schvimer2017-05-301-5/+14
* SERVER-28218 add Rollback Progress to ReplicationProcessBenety Goh2017-05-041-0/+55
* SERVER-28988 add ReplicationProcessBenety Goh2017-04-281-0/+122