summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/check_quorum_for_config_change_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-3/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-159/+82
* SERVER-40363 Change type of "_id" field of replica setAllison Easton2019-06-251-1/+1
* SERVER-40737 Use epoch as default OpTimeAndWallTime wallTime valueMaria van Keulen2019-06-111-2/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+2
* SERVER-40078 Report lastCommitted wall clock timeMaria van Keulen2019-04-161-3/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38445 Fix Date_t addition with DurationMatthew Saltz2018-12-071-40/+59
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-14/+11
* SERVER-36051 Code cleanup for pv1 heartbeat response message parser.Suganthi Mani2018-07-271-80/+63
* SERVER-31963 Removal of pv0 specific fields in the heartbeat messages.Suganthi Mani2018-07-091-70/+16
* SERVER-28389 Pass CallbackCanceled error down to scatter-gather runner algori...Samy Lanka2018-06-111-0/+55
* SERVER-33759 Forbid replication protocol version 0Spencer T Brody2018-04-131-0/+30
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-13/+13
* SERVER-32741 Initialize the featureCompatibilityVersion parameter value to 3.6Maria van Keulen2018-02-011-0/+1
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-041-1/+1
* Revert "SERVER-32070 migrate some easy stdx::bind to lambdas"Kaloian Manassiev2017-12-011-1/+1
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-011-1/+1
* SERVER-28794 Only use PV0 style heartbeats when choosing to use PV0Judah Schvimer2017-09-261-6/+8
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+1
* SERVER-28491 Re-host unit tests that used ReplicationExecutorTest onto Thread...Andy Schwerin2017-03-271-158/+143
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-52/+52
* SERVER-27800 Change ReplicationCoordinatorImpl and ReplicationExecutor constr...Andy Schwerin2017-01-251-2/+3
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-13/+13
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-13/+9
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-87/+160
* SERVER-18038 ReplicationExecutor no longer requires StorageInterface to creat...Benety Goh2016-04-181-4/+2
* SERVER-22287 added replica set ID validation to heartbeat response processing...Benety Goh2016-02-051-0/+76
* SERVER-17528: no vote members must have priority 0Scott Hernandez2015-08-071-4/+4
* SERVER-19001 Move RemoteCommandRequest/RemoteCommandResponse into task_execut...Andy Schwerin2015-07-171-0/+2
* SERVER-19010 remove the metadata-free constructor of RemoteCommandResponsematt dannenberg2015-06-261-19/+24
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-713/+727
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-6/+5
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-3/+3
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+3
* SERVER-18623 Split NetworkInterface and StorageInterface out from Replication...Spencer T Brody2015-06-041-2/+7
* SERVER-18254 unit test prepareHeartbeatResponseV1()matt dannenberg2015-06-021-1/+1
* SERVER-18152 SERVER-18254 new election code path and heartbeat protocolmatt dannenberg2015-05-191-1/+1
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-31/+31
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-31/+31
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-31/+31
* SERVER-18353 Move the remote command executor to a separate libraryKaloian Manassiev2015-05-101-26/+24
* SERVER-16217 improve replSetReconfig and replSetInitiate error messagesmatt dannenberg2014-11-241-4/+4
* SERVER-15817 eliminate done TODOs (TODONEs)matt dannenberg2014-10-291-1/+0
* SERVER-15098: funnel all auth errors to the correct status/checksScott Hernandez2014-10-141-0/+2
* SERVER-15477: check hasData during initial quorum checkScott Hernandez2014-10-131-0/+55
* SERVER-15399 Make networking in ReplicationExecutor::NetworkInterface asynch...Andy Schwerin2014-10-061-415/+361
* SERVER-15446: handle ok:0 and unauth heartbeat responsesScott Hernandez2014-10-061-26/+48