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
/
client
/
connpool.cpp
Age
Commit message (
Expand
)
Author
2024-07-19
SERVER-90472 Ensure iterators are valid in `getPoolHostConnTime_forTest` (#25...
Saman Memaripour
2024-07-11
SERVER-90668 Convert invariants on Status.isOK() to invariants on the Status ...
Alex Li
2024-05-23
SERVER-90645 Enable tidy check misc-unused-using-decls (#22430)
Matt Kneiser
2024-05-09
SERVER-90054 Fix ConnectionPoolHistogramStats histogram check (#21736)
Joseph Prince
2024-04-11
SERVER-75914 Add debug logs to see where scoped_db_connection_test is timing ...
Joseph Prince
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-06-22
SERVER-77044 IWYU Automated changes for up to end ratio 0.4
Daniel Moody
2023-06-15
SERVER-77042 automated IWYU changes up to ratio of 0.3
Daniel Moody
2023-06-05
SERVER-65383 Remove CCHM Feature Flag
Blake Oler
2023-05-23
SERVER-77327: replace verify() with MONGO_verify()
Colin Stolley
2023-05-17
SERVER-77193 Centralize the macro definition of __has_feature into one place
Mark Benvenuto
2023-04-05
SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafe
Jiawei Yang
2023-03-15
SERVER-73610 Introduce Connection-Leasing from ConnectionPool and NetworkInte...
George Wangensteen
2023-02-11
SERVER-72197 Run clang-format 12.0.1 on the codebase
clang-format 12.0.1
2022-10-10
SERVER-65132 Added metrics for ScopedDbConnection to acquire egress connections
Celina Tala
2022-10-06
SERVER-67888 Add metrics to FTDC for connection reuse
Reo Kimura
2022-07-27
SERVER-68246 rewrite calls to boost::optional get and is_initialized
Billy Donahue
2022-05-24
SERVER-64966 Count how many pooled connections are created, but never used
Reo Kimura
2022-05-06
SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes
Billy Donahue
2022-01-13
SERVER-55055 Add cumulative metric for the total refreshed connections
Daniel Vitor Morilha
2022-01-10
Revert "SERVER-55055 Add cumulative metric for the total refreshed connections"
Daniel Vitor Morilha
2022-01-06
SERVER-55055 Add cumulative metric for the total refreshed connections
Daniel Vitor Morilha
2021-02-20
SERVER-53064: connection created using transient SSL params cannot be recycled
Andrew Shuvalov
2021-01-07
SERVER-53423: Make ConnectString::connect return a status instead of setting ...
Andrew Shuvalov
2021-01-07
Revert "SERVER-53423: Make ConnectString::connect return a status instead of ...
Pavi Vetriselvan
2021-01-07
SERVER-53423: Make ConnectString::connect return a status instead of setting ...
Andrew Shuvalov
2020-12-08
SERVER-40811 make initializers throwy
Billy Donahue
2020-10-26
SERVER-50508 Rename ConnectionType::MASTER to ConnectionType::kStandalone
Ben Caimano
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-28
SERVER-45567 removing util/log.h where I can
Gabriel Russell
2020-02-13
SERVER-45869 automatically converted structured logging
Gabriel Russell
2020-01-03
SERVER-45276 Release lock before destroying DBClientBases
Ben Caimano
2019-10-11
SERVER-43576 DBClientRS does not propagate applicationName
Mark Benvenuto
2019-09-17
SERVER-42165 Replace uses of stdx::mutex with mongo::Mutex
Ben Caimano
2019-06-14
SERVER-41071 Replace NULL and 0 with nullptr
A. Jesse Jiryu Davis
2019-06-04
SERVER-39642 Decrement egress counter when scoped connection not returned to ...
Rahul Sundararaman
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2019-01-07
SERVER-36644 remove AtomicWord typedefs
Billy Donahue
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-06-29
SERVER-35115 Separate dbclientinterface.h into several parts, one per class.
Henrik Edin
2018-05-31
SERVER-35115 Decouple DBDirectClient from networking clients
Mathias Stearn
2018-02-01
SERVER-28822 asan fixes
Jason Carey
2018-02-01
SERVER-28822 Add new dbclient connection pool options
samantharitter
2018-01-19
SERVER-32674 Make SocketException not be a special type
Mathias Stearn
2018-01-02
Revert "SERVER-28822 Add new dbclient connection pool options"
Jason Carey
2017-12-20
SERVER-28822 Add new dbclient connection pool options
samantharitter
2017-10-31
SERVER-31061 Add `mongo+srv://` support for URIs.
ADAM David Alan Martin
2017-10-02
SERVER-31333 Make ReplicaSetMonitor return ShutdownInProgress if the server i...
Kaloian Manassiev
[next]