summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replica_set_config.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-844/+0
* SERVER-18407 Add check to ensure write concern is satisfiable in initial configMatthew Russotto2017-02-131-2/+0
* SERVER-14596 move free function escape out of bsonelementMatt Cotter2016-09-081-0/+1
* SERVER-25805 set default catch-up period to 2 secondsEric Milkie2016-08-311-2/+1
* SERVER-23663 New primary syncs from chosen node to catch up with timeoutSiyuan Zhou2016-08-041-0/+22
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-26/+60
* SERVER-24264 SERVER-23973 Replace calls to verify() in ConnectionString with ...Spencer T Brody2016-05-241-0/+1
* SERVER-23973 Make config servers send their ConnectionString correctly when s...Spencer T Brody2016-05-231-0/+22
* SERVER-22645 add new _configsvrAddShard commandEsha Maharishi2016-05-181-0/+6
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-031-2/+0
* SERVER-22663 Remember --shardsvr settingRandolph Tan2016-03-231-6/+7
* SERVER-22287 added replicaSetId field to replica set configuration and metadata.Benety Goh2016-02-051-4/+45
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-041-4/+35
* SERVER-21447 reject configs with protocolversions other than 0 and 1matt dannenberg2015-11-131-2/+2
* SERVER-21236 Don't automatically add 'configsvr':true to replset config when ...Spencer T Brody2015-11-121-2/+12
* SERVER-21396 raise default electionTimeoutMillis to 10 secondsEric Milkie2015-11-101-1/+1
* SERVER-20890 Always use double for prioritiesSiyuan Zhou2015-10-201-1/+1
* SERVER-20840 Shorten the election timeout to 5 secondsSiyuan Zhou2015-10-091-1/+1
* SERVER-2723 derive election timeout offset limit from election timeout. Also ...Benety Goh2015-10-081-57/+23
* SERVER-20722 require journaling and rs pv1 with config serversmatt dannenberg2015-10-081-0/+3
* SERVER-20374 replica set configuration field electionTimeoutOffsetLimitMillis...Benety Goh2015-09-281-20/+15
* SERVER-20247 clang format fixEsha Maharishi2015-09-251-4/+2
* SERVER-20247 include configsvr:true in default replica set config if node sta...Esha Maharishi2015-09-251-1/+4
* SERVER-20374 election timeout offset added to replica set configmatt dannenberg2015-09-181-19/+29
* SERVER-18498 Fix heartbeat in protocol version 1Siyuan Zhou2015-09-151-3/+9
* SERVER-19138 Add additional validation of replica set configuration for confi...matt dannenberg2015-09-081-0/+12
* SERVER-19836 implement priority logic for PV1 electionsmatt dannenberg2015-09-041-0/+34
* SERVER-18265 set proper timeout for find/getmore repl commandsEric Milkie2015-09-031-1/+1
* Revert "SERVER-18265 set proper timeout for find/getmore repl commands"Eric Milkie2015-09-031-1/+1
* SERVER-18265 set proper timeout for find/getmore repl commandsEric Milkie2015-09-031-1/+1
* SERVER-19933 check validity of "configsvr:true" at config validation timematt dannenberg2015-08-171-0/+10
* SERVER-19925 move protocolVersion field to top levelmatt dannenberg2015-08-171-9/+12
* SERVER-19637 add election timeout to replica set configmatt dannenberg2015-08-131-7/+27
* SERVER-19830 added testing-only heartbeatIntervalMillis field to replica set ...Benety Goh2015-08-121-0/+30
* SERVER-19861 converted uses of std::chrono::duration::count() to mongo::durat...Benety Goh2015-08-111-2/+4
* SERVER-19732 SERVER-19524 SERVER-19545 Use configsvr instead of configServer ...Spencer T Brody2015-08-081-2/+2
* SERVER-19524 SERVER-19739 Additional validation and behavior for replica set ...Spencer T Brody2015-08-081-8/+2
* SERVER-17528: no vote members must have priority 0Scott Hernandez2015-08-071-2/+4
* SERVER-19524 Add configServer field to replica set configurationsSpencer T Brody2015-08-031-2/+33
* Revert "SERVER-19524 Add configServer field to replica set configurations"Spencer T Brody2015-07-311-22/+2
* SERVER-19524 Add configServer field to replica set configurationsSpencer T Brody2015-07-311-2/+22
* SERVER-19059 Mismatch in protocolVersion fieldSiyuan Zhou2015-06-261-9/+9
* Revert "SERVER-19059 Mismatch in protocolVersion field"Adam Midvidy2015-06-241-9/+9
* SERVER-19059 Mismatch in protocolVersion fieldSiyuan Zhou2015-06-241-9/+9
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-470/+449
* SERVER-18979: Duplicate uassert & fassert codesMark Benvenuto2015-06-191-2/+2
* 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-5218 Batch oplog writes always wait for journal.Siyuan Zhou2015-04-301-2/+2