summaryrefslogtreecommitdiff
path: root/src/mongo/transport/service_state_machine.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41490 Disable OP_MSG checksums for TLS connectionsRahul Sundararaman2019-06-261-0/+6
* SERVER-41482 removed the call to OpMsg::parse and used the exhaustCursorId pr...Vishnu Kaushik2019-06-211-17/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+2
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40004 Modified compareAndSwap to return booleanShelley Jain2019-06-071-1/+2
* SERVER-28679 Set OP_MSG checksumA. Jesse Jiryu Davis2019-05-141-2/+15
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37823 Server Side Traffic CaptureJason Carey2019-02-041-0/+8
* SERVER-35138 service_state_machine will log backtrace for uncaught exceptionsJonathan Ma2019-01-101-4/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36105 Implement server support for exhaust cursors in OP_MSGWilliam Schultz2018-08-211-22/+87
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-08-211-2/+6
* Revert "SERVER-34986 Allow connections to override maxConns based on CIDR range"Siyuan Zhou2018-08-161-6/+2
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-08-161-2/+6
* SERVER-34621 Log if client attempts unsupported TLS renegotiation on WindowsJonathan Reams2018-08-151-1/+2
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-33539 Futurize TransportLayer APIMathias Stearn2018-03-091-19/+23
* SERVER-33450 Remove dependancy on network for service_context so that lib can...Henrik Edin2018-03-011-1/+0
* SERVER-33255 clean up TransportLayer APIMathias Stearn2018-02-131-14/+22
* SERVER-32498 Client should capture full thread nameJonathan Reams2018-02-051-3/+3
* SERVER-32137: remove unused stringdata vars and use all task names in SSMFiona Rowan2017-12-011-1/+1
* SERVER-30567: Break out serviceExecutorTaskStats by task typeFiona Rowan2017-11-171-9/+22
* SERVER-31862 Don't end session outside of switch statementJonathan Reams2017-11-081-9/+1
* SERVER-31538 Ensure the ServiceStateMachine always gets cleaned up on error/t...Jonathan Reams2017-11-061-132/+181
* SERVER-31265 Mark new sessions as pending so terminateIfTagsDontMatch don't t...Henrik Edin2017-10-041-2/+13
* SERVER-30135 Added a synchronous executor to make the code path between the t...Henrik Edin2017-09-221-14/+21
* SERVER-30613 Make adaptive executor separate task types when avoiding starvationJonathan Reams2017-09-201-17/+7
* SERVER-30136 Move session stats tracking to the service entry point. At the s...Henrik Edin2017-09-151-13/+0
* SERVER-28008 Always reply to compressed messages with the same compressorAndrew Morrow2017-08-231-9/+9
* SERVER-28964 Close connection after seeing invalid OP_MSG flagsMathias Stearn2017-08-171-5/+2
* SERVER-29838 Implement basic adaptive ServiceExecutorJonathan Reams2017-08-021-8/+26
* SERVER-30260 Fix race condition in endAllSessionsJonathan Reams2017-07-281-41/+56
* SERVER-30258 Fix async networking on Windows/SSL testsJonathan Reams2017-07-271-6/+15
* SERVER-30314 Don't process request inside of IDLE_THREAD_BLOCKMathias Stearn2017-07-261-2/+4
* SERVER-29402 Implement ServiceExecutor and fixed-size test executorJonathan Reams2017-07-141-128/+180
* SERVER-29534 Place network and op counters on independent cache linesAndrew Morrow2017-07-071-2/+2
* SERVER-29403 Implement TransportLayerASIOJonathan Reams2017-06-171-0/+23
* SERVER-29552 Complete the assemble_response libraryAndrew Morrow2017-06-151-1/+0
* SERVER-29305 `DBDirectClient::call` uses OpContextADAM David Alan Martin2017-06-081-1/+1
* SERVER-29238 Implement ServiceStateMachineJonathan Reams2017-06-051-0/+371