summaryrefslogtreecommitdiff
path: root/src/mongo/transport/transport_layer.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63263 Add metric for connection establishment once MongoDB accepts() a...Reo Kimura2022-04-191-0/+3
* SERVER-59858 Add observability for tasks scheduled on reactor threadsAmirsaman Memaripour2021-10-281-0/+2
* 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-0/+11
* 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/+7
* SERVER-49133 Implemented rotate for OpensslMina Mahmood2020-08-071-1/+2
* SERVER-49157 Make TransportLayer reference a specific WireSpecAmirsaman Memaripour2020-08-041-2/+9
* SERVER-49134 Implement rotate for WindowsGabriel Marks2020-07-271-0/+5
* SERVER-49114 Replace getSSLManager() with SSLManagerCoordinatorGabriel Marks2020-07-141-0/+4
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* 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-39466 Make transport::Reactor inherit from OutOfLineExecutorBen Caimano2019-02-121-15/+4
* SERVER-39147 Always batonJason Carey2019-02-061-4/+2
* SERVER-39146 Refactor BatonJason Carey2019-02-051-3/+14
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-3/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35679 General Interruption FacilityJason Carey2018-09-171-3/+2
* SERVER-35056 Flush ready callbacks on NetworkInterfaceTL shutdownBen Caimano2018-07-291-0/+1
* SERVER-35494 Add timeouts to TransportLayer::asyncConnectJonathan Reams2018-06-111-1/+2
* SERVER-35234 makePromiseFuture<T>()Mathias Stearn2018-05-251-5/+3
* 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-3/+10
* SERVER-33821 Implement NetworkInterfaceTL and AsyncDBClientJonathan Reams2018-04-131-7/+13
* SERVER-33821 TL changes for NITLJason Carey2018-04-051-4/+79
* SERVER-33300 Integrate TransportLayer with DBClientJonathan Reams2018-03-021-0/+11
* SERVER-33255 clean up TransportLayer APIMathias Stearn2018-02-131-92/+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-28/+0
* SERVER-29402 Implement ServiceExecutor and fixed-size test executorJonathan Reams2017-07-141-10/+0
* SERVER-29403 Implement TransportLayerASIOJonathan Reams2017-06-171-0/+10
* SERVER-26944 Make Session decorable and move subsystem info into decorationsJonathan Reams2016-12-141-6/+0
* SERVER-26674 Remove uses of locks in TransportLayerLegacysamantharitter2016-11-081-16/+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/+10
* SERVER-25572 Fix ASAN clean shutdown logicJason Carey2016-08-231-2/+2
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-111-3/+3
* Revert "SERVER-22826 Support X509 Authorization"Spencer Jackson2016-08-101-3/+3
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-091-3/+3
* 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-1/+5
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-121-9/+70
* SERVER-24080 Implement transport layer primitivessamantharitter2016-05-311-2/+9
* SERVER-23638 Headers for new ingress networking typessamantharitter2016-05-041-0/+152