summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/consensus.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-15496 Remove legacy replication codeSpencer T Brody2014-11-201-377/+0
* SERVER-15496 Code movement to facilitate ripping out legacy replication codeSpencer T Brody2014-10-301-85/+0
* SERVER-15733 reinstate yea delay of 30 seconds in the LegacyReplicationCoordi...matt dannenberg2014-10-211-1/+1
* SERVER-15535 Accept any numeric type for cfgver argument to replSetFresh and ...Andy Schwerin2014-10-071-2/+12
* SERVER-14950 Move rsLog to its own librarySpencer T Brody2014-08-191-0/+1
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-14318 replace check() in replset_commands with ReplCoordinator::checkR...matt dannenberg2014-07-291-4/+10
* SERVER-14318 Use structs for replication command argumentsSpencer T Brody2014-07-021-21/+28
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-0/+6
* SERVER-14318 Implement processReplSetElect in LegacyReplicationCoordinatorSpencer T Brody2014-06-261-11/+20
* SERVER-14318 Implement processReplSetFresh in LegacyReplicationCoordinatorSpencer T Brody2014-06-261-81/+11
* SERVER-13961 Start using LockState from the OperationContextKaloian Manassiev2014-06-021-1/+1
* 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
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-2/+2
* SERVER-14042 decrease yea delay from 30 seconds to 3matt dannenberg2014-05-271-1/+1
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-2/+4
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-2/+2
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-2/+2
* SERVER-13704 write commands handles ClockSkewException differently from legac...Randolph Tan2014-05-011-4/+4
* extra debugging to help fix rollback4.jsmatt dannenberg2014-04-291-1/+1
* SERVER-13645 reorg Consensus (no functional change)Eric Milkie2014-04-231-78/+73
* SERVER-13645 fix up consensus includesEric Milkie2014-04-231-3/+1
* SERVER-13645 remove Guarded classEric Milkie2014-04-231-2/+2
* SERVER-13645 move ReplSetCommand class into its own header filematt dannenberg2014-04-231-1/+2
* SERVER-13645 move Consensus class into its own header and cpp filematt dannenberg2014-04-231-1/+1
* SERVER-9765 use election time to resolve 2-primary situation, as a stopgapEric Milkie2014-02-181-0/+4
* SERVER-12241 Combine internal action types into oneAndreas Nilsson2014-01-071-2/+4
* SERVER-12170 stop calling relinquish() when replicaset nodes decide not to ve...Matt Dannenberg2013-12-201-1/+0
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-2/+1
* SERVER-11032: Do not veto if primary is the node trying to be electedScott Hernandez2013-10-041-1/+3
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-2/+2
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* Get the dbwebserver code out of the tools and other non-server components.Andy Schwerin2013-07-091-1/+2
* SERVER-9730 under any circumstances, do not vote yea while a primary already...Eric Milkie2013-05-221-5/+3
* normalize #includes in many filesEric Milkie2013-04-181-4/+5
* SERVER-7122 Add required privileges to internal commandsSpencer T Brody2012-12-071-0/+14
* SERVER-7554 Report why a member is vetoing an electionKristina2012-11-301-10/+23
* SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2012-10-241-1/+1
* SERVER-1929 Remove unused heartbeat options from stepdown logicKristina2012-10-041-3/+2
* backward compatibility check was too late in the code to workDwight2012-08-021-6/+9
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-9/+9
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+449