summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rs.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-15496 Remove legacy replication codeSpencer T Brody2014-11-201-133/+0
* SERVER-15496 Get rid of replLocalAuth()Spencer T Brody2014-11-201-5/+1
* SERVER-14638: Move global sethbmsg into ReplCoordScott Hernandez2014-10-301-6/+0
* SERVER-15312 move replIndexPrefetch parameter out of legacy and into Applier ...Eric Milkie2014-10-031-59/+0
* SERVER-15089 Add new Applier class and remove theReplSet references from Back...Eric Milkie2014-09-261-4/+0
* SERVER-15089 remove fatal state and refactor rollback to use replcoordEric Milkie2014-09-121-6/+5
* SERVER-14668 remove no-OpCtx DBDirectClient and update all former usersHari Khalsa2014-09-091-1/+1
* 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-141-0/+2
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-13961 Cleanup some nested instantiations of OperationContextImpl in replKaloian Manassiev2014-07-181-7/+12
* SERVER-14592 de-inline bson and remove bson namespaceEric Milkie2014-07-171-4/+0
* SERVER-14499 eliminate ReplicationStartSynchronizermatt dannenberg2014-07-081-1/+0
* SERVER-14500 remove the replSet boolmatt dannenberg2014-07-081-2/+0
* SERVER-14404 eliminate isCurrentlyAReplSetPrimary()matt dannenberg2014-07-011-4/+0
* SERVER-13645 rename repl_start to repl_set_seed_listmatt dannenberg2014-06-101-5/+5
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-1/+1
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-1/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-1/+1
* SERVER-13856 remove unnecessary usage of repl:: from the repl directorymatt dannenberg2014-05-271-1/+1
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-3/+3
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-3/+4
* SERVER-13645 move ReplSetImpl out of rs.cppmatt dannenberg2014-05-191-851/+3
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-5/+5
* SERVER-13256: Remove exit functions from pchMark Benvenuto2014-05-071-0/+1
* SERVER-13849 remove a logically dead portion of code from initFromConfig()matt dannenberg2014-05-061-3/+0
* SERVER-13817 removing GhostSyncmatt dannenberg2014-05-051-11/+0
* SERVER-13704 write commands handles ClockSkewException differently from legac...Randolph Tan2014-05-011-7/+1
* SERVER-13643 Plumb TransactionExperiment through dbhelpersMathias Stearn2014-04-301-3/+6
* extra debugging to help fix rollback4.jsmatt dannenberg2014-04-291-1/+4
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-1/+3
* SERVER-13645 move ReplSetCmdline and related functions into repl_start.hmatt dannenberg2014-04-281-0/+1
* SERVER-13645 make header for ReplSetImplmatt dannenberg2014-04-241-46/+0
* SERVER-13645 move replication_server_status.h/.cpp to repl_settings.h/.cppmatt dannenberg2014-04-231-1/+1
* SERVER-13645 move GhostSync class into its own header and cpp filematt dannenberg2014-04-231-0/+1
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-1/+1
* SERVER-13500 prevent syncSourceFeedback segfault by not allowing NULL members...matt dannenberg2014-04-091-2/+11
* SERVER-13152 move initialize of syncSourceFeedback into ReplSetImpl::_go()matt dannenberg2014-03-121-0/+14
* SERVER-12419 Add support for electionId in replsets and wElectionId in GLE co...Eric Milkie2014-01-291-0/+2
* SERVER-12035 Add "oplog" section to serverStatus outputSpencer T Brody2014-01-131-0/+7
* SERVER-6552 implement resync command for replicaset membersmatt dannenberg2013-10-281-0/+1
* Revert "SERVER-9516 Write version document to admin.system.version as needed ...Andy Schwerin2013-10-251-4/+3
* SERVER-9516 Write version document to admin.system.version as needed in mongod.Andy Schwerin2013-10-251-3/+4
* SERVER-10945 don't end up with double entries in _members after a reconfigmatt dannenberg2013-10-241-14/+23
* SERVER-1891 Hookup audit logging for user management and DDL events.matt dannenberg2013-10-111-0/+6
* Revert "SERVER-1891 Hookup audit logging for user management and DDL events."Spencer T Brody2013-10-091-6/+0
* SERVER-1891 Hookup audit logging for user management and DDL events.matt dannenberg2013-10-091-0/+6
* SERVER-10927 RS hosts drop temp collections on promotion to masterMathias Stearn2013-10-071-0/+21
* SERVER-10670 Make isAuthEnabled a member rather than static function of Autho...Andy Schwerin2013-10-061-2/+0
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-2/+1