summaryrefslogtreecommitdiff
path: root/src/mongo/transport/transport_layer_manager.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74241 remove SessionHandle and similar aliasesMatt Diener2023-02-241-2/+2
* SERVER-64005 Add metric tracking listener socket backlog queue depthBlake Oler2022-09-211-1/+2
* SERVER-69584 Pass ConnectionMetrics by shared_ptrVojislav Stojkovic2022-09-161-1/+1
* SERVER-64964 Measure egress connection creation time from connection poolsVojislav Stojkovic2022-08-111-0/+1
* SERVER-63263 Add metric for connection establishment once MongoDB accepts() a...Reo Kimura2022-04-191-0/+1
* SERVER-60679: Parse proxy protocol header on proxied connectionsTyler Seip2021-11-191-2/+6
* SERVER-52707 Make tenant migration recipient use x509 certificate to connect ...Cheahuychou Mao2021-01-051-5/+6
* SERVER-52710: wire up transient SSL parameters up to the NetworkInterfaceAndrew Shuvalov2020-11-201-2/+6
* SERVER-51811: No-op wiring of transient SSL params in related methodsAndrew Shuvalov2020-11-051-1/+1
* SERVER-51831 Thread SSLConnectionContext from TLConnection's constructor down...Esha Maharishi2020-10-261-4/+6
* SERVER-49133 Implemented rotate for OpensslMina Mahmood2020-08-071-1/+2
* SERVER-49157 Make TransportLayer reference a specific WireSpecAmirsaman Memaripour2020-08-041-3/+6
* SERVER-49134 Implement rotate for WindowsGabriel Marks2020-07-271-0/+4
* SERVER-44155 Validate a subset of latches of all levelsRahul Sundararaman2019-12-091-1/+3
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-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