summaryrefslogtreecommitdiff
path: root/src/mongo/transport/service_state_machine.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50867 Roll back ServiceStateMachine changes temporarilyBen Caimano2020-09-141-108/+143
* SERVER-48980 Associate ServiceExecutors with ClientsBen Caimano2020-08-311-42/+35
* SERVER-49072 Make ServiceExecutors into DecorationsReo Kimura2020-08-141-2/+3
* SERVER-49104 Futurize Service State MachineAndrew Chen2020-08-061-110/+81
* SERVER-48978 Futurize handleRequestAndrew Chen2020-07-301-53/+60
* SERVER-49105 Make ServiceExecutor extend OutOfLineExecutorAmirsaman Memaripour2020-07-221-1/+1
* SERVER-49112 Add Session::getSSLConfigurationGabriel Marks2020-07-081-0/+1
* SERVER-48944 rename attr /connection_id/connectionId/Billy Donahue2020-07-021-8/+3
* SERVER-49111 Remove ServiceExecutorTaskNamesAmirsaman Memaripour2020-07-011-17/+7
* SERVER-47075 Clean up some log linesGabriel Russell2020-06-021-19/+26
* SERVER-47802 Destroy opCtx after responding to clientsAmirsaman Memaripour2020-05-141-3/+18
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-2/+2
* SERVER-47045 Add tests to check that the RSM behaves correctly when contactin...jannaerin2020-04-201-2/+7
* SERVER-46223: Support OP_MSG exhaust in mongobridgeLingzhi Deng2020-02-271-0/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-11/+36
* SERVER-44517 Refactor exhaust cursors on top of isMaster code changesTess Avitabile2019-12-201-61/+36
* SERVER-44510 Implement exhaust isMasterTess Avitabile2019-12-161-7/+41
* SERVER-44699: Clean up exhaust cursors when the network session is closedLingzhi Deng2019-12-121-0/+20
* SERVER-44700: Call markKillOnClientDisconnect for exhaust cursorsLingzhi Deng2019-12-101-0/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* 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