summaryrefslogtreecommitdiff
path: root/src/mongo/transport/service_state_machine_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49157 Make TransportLayer reference a specific WireSpecAmirsaman Memaripour2020-08-041-1/+2
* SERVER-48978 Futurize handleRequestAndrew Chen2020-07-301-2/+6
* SERVER-49106 Add poll function to the ServiceExecutor APIAmirsaman Memaripour2020-07-281-0/+6
* SERVER-49105 Make ServiceExecutor extend OutOfLineExecutorAmirsaman Memaripour2020-07-221-1/+1
* SERVER-49111 Remove ServiceExecutorTaskNamesAmirsaman Memaripour2020-07-011-2/+1
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-18/+33
* SERVER-44517 Refactor exhaust cursors on top of isMaster code changesTess Avitabile2019-12-201-128/+2
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-3/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-7/+8
* SERVER-41482 removed the call to OpMsg::parse and used the exhaustCursorId pr...Vishnu Kaushik2019-06-211-1/+12
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-6/+7
* 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-36697 Utilize TickSource for transactions timing metricsWilliam Schultz2018-10-021-1/+1
* SERVER-36105 Fix argument type in service_state_machine_test.cppWilliam Schultz2018-08-211-6/+8
* SERVER-36105 Implement server support for exhaust cursors in OP_MSGWilliam Schultz2018-08-211-16/+273
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-08-211-3/+5
* Revert "SERVER-34986 Allow connections to override maxConns based on CIDR range"Siyuan Zhou2018-08-161-5/+3
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-08-161-3/+5
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-2/+2
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-33255 clean up TransportLayer APIMathias Stearn2018-02-131-44/+40
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-1/+3
* SERVER-30567: Break out serviceExecutorTaskStats by task typeFiona Rowan2017-11-171-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