summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/repl_set_request_votes.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39868 Avoid throttling replica set electionsMaria van Keulen2019-05-011-0/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34682 Old primary should be able to store last vote when casting vote ...William Schultz2018-05-161-1/+3
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-6/+2
* SERVER-34628 Prep for removing appendCommandStatusMathias Stearn2018-05-081-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-1/+1
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-1/+1
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-2/+2
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-3/+3
* SERVER-21456 Only rely on isMaster to set kKeepOpen tag on transport sessions.Siyuan Zhou2017-11-281-14/+0
* SERVER-31648 Perform sets/unsets to session tags atomically.Justin Seyster2017-11-061-5/+3
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-1/+0
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-3/+3
* SERVER-26674 transport::Session objects should be shared_ptr managedsamantharitter2016-11-051-1/+1
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-121-8/+11
* SERVER-23448 create an ASIO based MessagingPortMatt Cotter2016-05-201-3/+3
* SERVER-20812 Tag vote request connection to skip closing it when relinquishin...Siyuan Zhou2015-10-141-0/+19
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-28/+27
* SERVER-18253 create VoteRequester Scatter-Gather Algorithm to conduct new sty...matt dannenberg2015-05-041-1/+2
* SERVER-18152 initializers for ReplSetRequestVotes args and responsematt dannenberg2015-04-211-1/+4
* SERVER-17880 New OpTime class for replEric Milkie2015-04-201-0/+67