summaryrefslogtreecommitdiff
path: root/src/mongo/transport/transport_layer_mock.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33300 Integrate TransportLayer with DBClientJonathan Reams2018-03-021-0/+13
* SERVER-33255 clean up TransportLayer APIMathias Stearn2018-02-131-54/+1
* SERVER-30136 Move session stats tracking to the service entry point. At the s...Henrik Edin2017-09-151-4/+0
* SERVER-29402 Implement ServiceExecutor and fixed-size test executorJonathan Reams2017-07-141-9/+0
* SERVER-29403 Implement TransportLayerASIOJonathan Reams2017-06-171-0/+4
* SERVER-29238 Implement ServiceStateMachineJonathan Reams2017-06-051-1/+1
* SERVER-26944 Make Session decorable and move subsystem info into decorationsJonathan Reams2016-12-141-9/+0
* SERVER-26674 Remove uses of locks in TransportLayerLegacysamantharitter2016-11-081-31/+5
* SERVER-26674 transport::Session objects should be shared_ptr managedsamantharitter2016-11-051-26/+27
* SERVER-25918 Operations on closed sessions should return a TransportSessionCl...samantharitter2016-09-121-8/+12
* SERVER-25572 Fix ASAN clean shutdown logicJason Carey2016-08-231-1/+1
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-111-6/+11
* Revert "SERVER-22826 Support X509 Authorization"Spencer Jackson2016-08-101-11/+6
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-091-6/+11
* SERVER-25267 SERVER-25265 Integrate compression with networking codeJonathan Reams2016-08-091-4/+2
* SERVER-23913 Implement TransportLayer test suite and mockWaley Chen2016-08-041-13/+95
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-121-0/+95