summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/resync.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23476: wire resync back upScott Hernandez2016-08-111-4/+14
* SERVER-24318 change BackgroundSync to one owned object by the Repl ExternalSt...Eric Milkie2016-06-011-2/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+3
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-82/+82
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-2/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-1/+1
* SERVER-16764 Give methods and member variables consistent names in repl Coord...Spencer T Brody2015-01-121-1/+1
* SERVER-16500 Change the meaning of getReplicationMode() to be constant after ...Andy Schwerin2014-12-101-2/+3
* SERVER-16431 Implement TempRelease in terms of save/restore lock stateKaloian Manassiev2014-12-051-0/+1
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+1
* SERVER-15496 Remove legacy replication codeSpencer T Brody2014-11-201-1/+0
* SERVER-15535 Consider return value of setFollowerMode in call sites that care.Andy Schwerin2014-10-271-3/+2
* SERVER-15350 Move replica set resync implemention out of theReplSetSpencer T Brody2014-09-261-7/+12
* SERVER-15302 Reduce the scope of the CmdResync write unit of workKaloian Manassiev2014-09-181-5/+3
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-1/+1
* SERVER-14443 implement canAcceptWritesForDatabase() and canServeReadsFor() in...matt dannenberg2014-07-311-1/+2
* SERVER-13961 Cleanup some nested instantiations of OperationContextImpl in replKaloian Manassiev2014-07-181-1/+1
* SERVER-14420 Get rid of global replSettings objectSpencer T Brody2014-07-091-2/+2
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+2
* 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-13961 Start using LockState from the OperationContextKaloian Manassiev2014-06-021-5/+6
* 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-13822 check for replSet pointer in resync commandEric Milkie2014-05-191-1/+4
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-2/+2
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-1/+1
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-141-3/+3
* SERVER-13643 Use TransactionExperiment in dropDatabase()Mathias Stearn2014-05-011-1/+3
* SERVER-13643 Kill Command::logTheOp and have Commands log their own opsMathias Stearn2014-04-301-1/+0
* SERVER-13645 move replication_server_status.h/.cpp to repl_settings.h/.cppmatt dannenberg2014-04-231-1/+1
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-3/+7
* SERVER-6552 implement resync command for replicaset membersmatt dannenberg2013-10-281-0/+112