summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/elect_cmd_runner.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-8/+10
* SERVER-29386 VoteRequestor and FreshnessChecker need safe destructionSiyuan Zhou2017-08-281-1/+1
* SERVER-28624 Replace references to ReplicationExecutor with references to Tas...Andy Schwerin2017-04-051-2/+2
* SERVER-28491 Re-host unit tests that used ReplicationExecutorTest onto Thread...Andy Schwerin2017-03-271-4/+4
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-5/+5
* SERVER-22995 Protect TopoCoord with mutex rather than single thread executor.Siyuan Zhou2016-04-121-11/+6
* SERVER-19001 Move RemoteCommandRequest/RemoteCommandResponse into task_execut...Andy Schwerin2015-07-171-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-74/+77
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+2
* SERVER-18353 Move the remote command executor to a separate libraryKaloian Manassiev2015-05-101-2/+2
* SERVER-15458 Change ElectCmdRunner to use an OID for election rounds, not a l...Andy Schwerin2014-10-061-2/+3
* SERVER-15248 Make ScatterGatherRunner, ElectCmdRunner and FreshnessChecker ca...Andy Schwerin2014-09-191-0/+14
* SERVER-15248 Convert FreshnessChecker to use a ScatterGatherAlgorithm.Andy Schwerin2014-09-151-1/+2
* SERVER-15248 Use a ScatterGatherAlgorithm in ElectCmdRunner.Andy Schwerin2014-09-151-32/+45
* SERVER-15000 replcoordinator half of election proceedingsEric Milkie2014-08-291-0/+97