summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/repl_settings.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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