summaryrefslogtreecommitdiff
path: root/src/mongo/executor/connection_pool_tl.cpp
AgeCommit message (Expand)Author
2024-08-20SERVER-92134 Fix crashes during NetworkInterfaceTL shutdown (#26201)Patrick Freed
2024-03-19SERVER-87974 Enable modernize-use-override and apply fixes (#20075)Ivan Fefer
2024-02-14SERVER-82303 separate MetricsTree per Service (#17183)Billy Donahue
2024-02-09SERVER-72055 NetworkInterfaceTL returns a retryable error when waiting to acq...Alex Li
2023-11-08SERVER-82872 Use AtomicWord for gEnableDetailedConnectionHealthMetricLogLinesPatrick Freed
2023-10-04SERVER-81602 remove fmtMessage from LOGV2 statementsBilly Donahue
2023-09-23SERVER-81059 bulk-revert of include of boost iif.hppBilly Donahue
2023-08-17SERVER-73658 RemoteCommandRequest to use DatabaseNameMathis Bessa
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2023-06-05SERVER-65383 Remove CCHM Feature FlagBlake Oler
2023-06-05SERVER-77154 Always use "hello" for connection handshake in internal client codeDavid Storch
2023-04-05SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang
2023-02-09SERVER-72598 Introduce server parameter to turn off logging for detailed conn...Blake Oler
2022-09-27SERVER-68329 Drop single connection on some errors during connection set upAlex Li
2022-09-26SERVER-64967 Measure how long it takes operations using egress connections to...Jason Chan
2022-09-16SERVER-69584 Pass ConnectionMetrics by shared_ptrVojislav Stojkovic
2022-08-24SERVER-68859 Increase waiting time in connection_establishment_metrics.jsVojislav Stojkovic
2022-08-11SERVER-64964 Measure egress connection creation time from connection poolsVojislav Stojkovic
2022-05-06SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue
2021-11-01SERVER-45717 Allow changes to clusterIpSourceAllowlist without restartsergey.galtsev
2021-09-16SERVER-59876 Ensure hostname is progated for internal sasl authMark Benvenuto
2021-08-12SERVER-51695 Use NetworkInterfaceTL name as application nameAlex Li
2020-12-11SERVER-52945 Make mongod use x509 auth on egress connections if NetworkInterf...Mark Benvenuto
2020-11-20SERVER-52710: wire up transient SSL parameters up to the NetworkInterfaceAndrew Shuvalov
2020-11-05SERVER-51811: No-op wiring of transient SSL params in related methodsAndrew Shuvalov
2020-10-26SERVER-51831 Thread SSLConnectionContext from TLConnection's constructor down...Esha Maharishi
2020-06-24SERVER-48159 Reduce the inline cost of isConnected()Amirsaman Memaripour
2020-04-26SERVER-47735 change mongo source over to logv2Billy Donahue
2020-04-22SERVER-47073 Clean up log lines in mongo/client and mongo/executorBen Caimano
2020-02-21SERVER-45567 removing util/log.h where I canGabriel Russell
2020-02-13SERVER-45869 automatically converted structured loggingGabriel Russell
2020-02-12SERVER-44858 Implement speculative sasl authSara Golemon
2019-09-17SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano
2019-07-27SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.1
2019-05-31SERVER-41430 Always spawn connections out of lineBen Caimano
2019-05-29SERVER-41318 Return SemiFutures for ConnectionPoolBen Caimano
2019-04-26SERVER-40819 Use ConnectionPool shared_ptr for full lifetime managementBen Caimano
2019-04-19SERVER-40464 skip auth option for connection poolsJason Carey
2019-02-20SERVER-37412 Added LogSeverityLimiter for timed loggingBen Caimano
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2019-01-23SERVER-34260 Move bookkeeping functions into ConnectionInterfaceJonathan Reams
2019-01-07SERVER-36644 remove AtomicWord typedefsBilly Donahue
2018-12-20SERVER-35688 Make ConnectionPool support transport::ConnectSSLModeMathias Stearn
2018-11-14SERVER-32978 Advertise SCRAM-SHA-256 authentication for the internal userJonathan Reams
2018-11-07SERVER-37833 Retry internal auth with alternate key during keyfile rolloverJonathan Reams
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-09-17SERVER-35679 General Interruption FacilityJason Carey
2018-07-29SERVER-35056 Flush ready callbacks on NetworkInterfaceTL shutdownBen Caimano
2018-07-26SERVER-35684 Remove `promise.getFuture()`ADAM David Alan Martin
2018-06-11SERVER-35494 Add timeouts to TransportLayer::asyncConnectJonathan Reams