summaryrefslogtreecommitdiff
path: root/src/mongo/transport/session_asio.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-1/+1
* SERVER-64191 Strictly order cancellation/scheduling of async operations on `S...Amirsaman Memaripour2022-04-281-0/+60
* SERVER-62970 Separate SSL socket construction from handshakeDaniel Vitor Morilha2022-02-171-9/+3
* SERVER-60679: Parse proxy protocol header on proxied connectionsTyler Seip2021-11-191-0/+8
* SERVER-61016 SessionASIO ctor setsockopt exception handlingBilly Donahue2021-11-111-0/+1
* SERVER-58204 physical layout: session_asio.cpp and asio_utils.cppBilly Donahue2021-08-061-642/+35
* SERVER-56931 instrumentation for Asio setOption failuresBilly Donahue2021-05-201-4/+10
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-3/+3
* SERVER-53420 Make transport Session source/sink/poll functions noexceptBen Caimano2021-02-051-8/+25
* SERVER-51279 Updating runOnDataAvailableBen Caimano2020-12-031-6/+10
* SERVER-52710: wire up transient SSL parameters up to the NetworkInterfaceAndrew Shuvalov2020-11-201-0/+10
* SERVER-51811: No-op wiring of transient SSL params in related methodsAndrew Shuvalov2020-11-051-3/+3
* SERVER-51831 Thread SSLConnectionContext from TLConnection's constructor down...Esha Maharishi2020-10-261-5/+8
* SERVER-49080 Add SNI extension loggingGabriel Marks2020-07-301-0/+9
* SERVER-49106 Add poll function to the ServiceExecutor APIAmirsaman Memaripour2020-07-281-0/+8
* SERVER-49134 Implement rotate for WindowsGabriel Marks2020-07-271-10/+9
* Revert "SERVER-49106 Add poll function to the ServiceExecutor API"Henrik Edin2020-07-231-8/+0
* SERVER-49106 Add poll function to the ServiceExecutor APIAmirsaman Memaripour2020-07-221-0/+8
* SERVER-49114 Replace getSSLManager() with SSLManagerCoordinatorGabriel Marks2020-07-141-5/+12
* SERVER-49112 Add Session::getSSLConfigurationGabriel Marks2020-07-081-0/+11
* SERVER-47075 Clean up some log linesGabriel Russell2020-06-021-9/+15
* SERVER-48396 stop SIGUSR2 from killing connectionsBilly Donahue2020-05-291-4/+13
* SERVER-47166 Explicitly break Baton Promises outside of locksBen Caimano2020-04-161-1/+1
* SERVER-46821 Allow NetworkingBatons to send work to ASIOReactor after detachBen Caimano2020-04-011-10/+33
* SERVER-45798 Infrastructure for Caching OCSP responses for the ClientShreyas Kalyan2020-02-271-7/+14
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-231-1/+5
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-4/+9
* SERVER-46156 Manual log conversionsHenrik Edin2020-02-201-5/+10
* SERVER-44905 Futurize the retrieval of OCSP ResponsesShreyas Kalyan2020-02-041-9/+16
* SERVER-44676 Enable TCP_FASTOPENSara Golemon2019-12-221-5/+18
* SERVER-41045 Add SNI support for windows SSLShreyas Kalyan2019-10-311-2/+2
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-3/+3
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+2
* SERVER-41975 Skip ASIO::basic_socket::cancel() in session_asio.hRahul Sundararaman2019-07-011-1/+0
* SERVER-40989 Get SockAddr out of HostAndPortMathias Stearn2019-06-061-2/+15
* SERVER-40156 Replica sets support Split HorizonsADAM David Alan Martin2019-05-171-23/+9
* 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-18/+17
* SERVER-38738 collapse all getSSLManager() to one implementation and remove mutexIsabella Siu2019-01-091-4/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36250 Add support for optionally logging specific negotiated TLS versionsMark Benvenuto2018-09-171-2/+2
* SERVER-37081 Catch asio::system_errors when resolving GenericSocketBen Caimano2018-09-131-1/+1
* SERVER-29917 Alias server options starting with 'ssl' to parameters starting ...Gregory Noma2018-07-051-1/+2
* SERVER-35494 Add timeouts to TransportLayer::asyncConnectJonathan Reams2018-06-111-1/+13
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* SERVER-34473 Re-separate (in/eg)ress net countersJason Carey2018-05-081-8/+21
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-34506 TLASIO test for isJustForContinuationJason Carey2018-05-041-2/+39