summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rs.cpp
AgeCommit message (Expand)Author
2014-11-20SERVER-15496 Remove legacy replication codeSpencer T Brody
2014-11-20SERVER-15496 Get rid of replLocalAuth()Spencer T Brody
2014-10-30SERVER-14638: Move global sethbmsg into ReplCoordScott Hernandez
2014-10-03SERVER-15312 move replIndexPrefetch parameter out of legacy and into Applier ...Eric Milkie
2014-09-26SERVER-15089 Add new Applier class and remove theReplSet references from Back...Eric Milkie
2014-09-12SERVER-15089 remove fatal state and refactor rollback to use replcoordEric Milkie
2014-09-09SERVER-14668 remove no-OpCtx DBDirectClient and update all former usersHari Khalsa
2014-08-19SERVER-14950 Move rsLog to its own librarySpencer T Brody
2014-08-14SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh
2014-08-12SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh
2014-07-18SERVER-13961 Cleanup some nested instantiations of OperationContextImpl in replKaloian Manassiev
2014-07-17SERVER-14592 de-inline bson and remove bson namespaceEric Milkie
2014-07-08SERVER-14499 eliminate ReplicationStartSynchronizermatt dannenberg
2014-07-08SERVER-14500 remove the replSet boolmatt dannenberg
2014-07-01SERVER-14404 eliminate isCurrentlyAReplSetPrimary()matt dannenberg
2014-06-10SERVER-13645 rename repl_start to repl_set_seed_listmatt dannenberg
2014-05-30SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev
2014-05-28Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev
2014-05-28SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev
2014-05-27SERVER-13856 remove unnecessary usage of repl:: from the repl directorymatt dannenberg
2014-05-27SERVER-14043 s/namespace replset/namespace repl/matt dannenberg
2014-05-22SERVER-14021 move all replication code into namespace replsetmatt dannenberg
2014-05-19SERVER-13645 move ReplSetImpl out of rs.cppmatt dannenberg
2014-05-15SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa
2014-05-07 SERVER-13256: Remove exit functions from pchMark Benvenuto
2014-05-06SERVER-13849 remove a logically dead portion of code from initFromConfig()matt dannenberg
2014-05-05SERVER-13817 removing GhostSyncmatt dannenberg
2014-05-01SERVER-13704 write commands handles ClockSkewException differently from legac...Randolph Tan
2014-04-30SERVER-13643 Plumb TransactionExperiment through dbhelpersMathias Stearn
2014-04-29extra debugging to help fix rollback4.jsmatt dannenberg
2014-04-29SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn
2014-04-28SERVER-13645 move ReplSetCmdline and related functions into repl_start.hmatt dannenberg
2014-04-24SERVER-13645 make header for ReplSetImplmatt dannenberg
2014-04-23SERVER-13645 move replication_server_status.h/.cpp to repl_settings.h/.cppmatt dannenberg
2014-04-23SERVER-13645 move GhostSync class into its own header and cpp filematt dannenberg
2014-04-17SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz
2014-04-09SERVER-13500 prevent syncSourceFeedback segfault by not allowing NULL members...matt dannenberg
2014-03-12SERVER-13152 move initialize of syncSourceFeedback into ReplSetImpl::_go()matt dannenberg
2014-01-29SERVER-12419 Add support for electionId in replsets and wElectionId in GLE co...Eric Milkie
2014-01-13SERVER-12035 Add "oplog" section to serverStatus outputSpencer T Brody
2013-10-28SERVER-6552 implement resync command for replicaset membersmatt dannenberg
2013-10-25Revert "SERVER-9516 Write version document to admin.system.version as needed ...Andy Schwerin
2013-10-25SERVER-9516 Write version document to admin.system.version as needed in mongod.Andy Schwerin
2013-10-24SERVER-10945 don't end up with double entries in _members after a reconfigmatt dannenberg
2013-10-11SERVER-1891 Hookup audit logging for user management and DDL events.matt dannenberg
2013-10-09Revert "SERVER-1891 Hookup audit logging for user management and DDL events."Spencer T Brody
2013-10-09SERVER-1891 Hookup audit logging for user management and DDL events.matt dannenberg
2013-10-07SERVER-10927 RS hosts drop temp collections on promotion to masterMathias Stearn
2013-10-06SERVER-10670 Make isAuthEnabled a member rather than static function of Autho...Andy Schwerin
2013-10-04SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch