summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replset_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-893/+0
* SERVER-27543 Process OplogQueryMetadata with backwards and forwards compatibi...Judah Schvimer2017-02-151-1/+1
* SERVER-27889 Handle case in catchup.js where stepUp fails due to node already...Spencer T Brody2017-02-021-0/+6
* SERVER-27123 Only update the commit point as a secondary from oplog queries a...Spencer T Brody2017-01-041-1/+1
* SERVER-26674 transport::Session objects should be shared_ptr managedsamantharitter2016-11-051-1/+1
* SERVER-23476: Cleanup help note.Scott Hernandez2016-08-261-1/+1
* SERVER-23476: restart initialsync/resync if replSetSyncFrom is calledScott Hernandez2016-08-181-4/+5
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-161-1/+12
* Revert "SERVER-25125 Report initial sync progress in ReplSetGetStatus"Judah Schvimer2016-08-151-12/+1
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-151-1/+12
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-1/+1
* SERVER-24989 MigrationManager unit-testing.Dianna Hohensee2016-07-191-1/+0
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-121-8/+10
* SERVER-24900 Remove duplicated auth code of replset commandsSiyuan Zhou2016-07-061-101/+45
* SERVER-24881 Add StepUp Command.Siyuan Zhou2016-07-061-0/+33
* Revert "SERVER-24881 Add StepUp Command."Jonathan Abrahams2016-07-061-33/+0
* SERVER-24881 Add StepUp Command.Siyuan Zhou2016-07-051-0/+33
* SERVER-23750: Connect StorageInterface to ReplicationCoordinatorImplScott Hernandez2016-06-301-1/+2
* SERVER-23243 Remove time-keeping from listenerWaley Chen2016-06-131-1/+1
* SERVER-22136 Attach term metadata to UpdatePosition commandSiyuan Zhou2016-06-011-5/+13
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+7
* SERVER-23698 Removed ability to run replSetInitiate if not started as a repli...Judah Schvimer2016-05-271-7/+1
* SERVER-23448 create an ASIO based MessagingPortMatt Cotter2016-05-201-3/+3
* SERVER-23826 SERVER-24147 Do not construct MemberState with out-of-bounds valuesAndrew Morrow2016-05-161-6/+5
* SERVER-23918 extend stepdown time for replsetfreezeEric Milkie2016-04-251-1/+1
* SERVER-22663 Remember --shardsvr settingRandolph Tan2016-03-231-1/+1
* SERVER-18029 cleaned up ReplicationCoordinator::prepareReplSetUpdatePositionC...Benety Goh2016-03-071-2/+2
* SERVER-22731 allow replSetInitiate on nodes started with --configsvr but not ...Benety Goh2016-02-191-3/+9
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-041-11/+30
* SERVER-14501 moved ReplSettings class implementation from repl_settings.h int...Dianna Hohensee2016-01-041-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