summaryrefslogtreecommitdiff
path: root/src/mongo/transport/service_entry_point_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77193 Centralize the macro definition of __has_feature into one placeMark Benvenuto2023-05-171-5/+0
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-1/+2
* SERVER-74241 remove SessionHandle and similar aliasesMatt Diener2023-02-241-2/+2
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-1/+3
* Revert "SERVER-70151 no thread_locals in ServiceExecutorSynchronous"Billy Donahue2023-01-241-1/+2
* SERVER-70151 no thread_locals in ServiceExecutorSynchronousBilly Donahue2022-11-291-2/+1
* SERVER-71029 Update slow SessionWorkflow log criteriaBlake Oler2022-11-281-0/+4
* SERVER-67241 Log metrics for first ingress hello commandVojislav Stojkovic2022-11-221-2/+2
* SERVER-67887 Add metrics for the first non-auth command on an ingress connectionVojislav Stojkovic2022-10-201-0/+4
* SERVER-67829 Benchmark for ServiceStateMachineAlex Li2022-09-121-8/+10
* SERVER-69427 ServiceEntryPointImpl::startSession uses shared pointer instead ...Alex Li2022-09-081-4/+4
* SERVER-64968 Add a global counter to measure how many ingress connections the...Reo Kimura2022-08-041-1/+12
* SERVER-67830 Rename ServiceStateMachine -> SessionWorkflowAlex Li2022-07-281-15/+16
* SERVER-67927 ServiceExecutor: ThreadingModel -> HasDedicatedThreadBilly Donahue2022-07-141-1/+1
* SERVER-67251 strictly bind SSM::Impl lifetime to its SSMBilly Donahue2022-06-171-5/+4
* SERVER-67218 remove SSM::onCleanupHook by changing ServiceEntryPointImpl SSML...Billy Donahue2022-06-171-153/+240
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63674 Create a FeatureFlag for ServiceEntryPointImpl::shutdownAndWaitDaniel Morilha2022-02-221-7/+20
* Revert "SERVER-62402 Ignore timeouts when running `ServiceEntryPointImpl::shu...Daniel Vitor Morilha2022-01-281-4/+4
* SERVER-62402 Ignore timeouts when running `ServiceEntryPointImpl::shutdown` u...Daniel Vitor Morilha2022-01-241-4/+4
* SERVER-58505 Add metric to serverStatus for number of load balanced connectionsVojislav Stojkovic2021-12-211-0/+4
* SERVER-24912 Audit setting ClientMetadata as its own eventBen Caimano2021-03-191-1/+4
* SERVER-53421 Provide ways to track Session cleanupBen Caimano2021-01-061-58/+49
* SERVER-49109 ServiceExecutorFixed tracks work and sessionsBen Caimano2020-12-031-13/+11
* SERVER-49073 Track connections that are maxConn exempt or threadedBen Caimano2020-12-031-11/+13
* Revert "SERVER-50867 Roll back ServiceStateMachine changes temporarily"Ben Caimano2020-12-031-35/+45
* SERVER-49072 Make ServiceExecutors into DecorationsReo Kimura2020-11-171-22/+72
* SERVER-51263 rename ismaster_metrics files to hello_metricsPavi Vetriselvan2020-11-091-1/+1
* SERVER-50418-2 Rename IsMasterMetrics to HelloMetrics and InExhaustIsMaster t...Huayu Ouyang2020-09-301-4/+3
* SERVER-50418 Add exhaustHello to serverStatushuayu-ouyang2020-09-241-0/+2
* SERVER-50867 Roll back ServiceStateMachine changes temporarilyBen Caimano2020-09-141-111/+52
* SERVER-48980 Associate ServiceExecutors with ClientsBen Caimano2020-08-311-35/+45
* SERVER-49072 Make ServiceExecutors into DecorationsReo Kimura2020-08-141-21/+70
* SERVER-49417 Fix connectionId attribute nameBilly Donahue2020-08-041-4/+5
* SERVER-47075 Clean up some log linesGabriel Russell2020-06-021-12/+17
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-14/+10
* SERVER-46542 Cleanup log statements for early logging and startup warningsHenrik Edin2020-03-061-12/+7
* SERVER-44522 serverStatus metrics for awaitable isMasterJason Chan2020-02-211-0/+5
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* Revert "SERVER-44522 serverStatus metrics for awaitable isMaster"Ben Caimano2020-02-211-5/+0
* SERVER-44522 serverStatus metrics for awaitable isMasterJason Chan2020-02-201-0/+5
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-12/+37
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+3
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40989 Get SockAddr out of HostAndPortMathias Stearn2019-06-061-11/+10
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-34422-ThreadMetrics: ServerStatus now returns the number of active cli...Tyler Kaye2019-01-281-0/+4
* SERVER-37722 Check for quiet flag when logging connection end messageJonathan2018-12-201-3/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-08-211-8/+63