summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-15192 Temporarily disallow rollback of logOpMathias Stearn2014-09-121-0/+10
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-1/+1
* SERVER-15188 all lastOpTimeWritten setting goes through the legacy repl coordEric Milkie2014-09-091-29/+12
* SERVER-15031 Properly pass our own optime into the ReplicationCoordinatorSpencer T Brody2014-08-291-0/+8
* SERVER-14745 Remove WritebackListenerRandolph Tan2014-08-281-1/+1
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-4/+4
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-4/+4
* SERVER-13951 Split index building in to UnitOfWork-sized stagesMathias Stearn2014-08-131-5/+19
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-14429 Don't change replSettings.master after startupSpencer T Brody2014-08-071-9/+3
* SERVER-14413 access global storage mgr via global environmentHari Khalsa2014-07-211-1/+3
* SERVER-13961 Pass OperationContext into WhereCallbackRealKaloian Manassiev2014-07-181-6/+6
* SERVER-13961 Cleanup some nested instantiations of OperationContextImpl in replKaloian Manassiev2014-07-181-18/+16
* SERVER-14420 Get rid of global replSettings objectSpencer T Brody2014-07-091-4/+7
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-2/+2
* SERVER-14135 implement waitUpToOneSecondForOptimeChange() in LegacyReplicatio...matt dannenberg2014-07-031-6/+3
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-1/+5
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+10
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-7/+8
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-8/+7
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-7/+8
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-8/+7
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-7/+8
* SERVER-14135 implement processReplSetSyncFrom() in LegacyReplicationCoordinatormatt dannenberg2014-06-261-8/+9
* SERVER-13635: remove path concept from DatabaseHolder, and move repair and li...Eliot Horowitz2014-06-181-6/+4
* SERVER-13635: remove all non storage callers to flushAllEliot Horowitz2014-06-181-1/+2
* SERVER-12058 Abort mongod before letting exceptions esacpe from logOp().Andy Schwerin2014-06-131-9/+22
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-3/+4
* SERVER-13922 Remove dbtempreleaseKaloian Manassiev2014-06-101-2/+9
* SERVER-14135 Use ReplicationCoordinator to determine if replication is enabledSpencer T Brody2014-06-061-1/+1
* SERVER-13961 Start using LockState from the OperationContextKaloian Manassiev2014-06-021-13/+11
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-3/+3
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-3/+3
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-3/+3
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-3/+3
* 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-1/+3
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-12/+12
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-141-1/+1
* SERVER-13896 Stop passing unconsulted "fullObj" parameter to logOp().Andy Schwerin2014-05-121-3/+2
* SERVER-13896 No longer pass extraneous arguments to logOpForDbHash().Andy Schwerin2014-05-121-1/+1
* SERVER-13635: pull out interface for deleting records in capped collection du...Eliot Horowitz2014-05-091-1/+1
* SERVER-13851 add a safety invariant to replicated commands to appease coveritymatt dannenberg2014-05-071-3/+3
* SERVER-13797 Remove more usages of Client::getContextKaloian Manassiev2014-05-041-7/+5
* SERVER-13704 write commands handles ClockSkewException differently from legac...Randolph Tan2014-05-011-10/+48
* SERVER-13643 have index builder use TransactionExperimentHari Khalsa2014-04-301-1/+1
* SERVER-13643 pull TransactionExperiment above (most) catalog stuffHari Khalsa2014-04-301-2/+2
* SERVER-13643 Plumb TransactionExperiment though logOpMathias Stearn2014-04-301-29/+60
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-8/+14