summaryrefslogtreecommitdiff
path: root/src/mongo/client/remote_command_retry_scheduler.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44155 Validate a subset of latches of all levelsRahul Sundararaman2019-12-091-1/+3
* SERVER-41245: Add RetryableWriteError error labelLingzhi Deng2019-11-061-0/+2
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-3/+3
* SERVER-42908 Add ErrorCodes to retryable errors to match driversBen Caimano2019-09-091-16/+74
* 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-32783 RemoteCommandRetryScheduler releases callback resources on compl...Benety Goh2018-01-251-1/+1
* SERVER-32783 make RemoteCommandRetryScheduler single-use - cannot be be resta...Benety Goh2018-01-251-2/+8
* SERVER-25662: add more diagnostics to fetcher/retry-policy toString outputScott Hernandez2016-09-261-6/+8
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23134 added retry support for scheduling remote commands on a task exe...Benety Goh2016-05-161-0/+201