summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replica_set_config_checks.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-16/+30
* SERVER-22287 added replica set ID validation to heartbeat response processing...Benety Goh2016-02-051-1/+7
* SERVER-19524 SERVER-19739 Additional validation and behavior for replica set ...Spencer T Brody2015-08-081-0/+8
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-211/+198
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-1/+1
* SERVER-15833 Require basic compatibility between old and new configs for forc...Andy Schwerin2014-10-281-4/+4
* SERVER-15535 On reconfig, it should be OK to change the host associated with ...Andy Schwerin2014-10-101-18/+2
* SERVER-14447 Pass the "force" flag down to validateConfigForReconfig.Andy Schwerin2014-10-021-1/+6
* SERVER-14561 Add validateConfigForHeartbeatReconfig free function.Andy Schwerin2014-08-281-0/+12
* SERVER-14446 Implement and test ReplCoordinatorImpl::processReplSetInitiate.Andy Schwerin2014-08-251-3/+3
* SERVER-14788 Wire initial configuration loading into startReplication.Eric Milkie2014-08-111-0/+17
* SERVER-14624 Perform checks from ReplSetConfig::legalChange in validateConfig...Andy Schwerin2014-07-221-0/+36
* SERVER-14624 Local validation methods for replica set reconfiguration.Andy Schwerin2014-07-221-0/+232