summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/repl_settings.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46434 turn MemberConfig into IDLJudah Schvimer2020-03-201-1/+1
* SERVER-39538 Convert replication setParameters to IDLJonathan Reams2019-02-261-3/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38143 Remove MMAPV1 command-line options and config file settingsGregory Wlodarek2018-12-111-24/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34780 Change --recoverFromOplogAsStandalone to setParameterJudah Schvimer2018-05-101-4/+5
* SERVER-34070 Add flag to perform replication recovery as a standaloneJudah Schvimer2018-04-231-0/+4
* SERVER-31802 SERVER-31239 Remove master-slave replication and resync command.Andy Schwerin2018-03-131-35/+0
* SERVER-31350: Make enableMajorityReadConcern a noopDaniel Gottlieb2017-10-201-9/+0
* SERVER-24318 change BackgroundSync to one owned object by the Repl ExternalSt...Eric Milkie2016-06-011-4/+11
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-14501 moved ReplSettings class implementation from repl_settings.h int...Dianna Hohensee2016-01-041-59/+87
* SERVER-2723 derive election timeout offset limit from election timeout. Also ...Benety Goh2015-10-081-0/+1
* SERVER-20707 Add --enableMajorityReadConcern optionMathias Stearn2015-10-081-59/+25
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-1/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-85/+86
* SERVER-14429 Make ReplSettings const now that it is no longer modified after ...Spencer T Brody2014-12-011-14/+2
* SERVER-14680 code reorganization to allow TopoCoord to linkEric Milkie2014-07-281-0/+2
* SERVER-14420 Get rid of global replSettings objectSpencer T Brody2014-07-091-1/+37
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-2/+2
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-1/+3
* SERVER-13645 move replication_server_status.h/.cpp to repl_settings.h/.cppmatt dannenberg2014-04-231-0/+99