summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/repl_set_request_votes_args.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-3/+3
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-3/+3
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-3/+3
* SERVER-46720 Allow non strict replication message parsingWilliam Schultz2020-04-101-17/+1
* SERVER-47211 Remove 4.2 style reconfig behavior on FCV downgradeAli Mir2020-04-031-2/+0
* SERVER-46090: Remove references to lastCommittedOpXuerui Fa2020-03-261-45/+2
* Revert "SERVER-46090: Remove references to lastCommittedOp"Xuerui Fa2020-03-201-2/+45
* SERVER-46090: Remove references to lastCommittedOpXuerui Fa2020-03-191-45/+2
* SERVER-28680: Fix naming of lastCommittedOp field in replSetRequestVotesXuerui Fa2020-02-181-10/+50
* SERVER-45082 Utilize ConfigVersionAndTerm structure for comparison and string...William Schultz2020-02-101-0/+4
* SERVER-45688 change cfgver and cfgterm to camelCasePavithra Vetriselvan2020-01-311-6/+6
* SERVER-45080 ignore voteRequest from nodes with lower configsPavithra Vetriselvan2020-01-251-0/+15
* Revert "SERVER-45080 ignore voteRequest from nodes with lower configs"William Schultz2020-01-241-20/+0
* SERVER-45080 ignore voteRequest from nodes with lower configsPavithra Vetriselvan2020-01-231-0/+20
* 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-32906 Improve logging around electionsTess Avitabile2018-07-271-0/+12
* SERVER-29543 ReplSetRequestVotesResponse shouldn't error on extra reply fieldsMathias Stearn2017-06-131-17/+1
* SERVER-29071 gossip clusterTime in mongo shellMisha Tyulenev2017-05-171-1/+1
* SERVER-28508 OP_MSG in egress and mongodMathias Stearn2017-04-271-1/+8
* SERVER-28507 Centralize ignored fields in command implementationsMathias Stearn2017-04-121-1/+2
* SERVER-27773 add operationTime field to the command responseMisha Tyulenev2017-02-281-1/+3
* SERVER-23103 Break circularity between optime and bson_extractAndrew Morrow2016-03-211-0/+1
* SERVER-22505 describe RequestVotes OpTime as durable rather than committedrenamerequestvotesmatt dannenberg2016-02-091-6/+8
* SERVER-20539 change requestVotes to use candidate index instead of candidate idmatt dannenberg2015-09-221-6/+6
* SERVER-19956: fix stale term handling/errorsScott Hernandez2015-09-221-7/+10
* SERVER-19905 consistently use t as the field name for the term portion of an ...matt dannenberg2015-09-171-6/+1
* SERVER-19554 merge ReplSetMetadata and ReplicationMetadatamatt dannenberg2015-08-121-10/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-166/+160
* SERVER-18385 add DryRun support to RequestVotes, VoteRequester, and TopologyC...matt dannenberg2015-06-161-0/+11
* SERVER-18253 create VoteRequester Scatter-Gather Algorithm to conduct new sty...matt dannenberg2015-05-041-1/+7
* SERVER-18191 make new heartbeat args/response classes for the new election pr...matt dannenberg2015-04-241-1/+1
* SERVER-18152 initializers for ReplSetRequestVotes args and responsematt dannenberg2015-04-211-28/+110
* SERVER-17880 New OpTime class for replEric Milkie2015-04-201-0/+109