summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_info.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75286 Initialise the CollectionWriter's _acquisition fieldKaloian Manassiev2023-04-051-9/+0
* SERVER-74567 Remove ClusterRole equality operatorJack Mulrow2023-03-311-2/+2
* SERVER-55280 Remove the interface that returns Collection as shared_ptr from ...Henrik Edin2023-03-021-2/+4
* SERVER-67241 Log metrics for first ingress hello commandVojislav Stojkovic2022-11-221-2/+14
* SERVER-70824 All serverless allowed commands should be allowed with security ...Sophia Tan2022-11-011-0/+4
* SERVER-69820 Simplify Flow control ticket acquisitionJordi Olivares Provencio2022-10-271-10/+12
* SERVER-67887 Add metrics for the first non-auth command on an ingress connectionVojislav Stojkovic2022-10-201-0/+4
* SERVER-70147 Migrate addRequiredPrivileges to checkAuthForOperationSara Golemon2022-10-051-3/+5
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-301-1/+1
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-161-2/+2
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-3/+3
* SERVER-67532 Fail oplog server status section lessGabriel Marks2022-07-251-7/+7
* Revert "SERVER-67532 Fail oplog server status section less"Gabriel Marks2022-07-081-7/+7
* SERVER-66561: Change BasicCommandWithReplyBuilderInterface to use DatabaseNameFernando Lisboa2022-07-071-2/+2
* SERVER-67532 Fail oplog server status section lessGabriel Marks2022-07-061-7/+7
* SERVER-65488 Change OldClientContext ctor to take in NamespaceStringSophia Tan2022-07-061-2/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-1/+1
* SERVER-62941 Add oplog server status to FTDCGabriel Marks2022-04-191-16/+29
* SERVER-63457 Add userWriteBlockMode to serverStatus.replGabriel Marks2022-03-251-0/+21
* SERVER-60016 serverStatus should not block on the RSTL lock with the WT stora...Dianna Hohensee2022-02-281-3/+10
* SERVER-63266 Allow server to be started without setname in serverless modeDidier Nadeau2022-02-201-1/+1
* SERVER-62251 Add ServerParameterType::kClusterWideSara Golemon2022-01-101-4/+3
* SERVER-58735 Repurpose LastError for NotPrimaryError trackerYoonsoo Kim2021-08-041-2/+2
* SERVER-56800 Fail addShard if CWWC disagrees with existing CWWC on clusterMoustafa Maher2021-07-221-0/+6
* SERVER-56489: New pass-through test with hello server-side delaysAndrew Shuvalov2021-07-141-1/+26
* SERVER-56845 Fail addShard if DWCF=w:1 and no CWWC is setMoustafa Maher2021-07-131-0/+7
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-201-0/+15
* SERVER-55596 Remove isMaster from API Version 1A. Jesse Jiryu Davis2021-05-121-1/+5
* SERVER-24912 Audit setting ClientMetadata as its own eventBen Caimano2021-03-191-0/+3
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-2/+3
* SERVER-51358: Revert "SERVER-51358: Indicate awaitable operations explicitly"...Tyler Seip2021-02-251-8/+0
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-3/+2
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-2/+3
* SERVER-53150 Specify input/output to hello commandSara Golemon2021-02-101-120/+97
* Revert "SERVER-53150 Specify input/output to hello command"Kaloian Manassiev2021-02-101-97/+120
* SERVER-53150 Specify input/output to hello commandSara Golemon2021-02-101-120/+97
* SERVER-54218 Update authentication counter patterns of useBen Caimano2021-02-031-6/+2
* SERVER-51358: Indicate awaitable operations explicitlyTyler Seip2021-02-011-0/+15
* SERVER-53197 Don't log awaitable hello/ismaster as slow queryA. Jesse Jiryu Davis2020-12-081-2/+7
* SERVER-51812 Allow DBClientConnection::connect() to specify helloOk when init...Amirsaman Memaripour2020-11-241-0/+6
* SERVER-51265 Change local funs/vars to use hello/secondary in replCoord and t...Pavi Vetriselvan2020-11-181-7/+7
* SERVER-51264 Change is_master_response file names to hello_responsePavi Vetriselvan2020-11-121-1/+1
* SERVER-51264 Change IsMasterResponse to HelloResponse on mongod and update lo...Pavi Vetriselvan2020-11-121-5/+5
* SERVER-51263 rename ismaster_metrics files to hello_metricsPavi Vetriselvan2020-11-091-1/+1
* SERVER-50412 implement helloOk protocol negotiation on mongodPavi Vetriselvan2020-11-051-0/+18
* SERVER-49336 Set ClientMetadata before CommandInvocations are runBen Caimano2020-10-151-28/+5
* SERVER-51261 Rename hangWaitingForIsMasterResponseOnStandalone failpoint to h...Pavi Vetriselvan2020-10-081-5/+5
* SERVER-50420 Change repl.ismaster to repl.isWritablePrimary in serverStatusHuayu Ouyang2020-10-071-3/+1