summaryrefslogtreecommitdiff
path: root/src/mongo/transport/service_state_machine.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-11-011-1/+1
* SERVER-41490 Disable OP_MSG checksums for TLS connectionsRahul Sundararaman2019-06-271-0/+1
* 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