summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rs_config.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-15496 Remove legacy replication codeSpencer T Brody2014-11-201-736/+0
* SERVER-13635 Fix legacy replication code locking behaviorSpencer T Brody2014-10-201-3/+5
* SERVER-15089 Add new Applier class and remove theReplSet references from Back...Eric Milkie2014-09-261-2/+0
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-1/+1
* SERVER-14668 remove no-OpCtx DBDirectClient and update all former usersHari Khalsa2014-09-091-10/+10
* SERVER-14950 Move rsLog to its own librarySpencer T Brody2014-08-191-0/+1
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-14855 Remove RACECHECK and race.h; they introduce racesAndrew Morrow2014-08-121-2/+0
* SERVER-6018 Replace AtomicUInt with AtomicUInt32Andrew Morrow2014-08-051-3/+3
* SERVER-13961 Cleanup some nested instantiations of OperationContextImpl in replKaloian Manassiev2014-07-181-5/+4
* SERVER-14592 de-inline bson and remove bson namespaceEric Milkie2014-07-171-2/+0
* SERVER-14420 Get rid of global replSettings objectSpencer T Brody2014-07-091-2/+3
* SERVER-14436 Remove dead ReplSetConfig::HealthOptions type.Andy Schwerin2014-07-071-1/+0
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-0/+6
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+1
* SERVER-14367 Preparation for removing some implicit conversion and other meth...Andy Schwerin2014-06-301-1/+1
* SERVER-14368 move isSelf from HostAndPort to a free function in namespace replmatt dannenberg2014-06-271-7/+10
* SERVER-14277 Implement processReplSetReconfig in LegacyReplicationCoordinatorSpencer T Brody2014-06-261-7/+6
* SERVER-14277 Clean up some cases of throwing strings when parsing replset con...Spencer T Brody2014-06-261-9/+8
* SERVER-14250 minor cleanup rs_configEric Milkie2014-06-131-39/+4
* SERVER-13055 disallow w:0 as getLastErrorDefaults valuematt dannenberg2014-06-031-0/+5
* SERVER-13627 disallow 0-vote arbitersmatt dannenberg2014-06-031-0/+1
* Revert "SERVER-13627 disallow 0-vote arbiters"matt dannenberg2014-05-301-1/+0
* SERVER-13627 disallow 0-vote arbitersmatt dannenberg2014-05-301-0/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-3/+1
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-1/+3
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-3/+1
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-2/+2
* SERVER-13645 kill dead codeEric Milkie2014-05-221-5/+0
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-1/+3
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-3/+3
* SERVER-13643 Plumb TransactionExperiment through dbhelpersMathias Stearn2014-04-301-1/+2
* SERVER-13643 Plumb TransactionExperiment though logOpMathias Stearn2014-04-301-2/+4
* SERVER-13645 blow apart health.h and clean up headersEric Milkie2014-04-231-0/+1
* SERVER-13645 move replication_server_status.h/.cpp to repl_settings.h/.cppmatt dannenberg2014-04-231-1/+1
* SERVER-11067: Use local db lock to save replica set [re]configScott Hernandez2013-10-081-8/+9
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-3/+5
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10513 log warning about deprecation of votes in replica set configmatt dannenberg2013-09-031-0/+11
* SERVER-7772 include is unneccessaryEric Milkie2013-03-141-1/+0
* SERVER-7772 move oplog into db/repl/Eric Milkie2013-03-141-9/+11
* SERVER-7817 Display chainingAllowed option when set to falseKristina2012-12-051-20/+29
* SERVER-7498 chainingAllowed option for replicationKristina2012-11-051-1/+17
* SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2012-10-241-2/+2
* SERVER-7380: make uassert 13419 consistent with permitted priority valuesSam Kleinman2012-10-171-1/+1
* SERVER-7367 Don't go through the network to pick up a local configKristina2012-10-161-0/+13
* Add heartbeat timeout setting SERVER-1929Kristina2012-09-211-1/+16
* SERVER-7028 Move complex initialization (that may trigger page fault exceptio...Aaron2012-09-201-6/+19
* SERVER-6489 Get rid of cloud.cpp, dynHost, etc.Andy Schwerin2012-07-231-3/+3
* get rid of writelock for Lock::GlobalWrite and Lock::DBWriteEliot Horowitz2012-04-181-1/+1