summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/member_config.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-7/+5
* SERVER-19491 Require that arbiters have priority 0 or 1.Matthew Russotto2017-02-161-10/+11
* SERVER-17528: no vote members must have priority 0Scott Hernandez2015-08-071-8/+14
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-247/+235
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-2/+2
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-2/+2
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-2/+2
* SERVER-16079 Invalid number of votes is a validation error not a parse errorSpencer T Brody2014-11-121-10/+8
* SERVER-15535 support for write concern internal tagsEric Milkie2014-10-131-1/+44
* SERVER-14624 switch to using new MemberConfig methodsEric Milkie2014-07-221-1/+1
* SERVER-14586 add toBSON() methods to ReplicaSetConfig and MemberConfig classesmatt dannenberg2014-07-211-0/+21
* SERVER-14436 Introduce replica set tag, pattern and match types.Andy Schwerin2014-07-141-2/+3
* SERVER-14436 Introduce MemberConfig and ReplicaSetTag types and parsing.Andy Schwerin2014-07-081-0/+256