summaryrefslogtreecommitdiff
path: root/src/mongo/s/mongos_main.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62036 Failures in preCacheMongosRoutingInfo() will cause mongos to fai...Antonio Fuschetto2022-02-111-3/+6
* Revert "SERVER-62402 Ignore timeouts when running `ServiceEntryPointImpl::shu...Daniel Vitor Morilha2022-01-281-1/+1
* SERVER-62402 Ignore timeouts when running `ServiceEntryPointImpl::shutdown` u...Daniel Vitor Morilha2022-01-241-1/+1
* SERVER-61699 Abort startup if audit log rotate failsAdam Rayner2021-12-211-1/+12
* SERVER-61844 Allow mongos and mongoq to have different startup initializationEsha Maharishi2021-12-171-1/+1
* SERVER-59365: Use the new state machine.Kshitij Gupta2021-12-061-1/+9
* SERVER-60679: Parse proxy protocol header on proxied connectionsTyler Seip2021-11-191-2/+11
* SERVER-60362 Implement KMIP-based Audit Log EncryptionGabriel Marks2021-11-011-0/+1
* SERVER-59364 Should move to the OK state after performing a successful round ...Kshitij Gupta2021-10-201-0/+3
* Revert "SERVER-25042 Start up FTDC earlier during server startup"Sara Golemon2021-10-121-4/+4
* SERVER-25042 Start up FTDC earlier during server startupSara Golemon2021-10-111-4/+4
* SERVER-59618 mongos_main registers LockerMongosClientObserver with ServiceCon...Benety Goh2021-09-291-1/+5
* Revert "SERVER-25042 Start up FTDC earlier during server startup"Sara Golemon2021-09-131-2/+2
* SERVER-25042 Start up FTDC earlier during server startupSara Golemon2021-09-101-2/+2
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-2/+1
* SERVER-49138 Remove quiesce mode FCV checksJason Chan2021-08-121-9/+1
* SERVER-54252 Cleanup legacy configOpTime gossipingTommaso Tocci2021-08-051-5/+0
* SERVER-57390 Remove getLastError implementationYoonsoo Kim2021-07-221-1/+0
* SERVER-58265 Remvove deprecated Grid::_allowLocalHost variableTommaso Tocci2021-07-051-12/+5
* SERVER-55792 Verify credentials when clusterAuthMode is set via setParameterMark Benvenuto2021-06-161-4/+0
* SERVER-56851 Remove dead code for ShardedHookList from mongos_main.cppJunhson Jean-Baptiste2021-06-081-7/+0
* SERVER-54974 Add service context initializer for auditingSara Golemon2021-04-291-0/+3
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-2/+2
* SERVER-53118 Make the DistLockManager ProcessId for each node to be the ShardIdKaloian Manassiev2021-01-091-1/+0
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-5/+0
* SERVER-48434 Rename LogicalTimeMetadataHook to VectorClockMetadataHookPierlauro Sciarelli2020-12-301-4/+4
* SERVER-53278: Define and emit an audit event on system startupVarun Ravichandran2020-12-181-0/+1
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-5/+1
* SERVER-49072 Make ServiceExecutors into DecorationsReo Kimura2020-11-171-26/+0
* SERVER-52872 Remove StatusWith methods from ShardingCatalogClientKaloian Manassiev2020-11-161-25/+25
* SERVER-51264 Change MongosIsMasterResponse to MongosHelloResponse and update ...Pavi Vetriselvan2020-11-121-2/+2
* SERVER-50508 Rename ConnectionType::MASTER to ConnectionType::kStandaloneBen Caimano2020-10-261-3/+3
* SERVER-51103 Allow ShardRegistry to distinguish between complete/partial conn...Kevin Pulo2020-09-251-2/+8
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-3/+0
* SERVER-50867 Roll back ServiceStateMachine changes temporarilyBen Caimano2020-09-141-0/+26
* SERVER-50588 Fix builds with SSL disabledRyan Egesdahl2020-08-271-0/+2
* SERVER-50264: Better FCV const correctnessLingzhi Deng2020-08-271-1/+1
* SERVER-49072 Make ServiceExecutors into DecorationsReo Kimura2020-08-141-26/+0
* SERVER-50006 Move OCSPManager to ServiceContextMark Benvenuto2020-08-111-1/+3
* SERVER-50050 Fix non-ssl buildMark Benvenuto2020-08-101-0/+2
* SERVER-46906 Use PeriodicRunner for the user cache invalidatorGabriel Marks2020-08-051-3/+1
* SERVER-50012 Use PeriodicRunner for the certificate expiration monitorGabriel Marks2020-08-031-0/+2
* SERVER-49783: Update latest FCV to 4.7Lingzhi Deng2020-08-021-2/+2
* SERVER-49975 Use separate thread pools for CatalogCache and its loadersTommaso Tocci2020-07-301-4/+3
* SERVER-49157 Initialize WireSpec during MONGO_INITIALIZERAmirsaman Memaripour2020-07-291-6/+5
* SERVER-48992 Implement database cache on top of ReadThroughCacheTommaso Tocci2020-07-291-2/+2
* SERVER-49070: add and use FCV gating helpersGrace Luong2020-07-251-2/+3
* SERVER-49356 Rehome target declarations out of src/mongo/SConscriptAndrew Morrow2020-07-211-1/+1
* SERVER-49292 Futurify CatalogCacheLoader APITommaso Tocci2020-07-211-2/+4
* SERVER-49060: added comments for generic FCV constants and conditional checksGrace Luong2020-07-151-0/+1