index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
executor
/
connection_pool_tl.cpp
Age
Commit message (
Expand
)
Author
2024-08-20
SERVER-92134 Fix crashes during NetworkInterfaceTL shutdown (#26201)
Patrick Freed
2024-03-19
SERVER-87974 Enable modernize-use-override and apply fixes (#20075)
Ivan Fefer
2024-02-14
SERVER-82303 separate MetricsTree per Service (#17183)
Billy Donahue
2024-02-09
SERVER-72055 NetworkInterfaceTL returns a retryable error when waiting to acq...
Alex Li
2023-11-08
SERVER-82872 Use AtomicWord for gEnableDetailedConnectionHealthMetricLogLines
Patrick Freed
2023-10-04
SERVER-81602 remove fmtMessage from LOGV2 statements
Billy Donahue
2023-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
2023-08-17
SERVER-73658 RemoteCommandRequest to use DatabaseName
Mathis Bessa
2023-07-01
SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0
Daniel Moody
2023-06-05
SERVER-65383 Remove CCHM Feature Flag
Blake Oler
2023-06-05
SERVER-77154 Always use "hello" for connection handshake in internal client code
David Storch
2023-04-05
SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafe
Jiawei Yang
2023-02-09
SERVER-72598 Introduce server parameter to turn off logging for detailed conn...
Blake Oler
2022-09-27
SERVER-68329 Drop single connection on some errors during connection set up
Alex Li
2022-09-26
SERVER-64967 Measure how long it takes operations using egress connections to...
Jason Chan
2022-09-16
SERVER-69584 Pass ConnectionMetrics by shared_ptr
Vojislav Stojkovic
2022-08-24
SERVER-68859 Increase waiting time in connection_establishment_metrics.js
Vojislav Stojkovic
2022-08-11
SERVER-64964 Measure egress connection creation time from connection pools
Vojislav Stojkovic
2022-05-06
SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes
Billy Donahue
2021-11-01
SERVER-45717 Allow changes to clusterIpSourceAllowlist without restart
sergey.galtsev
2021-09-16
SERVER-59876 Ensure hostname is progated for internal sasl auth
Mark Benvenuto
2021-08-12
SERVER-51695 Use NetworkInterfaceTL name as application name
Alex Li
2020-12-11
SERVER-52945 Make mongod use x509 auth on egress connections if NetworkInterf...
Mark Benvenuto
2020-11-20
SERVER-52710: wire up transient SSL parameters up to the NetworkInterface
Andrew Shuvalov
2020-11-05
SERVER-51811: No-op wiring of transient SSL params in related methods
Andrew Shuvalov
2020-10-26
SERVER-51831 Thread SSLConnectionContext from TLConnection's constructor down...
Esha Maharishi
2020-06-24
SERVER-48159 Reduce the inline cost of isConnected()
Amirsaman Memaripour
2020-04-26
SERVER-47735 change mongo source over to logv2
Billy Donahue
2020-04-22
SERVER-47073 Clean up log lines in mongo/client and mongo/executor
Ben Caimano
2020-02-21
SERVER-45567 removing util/log.h where I can
Gabriel Russell
2020-02-13
SERVER-45869 automatically converted structured logging
Gabriel Russell
2020-02-12
SERVER-44858 Implement speculative sasl auth
Sara Golemon
2019-09-17
SERVER-42165 Replace uses of stdx::mutex with mongo::Mutex
Ben Caimano
2019-07-27
SERVER-41772 Apply clang-format 7.0.1 to the codebase
clang-format-7.0.1
2019-05-31
SERVER-41430 Always spawn connections out of line
Ben Caimano
2019-05-29
SERVER-41318 Return SemiFutures for ConnectionPool
Ben Caimano
2019-04-26
SERVER-40819 Use ConnectionPool shared_ptr for full lifetime management
Ben Caimano
2019-04-19
SERVER-40464 skip auth option for connection pools
Jason Carey
2019-02-20
SERVER-37412 Added LogSeverityLimiter for timed logging
Ben Caimano
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2019-01-23
SERVER-34260 Move bookkeeping functions into ConnectionInterface
Jonathan Reams
2019-01-07
SERVER-36644 remove AtomicWord typedefs
Billy Donahue
2018-12-20
SERVER-35688 Make ConnectionPool support transport::ConnectSSLMode
Mathias Stearn
2018-11-14
SERVER-32978 Advertise SCRAM-SHA-256 authentication for the internal user
Jonathan Reams
2018-11-07
SERVER-37833 Retry internal auth with alternate key during keyfile rollover
Jonathan Reams
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-09-17
SERVER-35679 General Interruption Facility
Jason Carey
2018-07-29
SERVER-35056 Flush ready callbacks on NetworkInterfaceTL shutdown
Ben Caimano
2018-07-26
SERVER-35684 Remove `promise.getFuture()`
ADAM David Alan Martin
2018-06-11
SERVER-35494 Add timeouts to TransportLayer::asyncConnect
Jonathan Reams
[next]