summaryrefslogtreecommitdiff
path: root/src/mongo/transport/transport_layer_manager.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43945 Expose out of order latch acquisitions in serverStatusBen Caimano2020-03-031-1/+3
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-11-011-3/+3
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39146 Refactor BatonJason Carey2019-02-051-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35494 Add timeouts to TransportLayer::asyncConnectJonathan Reams2018-06-111-1/+2
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+0
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-0/+7
* SERVER-33821 TL changes for NITLJason Carey2018-04-051-4/+7
* SERVER-33300 Integrate TransportLayer with DBClientJonathan Reams2018-03-021-0/+8
* SERVER-33255 clean up TransportLayer APIMathias Stearn2018-02-131-14/+0
* Revert "SERVER-31808 Query vector<SockAddr> from TransportLayer"Billy Donahue2017-11-151-2/+0
* SERVER-31808 Query vector<SockAddr> from TransportLayerBilly Donahue2017-11-151-0/+2
* SERVER-30136 Move session stats tracking to the service entry point. At the s...Henrik Edin2017-09-151-4/+2
* SERVER-29402 Implement ServiceExecutor and fixed-size test executorJonathan Reams2017-07-141-1/+0
* SERVER-29403 Implement TransportLayerASIOJonathan Reams2017-06-171-0/+20
* SERVER-26944 Make Session decorable and move subsystem info into decorationsJonathan Reams2016-12-141-2/+0
* SERVER-26674 Remove uses of locks in TransportLayerLegacysamantharitter2016-11-081-3/+0
* SERVER-26674 transport::Session objects should be shared_ptr managedsamantharitter2016-11-051-5/+5
* SERVER-25918 Operations on closed sessions should return a TransportSessionCl...samantharitter2016-09-121-0/+2
* SERVER-25572 Fix ASAN clean shutdown logicJason Carey2016-08-231-1/+1
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-111-1/+1
* Revert "SERVER-22826 Support X509 Authorization"Spencer Jackson2016-08-101-1/+1
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-091-1/+1
* SERVER-25267 SERVER-25265 Integrate compression with networking codeJonathan Reams2016-08-091-2/+2
* SERVER-23913 Implement TransportLayer test suite and mockWaley Chen2016-08-041-2/+1
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-121-0/+90