summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/check_quorum_for_config_change_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18038 ReplicationExecutor no longer requires StorageInterface to creat...Benety Goh2016-04-181-4/+2
* SERVER-22287 added replica set ID validation to heartbeat response processing...Benety Goh2016-02-051-0/+76
* SERVER-17528: no vote members must have priority 0Scott Hernandez2015-08-071-4/+4
* 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-19/+24
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-713/+727
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-6/+5
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-3/+3
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+3
* SERVER-18623 Split NetworkInterface and StorageInterface out from Replication...Spencer T Brody2015-06-041-2/+7
* SERVER-18254 unit test prepareHeartbeatResponseV1()matt dannenberg2015-06-021-1/+1
* SERVER-18152 SERVER-18254 new election code path and heartbeat protocolmatt dannenberg2015-05-191-1/+1
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-31/+31
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-31/+31
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-31/+31
* SERVER-18353 Move the remote command executor to a separate libraryKaloian Manassiev2015-05-101-26/+24
* SERVER-16217 improve replSetReconfig and replSetInitiate error messagesmatt dannenberg2014-11-241-4/+4
* SERVER-15817 eliminate done TODOs (TODONEs)matt dannenberg2014-10-291-1/+0
* SERVER-15098: funnel all auth errors to the correct status/checksScott Hernandez2014-10-141-0/+2
* SERVER-15477: check hasData during initial quorum checkScott Hernandez2014-10-131-0/+55
* SERVER-15399 Make networking in ReplicationExecutor::NetworkInterface asynch...Andy Schwerin2014-10-061-415/+361
* SERVER-15446: handle ok:0 and unauth heartbeat responsesScott Hernandez2014-10-061-26/+48
* SERVER-15249 test QuorumChecker's ScatterGatherAlgorithmmatt dannenberg2014-10-031-0/+229
* SERVER-15248 Convert QuorumChecker into a ScatterGatherAlgorithm.Andy Schwerin2014-09-151-7/+9
* SERVER-15145 move pseudo random number generator to ReplicationExecutor from ...matt dannenberg2014-09-041-1/+1
* SERVER-14561: Allow dynamic responses from NetworkInterfaceMockScott Hernandez2014-08-211-2/+2
* SERVER-14626 Implement quorum check functionality for use in replcia set init...Andy Schwerin2014-08-061-0/+545
* Revert "SERVER-14626 Implement quorum check functionality for use in replcia ...Eric Milkie2014-08-051-545/+0
* SERVER-14626 Implement quorum check functionality for use in replcia set init...Andy Schwerin2014-08-051-0/+545