summaryrefslogtreecommitdiff
path: root/src/mongo/executor/connection_pool_tl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-1/+2
* SERVER-72598 Introduce server parameter to turn off logging for detailed conn...Blake Oler2023-02-091-3/+10
* SERVER-68329 Drop single connection on some errors during connection set upAlex Li2022-09-271-1/+7
* SERVER-64967 Measure how long it takes operations using egress connections to...Jason Chan2022-09-261-0/+9
* SERVER-69584 Pass ConnectionMetrics by shared_ptrVojislav Stojkovic2022-09-161-2/+12
* SERVER-68859 Increase waiting time in connection_establishment_metrics.jsVojislav Stojkovic2022-08-241-2/+2
* SERVER-64964 Measure egress connection creation time from connection poolsVojislav Stojkovic2022-08-111-3/+47
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-45717 Allow changes to clusterIpSourceAllowlist without restartsergey.galtsev2021-11-011-2/+3
* SERVER-59876 Ensure hostname is progated for internal sasl authMark Benvenuto2021-09-161-2/+2
* SERVER-51695 Use NetworkInterfaceTL name as application nameAlex Li2021-08-121-3/+4
* SERVER-52945 Make mongod use x509 auth on egress connections if NetworkInterf...Mark Benvenuto2020-12-111-11/+67
* SERVER-52710: wire up transient SSL parameters up to the NetworkInterfaceAndrew Shuvalov2020-11-201-1/+2
* SERVER-51811: No-op wiring of transient SSL params in related methodsAndrew Shuvalov2020-11-051-1/+2
* SERVER-51831 Thread SSLConnectionContext from TLConnection's constructor down...Esha Maharishi2020-10-261-1/+1
* SERVER-48159 Reduce the inline cost of isConnected()Amirsaman Memaripour2020-06-241-0/+17
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47073 Clean up log lines in mongo/client and mongo/executorBen Caimano2020-04-221-3/+4
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-4/+9
* SERVER-44858 Implement speculative sasl authSara Golemon2020-02-121-2/+35
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-3/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+6
* SERVER-41430 Always spawn connections out of lineBen Caimano2019-05-311-0/+1
* SERVER-41318 Return SemiFutures for ConnectionPoolBen Caimano2019-05-291-10/+13
* SERVER-40819 Use ConnectionPool shared_ptr for full lifetime managementBen Caimano2019-04-261-3/+7
* SERVER-40464 skip auth option for connection poolsJason Carey2019-04-191-1/+6
* SERVER-37412 Added LogSeverityLimiter for timed loggingBen Caimano2019-02-201-2/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-34260 Move bookkeeping functions into ConnectionInterfaceJonathan Reams2019-01-231-29/+8
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-35688 Make ConnectionPool support transport::ConnectSSLModeMathias Stearn2018-12-201-2/+7
* SERVER-32978 Advertise SCRAM-SHA-256 authentication for the internal userJonathan Reams2018-11-141-17/+72
* SERVER-37833 Retry internal auth with alternate key during keyfile rolloverJonathan Reams2018-11-071-1/+15
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35679 General Interruption FacilityJason Carey2018-09-171-1/+1
* SERVER-35056 Flush ready callbacks on NetworkInterfaceTL shutdownBen Caimano2018-07-291-11/+70
* SERVER-35684 Remove `promise.getFuture()`ADAM David Alan Martin2018-07-261-4/+8
* SERVER-35494 Add timeouts to TransportLayer::asyncConnectJonathan Reams2018-06-111-1/+5
* SERVER-35179 Make NiTL actually refreshJason Carey2018-06-081-1/+0
* SERVER-34901 extend lifetime of tlconnectionsJason Carey2018-05-081-4/+7
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-6/+7
* SERVER-33821 Implement NetworkInterfaceTL and AsyncDBClientJonathan Reams2018-04-131-0/+228