summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_info.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SERVER-27659 Persist Rollback IdJudah Schvimer2017-04-281-1/+6
* Revert "SERVER-27659 Persist Rollback Id"ADAM David Alan Martin2017-04-281-6/+1
* SERVER-27659 Persist Rollback IdJudah Schvimer2017-04-211-1/+6
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-2/+2
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-18/+18
* SERVER-27306 Remove AutoGetCollection methods with std::string namespaceJames Wahlin2016-12-191-2/+3
* SERVER-27370 Only do compressor negotiation if a session is availableJonathan Reams2016-12-151-2/+4
* SERVER-26944 Make Session decorable and move subsystem info into decorationsJonathan Reams2016-12-141-1/+2
* SERVER-25158 prevent 3.2 mongos from connecting to a featureCompatibilityVers...r3.3.13David Storch2016-09-221-1/+8
* SERVER-25393 Disallow mongos making connections to older versionsMark Benvenuto2016-08-191-2/+2
* SERVER-25267 SERVER-25265 Integrate compression with networking codeJonathan Reams2016-08-091-0/+2
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-041-0/+33