summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/repl_set_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-15496 Remove legacy replication codeSpencer T Brody2014-11-201-1028/+0
* SERVER-15935 Check return value of setFollowerMode everywhereSpencer T Brody2014-11-051-1/+2
* SERVER-15496 Code movement to facilitate ripping out legacy replication codeSpencer T Brody2014-10-301-0/+92
* SERVER-15535 Get the optime server status section from the replication coordi...Andy Schwerin2014-10-101-7/+0
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-4/+2
* SERVER-15312 move replIndexPrefetch parameter out of legacy and into Applier ...Eric Milkie2014-10-031-17/+1
* SERVER-14859 Remove HybridReplicationCoordinatorSpencer T Brody2014-10-011-10/+0
* SERVER-15031 Move maintenance mode manipulation out of theReplSet into the Le...Spencer T Brody2014-10-011-31/+0
* SERVER-15077 Remove blockSync() from ReplSetImplSpencer T Brody2014-10-011-1/+0
* SERVER-15089 fix REMOVED nodes disconnecting sync source connections too earlyEric Milkie2014-09-261-5/+6
* SERVER-15089 Add new Applier class and remove theReplSet references from Back...Eric Milkie2014-09-261-3/+122
* SERVER-15329 add a short sleep if our handshake is rejected because we are no...matt dannenberg2014-09-251-0/+3
* SERVER-14233 remove support for old oplog versionsEric Milkie2014-09-191-1/+0
* SERVER-15089 move the applier threadpools into SyncTailEric Milkie2014-09-191-60/+0
* SERVER-15089 minvalid helper functions; move tryToGoLiveAsASecondary() to syn...Eric Milkie2014-09-191-1/+2
* SERVER-15089 prep tryToGoLiveAsSecondary for moving into applierEric Milkie2014-09-191-1/+6
* SERVER-15089 remove fatal state and refactor rollback to use replcoordEric Milkie2014-09-121-6/+1
* SERVER-15188 all lastOpTimeWritten setting goes through the legacy repl coordEric Milkie2014-09-091-2/+6
* SERVER-14668 remove no-OpCtx DBDirectClient and update all former usersHari Khalsa2014-09-091-4/+4
* SERVER-14805: initialsync multithreaded oplog applyScott Hernandez2014-09-051-13/+16
* SERVER-15089 cleanup oplogreaderEric Milkie2014-09-051-1/+1
* SERVER-15031 Switch slave tracking and write concern satisfaction over to the...Spencer T Brody2014-09-041-6/+8
* SERVER-14745 Remove WritebackListenerRandolph Tan2014-08-281-1/+1
* SERVER-14950 Move rsLog to its own librarySpencer T Brody2014-08-191-0/+1
* SERVER-14858 Force replset config detected by the LegacyReplicationCoordinato...Spencer T Brody2014-08-151-0/+11
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-3/+3
* SERVER-13951 Split index building in to UnitOfWork-sized stagesMathias Stearn2014-08-131-1/+0
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-14046 Change SHUNNED to correct name - REMOVEDAnil Kumar2014-08-061-2/+2
* SERVER-14442 Make ReplicationCoordinatorImpl capable of starting its own Sync...Spencer T Brody2014-07-301-0/+1
* SERVER-14442 Make ReplicationCoordinator responsible for constructing replica...Spencer T Brody2014-07-231-16/+0
* SERVER-14591 implement (get|set)GetLastErrorDefault in LegacyReplicationCoord...matt dannenberg2014-07-231-4/+2
* SERVER-14645 Switch LockState usages to OperationContextKaloian Manassiev2014-07-221-11/+9
* SERVER-14559 incorporating new ReplicaSetConfig class into topocoordEric Milkie2014-07-211-1/+1
* SERVER-14413 access global storage mgr via global environmentHari Khalsa2014-07-211-1/+3
* SERVER-13961 Cleanup some nested instantiations of OperationContextImpl in replKaloian Manassiev2014-07-181-41/+37
* SERVER-14420 Get rid of global replSettings objectSpencer T Brody2014-07-091-2/+3
* SERVER-14499 eliminate ReplicationStartSynchronizermatt dannenberg2014-07-081-6/+2
* SERVER-14135 implement processHandshake() in LegacyReplicationCoordinatormatt dannenberg2014-07-031-1/+1
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-0/+6
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+6
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-1/+1
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-1/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-1/+1
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-1/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-1/+1
* SERVER-14368 move isSelf from HostAndPort to a free function in namespace replmatt dannenberg2014-06-271-4/+5
* SERVER-13635: remove path concept from DatabaseHolder, and move repair and li...Eliot Horowitz2014-06-181-2/+3
* SERVER-13645 rename repl_start to repl_set_seed_listmatt dannenberg2014-06-101-7/+7
* SERVER-13961 Start using LockState from the OperationContextKaloian Manassiev2014-06-021-5/+10