summaryrefslogtreecommitdiff
path: root/src/mongo/transport/service_state_machine.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58080 Remove asynchronous networking from ServiceStateMachineAmirsaman Memaripour2021-07-291-1/+0
* SERVER-50947 Implize ServiceStateMachineBen Caimano2020-12-031-158/+5
* SERVER-49107 Allow binding clients to executor threadsAmirsaman Memaripour2020-12-031-1/+3
* SERVER-49073 Track connections that are maxConn exempt or threadedBen Caimano2020-12-031-20/+8
* Revert "SERVER-50867 Roll back ServiceStateMachine changes temporarily"Ben Caimano2020-12-031-48/+22
* SERVER-49072 Make ServiceExecutors into DecorationsReo Kimura2020-11-171-1/+1
* SERVER-50867 Roll back ServiceStateMachine changes temporarilyBen Caimano2020-09-141-24/+50
* SERVER-48980 Associate ServiceExecutors with ClientsBen Caimano2020-08-311-24/+13
* SERVER-49072 Make ServiceExecutors into DecorationsReo Kimura2020-08-141-1/+1
* SERVER-49104 Futurize Service State MachineAndrew Chen2020-08-061-29/+14
* SERVER-49111 Remove ServiceExecutorTaskNamesAmirsaman Memaripour2020-07-011-2/+0
* SERVER-47802 Destroy opCtx after responding to clientsAmirsaman Memaripour2020-05-141-0/+4
* SERVER-44699: Clean up exhaust cursors when the network session is closedLingzhi Deng2019-12-121-0/+5
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-1/+1
* SERVER-41490 Disable OP_MSG checksums for TLS connectionsRahul Sundararaman2019-06-261-0/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-3/+3
* 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-0/+7
* Revert "SERVER-34986 Allow connections to override maxConns based on CIDR range"Siyuan Zhou2018-08-161-7/+0
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-08-161-0/+7
* SERVER-32498 Client should capture full thread nameJonathan Reams2018-02-051-1/+1
* SERVER-30567: Break out serviceExecutorTaskStats by task typeFiona Rowan2017-11-171-0/+2
* SERVER-31538 Ensure the ServiceStateMachine always gets cleaned up on error/t...Jonathan Reams2017-11-061-36/+49
* SERVER-31265 Mark new sessions as pending so terminateIfTagsDontMatch don't t...Henrik Edin2017-10-041-0/+9
* SERVER-30135 Added a synchronous executor to make the code path between the t...Henrik Edin2017-09-221-23/+28
* SERVER-30613 Make adaptive executor separate task types when avoiding starvationJonathan Reams2017-09-201-1/+1
* SERVER-13825 Close connections for which we can't allocate a threadAndrew Morrow2017-08-291-2/+2
* SERVER-28008 Always reply to compressed messages with the same compressorAndrew Morrow2017-08-231-2/+3
* SERVER-29838 Implement basic adaptive ServiceExecutorJonathan Reams2017-08-021-6/+10
* SERVER-30260 Fix race condition in endAllSessionsJonathan Reams2017-07-281-16/+19
* SERVER-29402 Implement ServiceExecutor and fixed-size test executorJonathan Reams2017-07-141-18/+96
* SERVER-29403 Implement TransportLayerASIOJonathan Reams2017-06-171-0/+1
* SERVER-29238 Implement ServiceStateMachineJonathan Reams2017-06-051-0/+152