summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/scatter_gather_runner.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* 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-32906 Improve logging around electionsTess Avitabile2018-07-271-2/+7
* SERVER-29386 VoteRequestor and FreshnessChecker need safe destructionSiyuan Zhou2017-08-281-5/+7
* SERVER-28491 Re-host unit tests that used ReplicationExecutorTest onto Thread...Andy Schwerin2017-03-271-12/+13
* SERVER-22995 Break the cycle of shared_ptr involving ScatterGatherRunner.Siyuan Zhou2016-04-141-1/+0
* SERVER-22995 Protect TopoCoord with mutex rather than single thread executor.Siyuan Zhou2016-04-121-41/+56
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-76/+78
* SERVER-18623 Make ReplicationExecutor implement the TaskExecutor interfaceSpencer T Brody2015-06-111-1/+1
* SERVER-15248 Make ScatterGatherRunner, ElectCmdRunner and FreshnessChecker ca...Andy Schwerin2014-09-191-0/+8
* SERVER-15248 Introduce ScatterGatherAlgorithm interface and ScatterGatherRunner.Andy Schwerin2014-09-151-0/+115