summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-3015-41/+50
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-3011-38/+54
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-2811-54/+38
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-2811-38/+54
* SERVER-13856 remove unnecessary usage of repl:: from the repl directorymatt dannenberg2014-05-2710-16/+16
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-2764-146/+146
* SERVER-14042 decrease yea delay from 30 seconds to 3matt dannenberg2014-05-271-1/+1
* SERVER-14033 Topology coordinator for replicationEric Milkie2014-05-235-5/+577
* SERVER-13645 kill dead codeEric Milkie2014-05-222-8/+1
* SERVER-14001 remove reIndex branch from rollback code since we do not oplog r...matt dannenberg2014-05-221-3/+0
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-2255-72/+175
* SERVER-13635: hide NamespaceIndex behind DatabaseEliot Horowitz2014-05-203-3/+0
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-1912-68/+69
* SERVER-13822 check for replSet pointer in resync commandEric Milkie2014-05-191-1/+4
* SERVER-13645 clean up ReplSetImplmatt dannenberg2014-05-191-135/+168
* SERVER-13645 move ReplSetImpl out of rs.cppmatt dannenberg2014-05-195-852/+894
* SERVER-13993 log the decision to change sync targetsmatt dannenberg2014-05-191-0/+4
* SERVER-13645 cleanup heartbeat_infoEric Milkie2014-05-198-33/+42
* SERVER-13645 move multiSyncApply(), multiInitialSyncApply(), and initializeWr...matt dannenberg2014-05-194-72/+72
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-165-12/+12
* SERVER-13773 rollback cleanup in preparation for more testingmatt dannenberg2014-05-162-359/+376
* SERVER-13641 remove recovery unit passthroughs from operationcontextHari Khalsa2014-05-152-2/+2
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-1519-73/+73
* SERVER-13817 remove the last remnant of GhostSyncmatt dannenberg2014-05-141-1/+0
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-146-15/+15
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-143-5/+6
* SERVER-13896 Stop passing unconsulted "fullObj" parameter to logOp().Andy Schwerin2014-05-122-5/+3
* 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-13256: Remove exit functions from pchMark Benvenuto2014-05-072-0/+2
* SERVER-13849 remove a logically dead portion of code from initFromConfig()matt dannenberg2014-05-061-3/+0
* SERVER-13640: split up ServerStatus into a libraryEliot Horowitz2014-05-063-3/+3
* more rollback4.js debuggerymatt dannenberg2014-05-052-2/+16
* SERVER-13823 remove magic from RSBasematt dannenberg2014-05-052-7/+1
* SERVER-13821 privatize SyncSourceFeedback's resetConnection()matt dannenberg2014-05-052-11/+11
* SERVER-13817 removing GhostSyncmatt dannenberg2014-05-059-299/+6
* SERVER-13820 prevent updateUpstream from using a null connectionmatt dannenberg2014-05-051-0/+1
* SERVER-13797 Remove more usages of Client::getContextKaloian Manassiev2014-05-046-36/+27
* SERVER-13704 write commands handles ClockSkewException differently from legac...Randolph Tan2014-05-014-21/+65
* SERVER-13643 Use TransactionExperiment in dropDatabase()Mathias Stearn2014-05-013-21/+30
* SERVER-13643 Remove getDur() where we already have a TransactionExperimentMathias Stearn2014-05-012-2/+2
* 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 through ClonerMathias Stearn2014-04-304-6/+7
* SERVER-13643 Plumb TransactionExperiment through dbhelpersMathias Stearn2014-04-304-8/+15
* SERVER-13643 Kill Command::logTheOp and have Commands log their own opsMathias Stearn2014-04-302-2/+0
* SERVER-13643 Plumb TransactionExperiment though logOpMathias Stearn2014-04-306-41/+85
* extra debugging to help fix rollback4.jsmatt dannenberg2014-04-292-2/+5
* SERVER-13091 eliminate connlock from SyncSourceFeedbackmatt dannenberg2014-04-293-101/+81