summaryrefslogtreecommitdiff
path: root/src/mongo/transport/transport_layer_mock.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74241 remove SessionHandle and similar aliasesMatt Diener2023-02-241-4/+4
* 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-52707 Make tenant migration recipient use x509 certificate to connect ...Cheahuychou Mao2021-01-051-5/+6
* SERVER-51599: no SSL build fix in transport layer mockAndrew Shuvalov2020-11-251-0/+5
* SERVER-52710: wire up transient SSL parameters up to the NetworkInterfaceAndrew Shuvalov2020-11-201-0/+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-49157 Make TransportLayer reference a specific WireSpecAmirsaman Memaripour2020-08-041-2/+0
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* 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-33821 TL changes for NITLJason Carey2018-04-051-4/+7
* 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