summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replset_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27123 Only update the commit point as a secondary from oplog queries a...Benety Goh2017-01-241-1/+1
* SERVER-22136 Attach term metadata to UpdatePosition commandSiyuan Zhou2017-01-101-6/+15
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-241-11/+30
* SERVER-22731 allow replSetInitiate on nodes started with --configsvr but not ...Benety Goh2016-02-191-3/+9
* SERVER-14501 moved ReplSettings class implementation from repl_settings.h int...Dianna Hohensee2016-02-181-1/+2
* SERVER-21643: Add server metrics for the Replication ExecutorScott Hernandez2015-11-241-3/+15
* SERVER-20979 added ReplicationCoordinator::waitForMemberState() and waitForDr...Benety Goh2015-10-211-5/+43
* SERVER-20812 Tag vote request connection to skip closing it when relinquishin...Siyuan Zhou2015-10-141-4/+13
* SERVER-19537 allow replSetInitiate on nodes not started with --replSetBenety Goh2015-08-081-5/+4
* SERVER-19606 Upgrade / downgrade of election protocol versionSiyuan Zhou2015-07-271-1/+9
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-691/+674
* SERVER-18623 Split NetworkInterface and StorageInterface out from Replication...Spencer T Brody2015-06-041-1/+2
* SERVER-18254 unit test prepareHeartbeatResponseV1()matt dannenberg2015-06-021-2/+2
* SERVER-18152 SERVER-18254 new election code path and heartbeat protocolmatt dannenberg2015-05-191-22/+21
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-2/+2
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-2/+2
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-2/+2
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-291-1/+2
* SERVER-18191 make new heartbeat args/response classes for the new election pr...matt dannenberg2015-04-241-12/+28
* Revert "SERVER-18131 Clean up LastError."Andy Schwerin2015-04-231-2/+1
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-231-1/+2
* SERVER-17880 New OpTime class for replEric Milkie2015-04-201-24/+4
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-22/+68
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-9/+9
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-1/+1
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-3/+3
* SERVER-17330 clean up replset commandsEric Milkie2015-03-261-87/+95
* SERVER-17491 better error message when running replSetInitiate against a stan...matt dannenberg2015-03-121-6/+62
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-111-3/+6
* SERVER-17416 MMAP V1 journal thread should check for deadlocksKaloian Manassiev2015-03-021-1/+8
* SERVER-17427 Get rid of useless RWLock in replSetReconfig command.Andy Schwerin2015-03-021-13/+2
* SERVER-17330 moved ScopedConn::keepOpen to ReplicationExecutor::NetworkInterfaceBenety Goh2015-02-271-2/+2
* SERVER-16477 Confusing info message from initiate on removed memberSiyuan Zhou2015-02-251-2/+3
* SERVER-15698 remove RID from replica set replication progress trackingmatt dannenberg2015-02-201-25/+15
* SERVER-16968 Log when we receive a replSetStepDown commandSiyuan Zhou2015-02-171-0/+2
* SERVER-17176 refine replication log severities and message bodiesSiyuan Zhou2015-02-101-5/+5
* remove dead codeScott Hernandez2015-01-151-7/+0
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* 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-3/+4
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-16414 Remove unnecessary OperationContext arguments from ReplicationCo...Spencer T Brody2014-12-081-2/+1
* SERVER-15804 ensure ramlog contains state changes, syncsource changes, and wr...matt dannenberg2014-11-241-6/+5
* SERVER-16217 improve replSetReconfig and replSetInitiate error messagesmatt dannenberg2014-11-241-3/+4
* SERVER-16257 - replSetInitiate races with initial sync, resulting in no primaryScott Hernandez2014-11-211-4/+0
* SERVER-15861 add secondaryCatchUpPeriodSecs argument to replSetStepDownmatt dannenberg2014-11-201-6/+43
* SERVER-15496 Remove legacy replication codeSpencer T Brody2014-11-201-3/+1
* Revert "SERVER-16217 improve replSetReconfig and replSetInitiate error messages"Eric Milkie2014-11-191-4/+3
* SERVER-16217 improve replSetReconfig and replSetInitiate error messagesmatt dannenberg2014-11-191-3/+4
* SERVER-16209 LogComponent::kCommands -> kCommandMatt Kangas2014-11-181-1/+1