summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_info.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39150 markKillOnClientDisconnectJason Carey2019-02-101-0/+1
* SERVER-38381 Fix some override qualifiersADAM David Alan Martin2018-12-191-17/+30
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-0/+1
* SERVER-35655 Update FCV constants throughout server code.Blake Oler2018-07-021-11/+1
* SERVER-10637 Add connectionId to isMaster responseAnthony Roy2018-06-051-0/+1
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-8/+3
* SERVER-34046 Ad an embedded specific ismaster commandAndrew Morrow2018-03-311-3/+1
* Revert "SERVER-34046 Separate implementations for CmdIsMaster for embedded an...Henrik Edin2018-03-271-8/+182
* SERVER-34046 Separate implementations for CmdIsMaster for embedded and mongod.Henrik Edin2018-03-271-182/+8
* SERVER-34048 Temporary fix to not crash embedded when asked for logical sessi...Henrik Edin2018-03-221-1/+3
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-151-7/+2
* SERVER-31802 SERVER-31239 Remove master-slave replication and resync command.Andy Schwerin2018-03-131-10/+2
* SERVER-32966: Add SASL server mechanism registrySpencer Jackson2018-03-091-2/+3
* 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-32635 an old mongos server communicating with a fully upgraded cluster...Dianna Hohensee2018-02-161-1/+11
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-1/+1
* SERVER-32776 ReplicationProcess::getRollbackID() no longer reads from storage...Benety Goh2018-02-131-3/+3
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-32965: Expose per-user SASL mechanism negotiation via isMasterSpencer Jackson2018-02-021-0/+3
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-2/+2
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-2/+2
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-2/+2
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-4/+4
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-4/+4
* SERVER-25345 remove wassertMathias Stearn2018-01-191-1/+1
* SERVER-32460 platforms upgrade/downgrade workJason Carey2018-01-191-5/+1
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-2/+3
* SERVER-31777 deactivate logical sessions for fcv34Jason Carey2017-11-091-1/+4
* SERVER-31631 Bump minimum outgoing wire version for mongod when featureCompat...Tess Avitabile2017-11-091-10/+11
* SERVER-31648 Perform sets/unsets to session tags atomically.Justin Seyster2017-11-061-24/+29
* SERVER-31633 If the featureCompatibilityVersion is 3.6, upgrading, or downgra...Tess Avitabile2017-10-271-5/+5
* SERVER-31608 future-proof FCV enumJudah Schvimer2017-10-251-1/+1
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-1/+1
* SERVER-31265 Mark new sessions as pending so terminateIfTagsDontMatch don't t...Henrik Edin2017-10-041-4/+7
* SERVER-31209 Persist targetVersion in FCV document to indicate an upgrade/dow...Louis Williams2017-10-031-7/+4
* SERVER-30432 add logicalSessionTimeoutMinutes to isMaster resultsGabriel Russell2017-08-161-0/+2
* SERVER-30298 Add UserDigest LogicalSessionIDJason Carey2017-07-261-1/+1
* SERVER-28752 Get rid of all usages of Batched Insert/Update/Delete Request ou...Kaloian Manassiev2017-07-241-2/+2
* SERVER-28918 Move rsOplogName to NamespaceStringJack Mulrow2017-07-191-1/+1
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-1/+0
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-2/+2
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-091-8/+76
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-29249 Remove Command::_webUi member and constructor argumentMathias Stearn2017-05-171-1/+1
* SERVER-28988 add ReplicationProcessBenety Goh2017-04-281-1/+2