summaryrefslogtreecommitdiff
path: root/src/mongo/transport/service_entry_point.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74241 remove SessionHandle and similar aliasesMatt Diener2023-02-241-2/+2
* SERVER-71029 Update slow SessionWorkflow log criteriaBlake Oler2022-11-281-0/+8
* SERVER-67830 Rename ServiceStateMachine -> SessionWorkflowAlex Li2022-07-281-1/+1
* SERVER-58505 Add metric to serverStatus for number of load balanced connectionsVojislav Stojkovic2021-12-211-0/+5
* SERVER-58503 Kill open cursors for a connection when a load balanced connecti...George Wangensteen2021-10-131-0/+8
* SERVER-53421 Provide ways to track Session cleanupBen Caimano2021-01-061-0/+7
* Revert "SERVER-50867 Roll back ServiceStateMachine changes temporarily"Ben Caimano2020-12-031-0/+9
* SERVER-50867 Roll back ServiceStateMachine changes temporarilyBen Caimano2020-09-141-9/+0
* SERVER-48980 Associate ServiceExecutors with ClientsBen Caimano2020-08-311-0/+9
* SERVER-48978 Futurize handleRequestAndrew Chen2020-07-301-1/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+4
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* 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-26/+9
* Revert "SERVER-34986 Allow connections to override maxConns based on CIDR range"Siyuan Zhou2018-08-161-9/+26
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-08-161-26/+9
* SERVER-30471 Service executors take a timeout in shutdown to honor shutdown g...Henrik Edin2017-09-221-0/+5
* SERVER-30136 Move session stats tracking to the service entry point. At the s...Henrik Edin2017-09-151-0/+33
* SERVER-29402 Implement ServiceExecutor and fixed-size test executorJonathan Reams2017-07-141-0/+5
* SERVER-29305 `DBDirectClient::call` uses OpContextADAM David Alan Martin2017-06-081-3/+1
* SERVER-28749 Unify ServiceEntryPointMongod and ServiceEntryPointMongosJonathan Reams2017-04-211-0/+8
* SERVER-26674 transport::Session objects should be shared_ptr managedsamantharitter2016-11-051-5/+2
* SERVER-23638 Headers for new ingress networking typessamantharitter2016-05-041-0/+61