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