summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/repl_set_config.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-2/+2
* SERVER-39041 Revert "SERVER-38094 Add write concern that waits for majority c...Suganthi Mani2019-04-031-2/+1
* SERVER-39538 Convert replication setParameters to IDLJonathan Reams2019-02-261-7/+0
* SERVER-37954 Thread commitQuorum through the createIndexes command into the C...Gregory Wlodarek2019-02-221-0/+6
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37124 Disambiguate DuplicateKey error and return keyPattern details in...James Wahlin2018-11-161-1/+1
* SERVER-38094 Add write concern that waits for majority commit point but not c...Jack Mulrow2018-11-151-1/+2
* SERVER-37557 Add startup warning about enableMajorityReadConcern and usage of...Vesselina Ratcheva2018-11-061-0/+9
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35731 Prevent a repaired node from re-joining a replica setLouis Williams2018-08-171-0/+6
* SERVER-36052 Remove _rsConfig.getProtocolVersion() check as part of pv0 code ...smani872018-07-291-13/+3
* SERVER-34906 Rename CannotSatisfyWriteConcern to UnsatisfiableWriteConcernNathan Louie2018-06-051-2/+2
* SERVER-33759 Forbid replication protocol version 0Spencer T Brody2018-04-131-35/+29
* SERVER-32569 allow config servers and shard replica sets to start in non-clus...Misha Tyulenev2018-01-211-1/+10
* SERVER-32302 Introduce BSONObjStlIterator as a proper stl-style iteratorMathias Stearn2018-01-041-6/+3
* SERVER-29844 Prefers a priority takeover if the current node has highest prio...Pavithra Vetriselvan2017-12-051-2/+2
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-041-7/+4
* Revert "SERVER-32070 migrate some easy stdx::bind to lambdas"Kaloian Manassiev2017-12-011-5/+8
* Revert "Trivial lint fix of 7dc61c0f0c0160ad6cba831a0e12bef501ef3ad5"Kaloian Manassiev2017-12-011-2/+2
* Trivial lint fix of 7dc61c0f0c0160ad6cba831a0e12bef501ef3ad5Billy Donahue2017-12-011-2/+2
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-011-8/+5
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-161-1/+1
* SERVER-29501 Make catchup takeover timeout configurableSamy Lanka2017-08-011-7/+26
* SERVER-29499 Schedule a catchup takeover on receiving heartbeats from the cur...Samy Lanka2017-06-301-0/+5
* SERVER-28908 Change ReplSetConfig return type from 'const int' to 'int'Judah Schvimer2017-04-211-2/+2
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-201-4/+5
* Revert "SERVER-26848 Exit catchup mode when not syncing more data."Robert Guo2017-04-201-5/+4
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-191-4/+5
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-0/+843