summaryrefslogtreecommitdiff
path: root/src/mongo/transport/session.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60679: Parse proxy protocol header on proxied connectionsTyler Seip2021-11-191-0/+5
* SERVER-53420 Make transport Session source/sink/poll functions noexceptBen Caimano2021-02-051-6/+7
* SERVER-51279 Updating runOnDataAvailableBen Caimano2020-12-031-2/+3
* SERVER-49106 Add poll function to the ServiceExecutor APIAmirsaman Memaripour2020-07-281-0/+5
* Revert "SERVER-49106 Add poll function to the ServiceExecutor API"Henrik Edin2020-07-231-5/+0
* SERVER-49106 Add poll function to the ServiceExecutor APIAmirsaman Memaripour2020-07-221-0/+5
* SERVER-49114 Replace getSSLManager() with SSLManagerCoordinatorGabriel Marks2020-07-141-0/+8
* SERVER-49112 Add Session::getSSLConfigurationGabriel Marks2020-07-081-0/+11
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-7/+7
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40989 Get SockAddr out of HostAndPortMathias Stearn2019-06-061-0/+4
* SERVER-40156 Replica sets support Split HorizonsADAM David Alan Martin2019-05-171-0/+4
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39146 Refactor BatonJason Carey2019-02-051-10/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-3/+6
* SERVER-33821 TL changes for NITLJason Carey2018-04-051-0/+7
* SERVER-33539 Futurize TransportLayer APIMathias Stearn2018-03-091-2/+3
* SERVER-33300 Integrate TransportLayer with DBClientJonathan Reams2018-03-021-0/+10
* SERVER-33299 Add support for timeouts to TransportLayerASIO SessionsJonathan Reams2018-03-021-0/+10
* SERVER-33255 clean up TransportLayer APIMathias Stearn2018-02-131-30/+21
* SERVER-31648 Perform sets/unsets to session tags atomically.Justin Seyster2017-11-061-3/+26
* SERVER-31265 Mark new sessions as pending so terminateIfTagsDontMatch don't t...Henrik Edin2017-10-041-1/+3
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-091-0/+3
* SERVER-26944 Make Session decorable and move subsystem info into decorationsJonathan Reams2016-12-141-16/+2
* SERVER-26674 Remove uses of locks in TransportLayerLegacysamantharitter2016-11-081-48/+32
* SERVER-26674 transport::Session objects should be shared_ptr managedsamantharitter2016-11-051-9/+14
* SERVER-25918 Operations on closed sessions should return a TransportSessionCl...samantharitter2016-09-121-14/+0
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-111-2/+5
* Revert "SERVER-22826 Support X509 Authorization"Spencer Jackson2016-08-101-5/+2
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-091-2/+5
* SERVER-25267 SERVER-25265 Integrate compression with networking codeJonathan Reams2016-08-091-0/+7
* SERVER-23913 Implement TransportLayer test suite and mockWaley Chen2016-08-041-0/+18
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-121-5/+63
* SERVER-24080 Implement transport layer primitivessamantharitter2016-05-311-0/+9
* SERVER-23638 Headers for new ingress networking typessamantharitter2016-05-041-0/+84