summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/repl_set_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55589 setMaintenanceMode should take RSTL in X modeVishnu Kaushik2021-10-141-1/+1
* SERVER-43236 Wrap reconfig cmd no-op oplog write in writeConflictRetry blockAli Mir2019-11-051-10/+15
* SERVER-41501 Track the number of elections that require primary catchup in se...Samyukta Lanka2019-09-121-4/+28
* SERVER-37837 Examine and reap sessions from the SessionsCatalogKaloian Manassiev2019-05-171-19/+20
* SERVER-41054 Trivially increased heartbeat logging for connection problemsBen Caimano2019-05-081-2/+4
* SERVER-40078 Report lastCommitted wall clock timeMaria van Keulen2019-04-161-2/+17
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-2/+1
* SERVER-36494 Test that active txn entries aren't truncatedA. Jesse Jiryu Davis2019-04-081-1/+1
* Revert "SERVER-36494 Test that active txn entries aren't truncated"A. Jesse Jiryu Davis2019-04-081-1/+1
* SERVER-36494 Test that active txn entries aren't truncatedA. Jesse Jiryu Davis2019-04-081-1/+1
* 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-26/+28
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-1/+0
* SERVER-35870 Make ReplicationCoordinator::stepDown report errors via exceptionsSpencer T Brody2018-09-241-2/+1
* SERVER-36503 Skip dry run during election handoffVesselina Ratcheva2018-09-121-1/+2
* SERVER-36050 Remove isV1ElectionProtocol() check.Suganthi Mani2018-07-271-1/+1
* SERVER-36101 Replication should not depend on the presence of lastStableCheck...Dianna Hohensee2018-07-251-3/+3
* SERVER-31963 Removes replSetFresh and replSetFresh command support for pv0.Suganthi Mani2018-06-281-66/+0
* SERVER-31963 Remove heartbeat support for pv0.Suganthi Mani2018-06-281-38/+4
* SERVER-35101 Strip trailing and leading whitespace from bind_ip arguments and...Adam Cooper2018-06-111-5/+1
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* SERVER-34653 MONGO_REGISTER_TEST_COMMANDBilly Donahue2018-05-161-7/+1
* SERVER-33524 Fix kill secondaries standalone invariant checks to use a "recov...Judah Schvimer2018-05-151-0/+8
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-75/+60
* SERVER-34628 Prep for removing appendCommandStatusMathias Stearn2018-05-081-1/+2
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-1/+1
* SERVER-29725 mongoe applicationHenrik Edin2018-04-181-41/+0
* SERVER-33889 Split dcommands and core into libraries for embedded vs standalo...Henrik Edin2018-03-231-0/+1
* SERVER-33892 Separate test_commands_enabled libraryBilly Donahue2018-03-141-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-3/+2
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-2/+3
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-3/+2
* SERVER-32776 ReplicationProcess::getRollbackID() no longer reads from storage...Benety Goh2018-02-131-6/+1
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-44/+44
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-27/+28
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-51/+54
* SERVER-28895 Remove old form of replSetUpdatePosition commandVesselina Ratcheva2017-12-131-15/+0
* SERVER-21456 Only rely on isMaster to set kKeepOpen tag on transport sessions.Siyuan Zhou2017-11-281-14/+0
* SERVER-31808 don't boost::split an empty bind_ip stringBilly Donahue2017-11-201-1/+3
* Revert "SERVER-31808 Query vector<SockAddr> from TransportLayer"Billy Donahue2017-11-151-17/+43
* SERVER-31808 Query vector<SockAddr> from TransportLayerBilly Donahue2017-11-151-43/+17
* SERVER-31648 Perform sets/unsets to session tags atomically.Justin Seyster2017-11-061-5/+3
* SERVER-31464 Use localhost for default rs.initiate() configuration when only ...Sara Golemon2017-10-141-14/+32
* SERVER-29961 Close change notification cursors when a chunk migrates to a new...Siyuan Zhou2017-09-131-0/+2
* SERVER-29687 Don't include sock.h from options headerAndrew Morrow2017-08-231-0/+1
* SERVER-28918 Move rsOplogName to NamespaceStringJack Mulrow2017-07-191-1/+1
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-17/+1
* SERVER-29564 BSONObjBuilder can now be seeded with a BSONObj prefixMathias Stearn2017-06-191-2/+1