summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_info.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44858 Implement speculative sasl authSara Golemon2020-02-121-0/+27
* SERVER-30883 fast-path fetching of oldest oplog entryEric Milkie2020-02-121-3/+13
* SERVER-44813 Implement streamable isMaster for standalonesTess Avitabile2020-01-231-22/+48
* Revert "SERVER-30883 fast-path fetching of oldest oplog entry"Eric Milkie2020-01-091-13/+3
* SERVER-30883 fast-path fetching of oldest oplog entryEric Milkie2020-01-081-3/+13
* SERVER-44517 Refactor exhaust cursors on top of isMaster code changesTess Avitabile2019-12-201-1/+2
* SERVER-44514 awaitIsMasterResponse returns early on topology changesJason Chan2019-12-181-16/+22
* SERVER-44510 Implement exhaust isMasterTess Avitabile2019-12-161-12/+53
* SERVER-44509 Make isMaster wait for up to maxAwaitTimeMSHaley Connelly2019-11-251-24/+29
* SERVER-44508 Add maxAwaitTimeMS and topologyVersion to isMaster CommandHaley Connelly2019-11-221-0/+25
* SERVER-43275 Implement retry-on-network-error logic in cloners, except for qu...Matthew Russotto2019-11-071-1/+1
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-1/+1
* SERVER-42022 Remove missing-document fetcherA. Jesse Jiryu Davis2019-08-211-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+2
* SERVER-42034 remove BSONObjBuilder::numStrBilly Donahue2019-07-091-2/+4
* SERVER-9763 Remove BSONObjBuilder append unsigned methodAlya Berciu2019-07-031-1/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-39819 SERVER-39820 Add HostGroup Controller impl to tie together replSetsBen Caimano2019-06-101-0/+8
* SERVER-40156 Replica sets support Split HorizonsADAM David Alan Martin2019-05-171-10/+13
* 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