summaryrefslogtreecommitdiff
path: root/src/mongo/client/connection_string_connect.cpp
AgeCommit message (Expand)Author
2023-12-21SERVER-83932 Log RPC termination statuses in DBClientGRPCStream (#17718)Patrick Freed
2023-10-13SERVER-80502: Connect using gRPC in the test runner when gRPC=true is specifiedErin McNulty
2023-10-04SERVER-81602 remove fmtMessage from LOGV2 statementsBilly Donahue
2023-09-23SERVER-81059 bulk-revert of include of boost iif.hppBilly Donahue
2023-09-14SERVER-80505 Split generic DBClientConnection functionality into superclass (...Patrick Freed
2023-08-30SERVER-80008 Introduce gRPC configuration options to the mongo test runnerPatrick Freed
2023-06-15SERVER-77042 automated IWYU changes up to ratio of 0.3Daniel Moody
2022-05-06SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue
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
2021-01-05SERVER-52707 Make tenant migration recipient use x509 certificate to connect ...Cheahuychou Mao
2020-10-26SERVER-50508 Rename ConnectionType::MASTER to ConnectionType::kStandaloneBen Caimano
2020-08-20SERVER-49380 Add API params to mongo shellA. Jesse Jiryu Davis
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
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-06-14SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis
2019-06-10SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly 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
2017-10-31SERVER-31061 Add `mongo+srv://` support for URIs.ADAM David Alan Martin
2016-09-13SERVER-25151 Honor ssl=true/false in URIs in the shellsamantharitter
2016-09-13Revert "SERVER-25151 Honor 'ssl' option in URIs passed to the shell"samantharitter
2016-09-13SERVER-25151 Honor 'ssl' option in URIs passed to the shellsamantharitter
2016-08-04SERVER-24611 Implement ClientMetadata classMark Benvenuto
2016-05-05SERVER-23857 dispatch shard creation by ConnectionString typeMisha Tyulenev
2016-03-10SERVER-22320 remove SYNC option and SyncClusterConnectionMisha Tyulenev
2015-06-20SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto
2015-06-17SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy
2015-05-21SERVER-6826 fix exception safety in ConnectionString::connectAdam Midvidy
2015-05-20SERVER-18568 Remove ConnectionString::PAIRKaloian Manassiev
2015-04-16SERVER-18070 Split ConnectionString out into its own librarySpencer T Brody