summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13645 rename repl_start to repl_set_seed_listmatt dannenberg2014-06-109-34/+34
* SERVER-14135 implement startReplication() in LegacyReplicationCoordinatormatt dannenberg2014-06-103-25/+20
* SERVER-14135 implement shouldIgnoreUniqueIndex() in LegacyReplicationCoordinatormatt dannenberg2014-06-102-31/+24
* SERVER-14135 implement canAcceptWritesForDatabase() in LegacyReplicationCoord...matt dannenberg2014-06-109-25/+25
* SERVER-14135 implement getCurrentMemberState() in LegacyReplicationCoordinatormatt dannenberg2014-06-105-9/+7
* SERVER-13931 move heartbeat command processing under Repl CoordinatorEric Milkie2014-06-098-111/+169
* SERVER-13635: hide NamespaceIndex and NamespaceDetailsEliot Horowitz2014-06-092-2/+2
* SERVER-14135 Fix spellingSpencer T Brody2014-06-092-2/+2
* SERVER-14033 second half of rebase merge from 36d1beca1267a47cf4e9d79742caec...Eric Milkie2014-06-091-0/+8
* SERVER-13922 Remove Context and dbtemprelease from the clonerKaloian Manassiev2014-06-094-39/+34
* SERVER-14033 implemented prepareHeartbeatResponse in replication topology coo...Eric Milkie2014-06-093-120/+623
* SERVER-14135 SERVER-14033 Basic outline of new implementation of ReplicationC...Spencer T Brody2014-06-063-38/+255
* SERVER-14135 Use ReplicationCoordinator to determine if replication is enabledSpencer T Brody2014-06-067-11/+31
* SERVER-14135 Initial skeleton of ReplicationCoordinator interfaceSpencer T Brody2014-06-0610-3/+623
* SERVER-14058 Fix deadlock in ReplicationExecutor::shutdown().Andy Schwerin2014-06-051-1/+1
* SERVER-13961 Remove some usages of Lock::isLockedXXX and dbtempreleaseKaloian Manassiev2014-06-054-42/+35
* SERVER-14116 logging cleanup - removed out()Benety Goh2014-06-041-1/+1
* SERVER-14163 Include string header and std:: qualify string usesAndrew Morrow2014-06-041-1/+3
* SERVER-14114 logging cleanup - removed problem()Benety Goh2014-06-041-11/+11
* SERVER-14058 Implementation of ReplicationExecutor::NetworkInterface for use ...Andy Schwerin2014-06-043-0/+141
* SERVER-14058 Implementation of ReplicationExecutor event loop.Andy Schwerin2014-06-044-0/+1408
* SERVER-13961 move repl-specific cloner static methods to where they're usedHari Khalsa2014-06-032-3/+40
* SERVER-13055 disallow w:0 as getLastErrorDefaults valuematt dannenberg2014-06-031-0/+5
* SERVER-13627 disallow 0-vote arbitersmatt dannenberg2014-06-031-0/+1
* SERVER-13961 Remove all 'checking' variants of dbHolderKaloian Manassiev2014-06-021-5/+6
* SERVER-13961 Start using LockState from the OperationContextKaloian Manassiev2014-06-0220-108/+142
* SERVER-13610 update even number of votes warning due to non-numeric votesmatt dannenberg2014-06-021-1/+1
* SERVER-13610 update even number of votes warning due to non-numeric votesmatt dannenberg2014-06-021-1/+2
* Revert "SERVER-13627 disallow 0-vote arbiters"matt dannenberg2014-05-301-1/+0
* SERVER-13575 log rollback operation progress every 10 secondsmatt dannenberg2014-05-301-1/+9
* SERVER-13627 disallow 0-vote arbitersmatt dannenberg2014-05-301-0/+1
* 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