summaryrefslogtreecommitdiff
path: root/src/mongo/s/mongos_main.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-49063: Update FCV 4.6 constants to 4.5.1Lingzhi Deng2020-07-091-1/+1
* SERVER-49060: updating generic FCV constantsGrace Luong2020-07-091-1/+1
* SERVER-48467 Only turn on quiesce mode in fcv 4.6Pavi Vetriselvan2020-06-261-1/+5
* SERVER-48367 Remove all _envp usageBilly Donahue2020-06-111-2/+2
* SERVER-48272 Reduce startup time for dynamically linked binariesAndrew Morrow2020-05-271-0/+989