summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rollback_checker.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-1/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-4/+3
* 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-27403 Ensure sync source is ahead and has not rolled back after first ...Judah Schvimer2017-03-081-1/+1
* SERVER-27052 changed RollbackChecker::reset() and checkForRollback() to pass ...Benety Goh2016-11-281-61/+48
* SERVER-25412 RollbackChecker should pass through errors from remote command c...Benety Goh2016-08-041-20/+9
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-6/+6
* SERVER-25256 check if callback is valid in synchronous RollbackChecker methodsJudah Schvimer2016-07-271-1/+13
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-261-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-45/+49
* SERVER-22244 Restart initial sync on sync source rollbackJudah Schvimer2016-05-261-0/+158