summaryrefslogtreecommitdiff
path: root/src/mongo/transport/transport_layer_asio.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62665 Ensure `TimerService` can safely end the sessionAmirsaman Memaripour2022-01-261-8/+20
* SERVER-54900 Cancel ASIO session when SSL handshake times outAmirsaman Memaripour2021-12-211-1/+96
* SERVER-60679: Parse proxy protocol header on proxied connectionsTyler Seip2021-11-191-21/+49
* SERVER-61016 SessionASIO ctor setsockopt exception handlingBilly Donahue2021-11-111-5/+13
* SERVER-59858 Add observability for tasks scheduled on reactor threadsAmirsaman Memaripour2021-10-281-3/+32
* SERVER-57466 Swallow connection reset-related errors received during ASIO ses...Blake Oler2021-10-141-8/+32
* SERVER-58204 physical layout: session_asio.cpp and asio_utils.cppBilly Donahue2021-08-061-4/+5
* SERVER-57601: OCSPFetcher must verify that the SSLConnectionContext that owns...Andrew Shuvalov2021-06-181-4/+7
* SERVER-56931 instrumentation for Asio setOption failuresBilly Donahue2021-05-201-5/+10
* SERVER-54328: Refactor creation of transient SSLConnectionContext to own its ...Andrew Shuvalov2021-02-121-20/+11
* Revert "SERVER-54328: Refactor creation of transient SSLConnectionContext to ...Gregory Wlodarek2021-02-111-11/+20
* SERVER-54328: Refactor creation of transient SSLConnectionContext to own its ...Andrew Shuvalov2021-02-111-20/+11
* SERVER-52707 Make tenant migration recipient use x509 certificate to connect ...Cheahuychou Mao2021-01-051-9/+29
* SERVER-52706 Make tenant migration donor use a separate NetworkInterface and ...Cheahuychou Mao2021-01-051-0/+15
* SERVER-51287 check socket() call for failureBilly Donahue2020-11-241-0/+6
* SERVER-52710: fix build when SSL is offAndrew Shuvalov2020-11-201-1/+2
* SERVER-52710: wire up transient SSL parameters up to the NetworkInterfaceAndrew Shuvalov2020-11-201-6/+43
* SERVER-51599: Allow creating an SSLConnectionContext from in-memory certificatesAndrew Shuvalov2020-11-151-0/+2
* Revert "SERVER-51599: Allow creating an SSLConnectionContext from in-memory c...sviatlana_zuiko2020-11-131-2/+0
* SERVER-51599: Allow creating an SSLConnectionContext from in-memory certificatesAndrew Shuvalov2020-11-131-0/+2
* 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-7/+12
* SERVER-49133 Implemented rotate for OpensslMina Mahmood2020-08-071-4/+6
* SERVER-49157 Make TransportLayer reference a specific WireSpecAmirsaman Memaripour2020-08-041-2/+4
* SERVER-49134 Implement rotate for WindowsGabriel Marks2020-07-271-41/+44
* SERVER-49114 Replace getSSLManager() with SSLManagerCoordinatorGabriel Marks2020-07-141-8/+13
* SERVER-47075 Clean up some log linesGabriel Russell2020-06-021-29/+41
* SERVER-46932 supress more logging in the shellGabriel Russell2020-05-181-5/+5
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-2/+1
* SERVER-46802 Fix detection of functioning TCP_FASTOPEN_CLIENTSara Golemon2020-03-121-1/+1
* SERVER-42065 Handle bindIpAll exception when ipv6 is not supportedAmirsaman Memaripour2020-03-101-1/+16
* SERVER-46542 Cleanup log statements for early logging and startup warningsHenrik Edin2020-03-061-9/+4
* SERVER-46486 TCP FastOpen warning should be a startup warning onceBen Caimano2020-03-021-11/+49
* SERVER-45798 Infrastructure for Caching OCSP responses for the ClientShreyas Kalyan2020-02-271-5/+9
* SERVER-41679 Add counters in serverStatus for slow network actionsCheahuychou Mao2020-02-261-2/+22
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-42938 Implement Infrastructure for Provisioning and Refreshing OCSP Re...Shreyas Kalyan2020-02-131-0/+7
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-23/+48
* SERVER-45425 Reactor::drain() should use a ThreadIdGuardBen Caimano2020-01-101-0/+3
* SERVER-44676 Enable TCP_FASTOPENSara Golemon2019-12-221-5/+181
* SERVER-45156 SockAddr constructor should take sockaddr, not sockaddr_storageMark Benvenuto2019-12-181-3/+1
* SERVER-44595 Clarify TransportLayer shutdownBen Caimano2019-12-121-42/+78
* SERVER-43623 Stop catching exceptions in NetworkInterfaceASIORahul Sundararaman2019-12-101-12/+2
* SERVER-44155 Validate a subset of latches of all levelsRahul Sundararaman2019-12-091-1/+2
* SERVER-44183 Failure to listen on an asio socket should be fatalBen Caimano2019-10-281-1/+8
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-6/+6
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+6
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2