summaryrefslogtreecommitdiff
path: root/src/mongo/transport/transport_layer_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-10/+9
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38177 Fix --repair with --bind_ipJason Carey2019-01-021-0/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35494 Add timeouts to TransportLayer::asyncConnectJonathan Reams2018-06-111-2/+3
* SERVER-33821 TL changes for NITLJason Carey2018-04-051-6/+20
* SERVER-33300 Integrate TransportLayer with DBClientJonathan Reams2018-03-021-0/+13
* SERVER-33255 clean up TransportLayer APIMathias Stearn2018-02-131-24/+0
* SERVER-32352 Remove TransportLayerLegacyJonathan Reams2018-01-041-21/+15
* Revert "SERVER-31808 Query vector<SockAddr> from TransportLayer"Billy Donahue2017-11-151-9/+0
* SERVER-31808 Query vector<SockAddr> from TransportLayerBilly Donahue2017-11-151-0/+9
* SERVER-30135 Added a synchronous executor to make the code path between the t...Henrik Edin2017-09-221-2/+10
* SERVER-30136 Move session stats tracking to the service entry point. At the s...Henrik Edin2017-09-151-20/+1
* SERVER-29838 Implement basic adaptive ServiceExecutorJonathan Reams2017-08-021-4/+4
* SERVER-29402 Implement ServiceExecutor and fixed-size test executorJonathan Reams2017-07-141-5/+12
* SERVER-29403 Implement TransportLayerASIOJonathan Reams2017-06-171-0/+44
* SERVER-26944 Make Session decorable and move subsystem info into decorationsJonathan Reams2016-12-141-4/+0
* SERVER-26674 Remove uses of locks in TransportLayerLegacysamantharitter2016-11-081-8/+0
* SERVER-26674 transport::Session objects should be shared_ptr managedsamantharitter2016-11-051-10/+12
* SERVER-25918 Operations on closed sessions should return a TransportSessionCl...samantharitter2016-09-121-0/+4
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-111-2/+3
* Revert "SERVER-22826 Support X509 Authorization"Spencer Jackson2016-08-101-3/+2
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-091-2/+3
* 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-1/+1
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-121-0/+129