summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/repl_settings.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-39538 Convert replication setParameters to IDLJonathan Reams2019-02-261-9/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38255 Write efficient sharded backup testsXiangyu Yao2018-12-211-1/+0
* SERVER-38143 Remove MMAPV1 command-line options and config file settingsGregory Wlodarek2018-12-111-26/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34780 Change --recoverFromOplogAsStandalone to setParameterJudah Schvimer2018-05-101-6/+12
* SERVER-34070 Add flag to perform replication recovery as a standaloneJudah Schvimer2018-04-231-0/+8
* SERVER-31802 SERVER-31239 Remove master-slave replication and resync command.Andy Schwerin2018-03-131-65/+2
* SERVER-31350: Make enableMajorityReadConcern a noopDaniel Gottlieb2017-10-201-8/+0
* SERVER-24318 change BackgroundSync to one owned object by the Repl ExternalSt...Eric Milkie2016-06-011-8/+11
* SERVER-14501 moved ReplSettings class implementation from repl_settings.h int...Dianna Hohensee2016-01-041-0/+170
* Renamed repl_settings.cpp to repl_settings_init.cppDianna Hohensee2016-01-041-51/+0
* SERVER-2723 derive election timeout offset limit from election timeout. Also ...Benety Goh2015-10-081-1/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-7/+6
* SERVER-14680 code reorganization to allow TopoCoord to linkEric Milkie2014-07-281-0/+47
* SERVER-14420 Get rid of global replSettings objectSpencer T Brody2014-07-091-38/+0
* SERVER-14135 Unit test for ReplCoordinatorImplSpencer T Brody2014-06-111-178/+0
* SERVER-14135 Use ReplicationCoordinator to determine if replication is enabledSpencer T Brody2014-06-061-5/+2
* SERVER-13961 Remove some usages of Lock::isLockedXXX and dbtempreleaseKaloian Manassiev2014-06-051-1/+1
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-2/+4
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-4/+7
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-7/+4
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-4/+7
* 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-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-1/+1
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-1/+1
* SERVER-13645 move replication_server_status.h/.cpp to repl_settings.h/.cppmatt dannenberg2014-04-231-0/+212