summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/abstract_oplog_fetcher.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45574: Replace OplogFetcher with NewOplogFetcherLingzhi Deng2020-02-191-280/+0
* SERVER-45722: Use OplogFetcherMock in InitialSyncerTestLingzhi Deng2020-02-031-1/+1
* SERVER-43279 Make OplogFetcher called from initial sync use the initial sync ...Matthew Russotto2020-01-071-5/+43
* SERVER-45353 Increase AbstractOplogFetcher timeout in initial_sync_during_ste...Tess Avitabile2020-01-061-0/+6
* 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-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36815 Remove references to oplog entry's hash fieldSamy Lanka2019-01-171-16/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35200 Speed up steady state oplog fetching failure detectionWilliam Schultz2018-07-061-3/+13
* SERVER-19605 make oplog timeout configurableJudah Schvimer2017-09-131-8/+10
* SERVER-28209 Implement RollbackCommonPointResolverJudah Schvimer2017-04-181-0/+232