summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/elect_cmd_runner_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31963 Removes replSetFresh and replSetFresh command support for pv0.Suganthi Mani2018-06-281-420/+0
* SERVER-33759 Forbid replication protocol version 0Spencer T Brody2018-04-131-0/+10
* SERVER-32070 migrate some easy stdx::bind to lambdas (pt3)Billy Donahue2017-12-141-17/+7
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+1
* SERVER-29077 Rename MemberHeartbeatData in topology coordinatorMatthew Russotto2017-05-171-1/+0
* SERVER-28491 Re-host unit tests that used ReplicationExecutorTest onto Thread...Andy Schwerin2017-03-271-78/+62
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-36/+35
* SERVER-27800 Change ReplicationCoordinatorImpl and ReplicationExecutor constr...Andy Schwerin2017-01-251-2/+3
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-1/+1
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-261-0/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-12/+29
* SERVER-18038 ReplicationExecutor no longer requires StorageInterface to creat...Benety Goh2016-04-181-4/+2
* SERVER-19001 Move RemoteCommandRequest/RemoteCommandResponse into task_execut...Andy Schwerin2015-07-171-0/+2
* SERVER-19010 remove the metadata-free constructor of RemoteCommandResponsematt dannenberg2015-06-261-10/+13
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-341/+331
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-4/+3
* SERVER-18623 Make ReplicationExecutor implement the TaskExecutor interfaceSpencer T Brody2015-06-111-3/+5
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-5/+4
* SERVER-18623 Split NetworkInterface and StorageInterface out from Replication...Spencer T Brody2015-06-041-3/+8
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-3/+3
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-3/+3
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-3/+3
* SERVER-18353 Move the remote command executor to a separate libraryKaloian Manassiev2015-05-101-3/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-15670 use voteMajority instead of writeMajority in election scatter ga...matt dannenberg2014-10-201-0/+39
* SERVER-14561 Heartbeat callback and scheduling.Andy Schwerin2014-10-061-4/+1
* SERVER-15458 Change ElectCmdRunner to use an OID for election rounds, not a l...Andy Schwerin2014-10-061-2/+14
* SERVER-15399 Make networking in ReplicationExecutor::NetworkInterface asynch...Andy Schwerin2014-10-061-32/+39
* SERVER-15250 tests for ElectCmdRunner's ScatterGatherAlgorithmmatt dannenberg2014-09-301-0/+136
* SERVER-15248 Use a ScatterGatherAlgorithm in ElectCmdRunner.Andy Schwerin2014-09-151-78/+49
* SERVER-15145 move pseudo random number generator to ReplicationExecutor from ...matt dannenberg2014-09-041-7/+5
* SERVER-15000 replcoordinator half of election proceedingsEric Milkie2014-08-291-0/+260