summaryrefslogtreecommitdiff
path: root/src/mongo/transport/service_state_machine_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-8/+10
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-10-121-3/+5
* SERVER-30567: Break out serviceExecutorTaskStats by task typeFiona Rowan2018-03-011-1/+2
* SERVER-31538 Ensure the ServiceStateMachine always gets cleaned up on error/t...Jonathan Reams2017-11-061-16/+260
* SERVER-30471 Service executors take a timeout in shutdown to honor shutdown g...Henrik Edin2017-09-221-0/+4
* SERVER-30135 Added a synchronous executor to make the code path between the t...Henrik Edin2017-09-221-1/+5
* SERVER-30613 Make adaptive executor separate task types when avoiding starvationJonathan Reams2017-09-201-12/+19
* SERVER-30136 Move session stats tracking to the service entry point. At the s...Henrik Edin2017-09-151-0/+8
* SERVER-29756 Unittests of OpMsg parser and serializerMathias Stearn2017-08-081-2/+2
* SERVER-30260 Fix race condition in endAllSessionsJonathan Reams2017-07-281-0/+24
* SERVER-29402 Implement ServiceExecutor and fixed-size test executorJonathan Reams2017-07-141-4/+5
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+1
* SERVER-29403 Implement TransportLayerASIOJonathan Reams2017-06-171-1/+2
* SERVER-29305 `DBDirectClient::call` uses OpContextADAM David Alan Martin2017-06-081-3/+1
* SERVER-29264 Convert service_state_machine_test to use OP_MSGMathias Stearn2017-06-071-20/+11
* SERVER-29238 Implement ServiceStateMachineJonathan Reams2017-06-051-0/+295