summaryrefslogtreecommitdiff
path: root/src/mongo/transport/service_entry_point_impl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58505 Add metric to serverStatus for number of load balanced connectionsVojislav Stojkovic2021-12-211-1/+1
* SERVER-53421 Provide ways to track Session cleanupBen Caimano2021-01-061-2/+8
* Revert "SERVER-50867 Roll back ServiceStateMachine changes temporarily"Ben Caimano2020-12-031-2/+6
* SERVER-49072 Make ServiceExecutors into DecorationsReo Kimura2020-11-171-2/+2
* SERVER-50867 Roll back ServiceStateMachine changes temporarilyBen Caimano2020-09-141-8/+4
* SERVER-48980 Associate ServiceExecutors with ClientsBen Caimano2020-08-311-2/+6
* SERVER-49072 Make ServiceExecutors into DecorationsReo Kimura2020-08-141-2/+2
* SERVER-44155 Validate a subset of latches of all levelsRahul Sundararaman2019-12-091-1/+3
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-3/+3
* SERVER-39340 Remove `stdx/list.h`ADAM David Alan Martin2019-06-101-2/+2
* 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-1/+13
* Revert "SERVER-34986 Allow connections to override maxConns based on CIDR range"Siyuan Zhou2018-08-161-13/+1
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-08-161-1/+13
* SERVER-30992 Integrate mongobridge with ServiceEntryPointJonathan Reams2018-04-051-1/+1
* SERVER-30471 Service executors take a timeout in shutdown to honor shutdown g...Henrik Edin2017-09-221-0/+4
* SERVER-30136 Move session stats tracking to the service entry point. At the s...Henrik Edin2017-09-151-2/+10
* SERVER-29402 Implement ServiceExecutor and fixed-size test executorJonathan Reams2017-07-141-5/+12
* SERVER-29238 Implement ServiceStateMachineJonathan Reams2017-06-051-8/+4
* SERVER-28749 Unify ServiceEntryPointMongod and ServiceEntryPointMongosJonathan Reams2017-04-211-0/+73