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
/
connection_string_connect.cpp
Age
Commit message (
Expand
)
Author
2023-12-21
SERVER-83932 Log RPC termination statuses in DBClientGRPCStream (#17718)
Patrick Freed
2023-10-13
SERVER-80502: Connect using gRPC in the test runner when gRPC=true is specified
Erin McNulty
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-09-14
SERVER-80505 Split generic DBClientConnection functionality into superclass (...
Patrick Freed
2023-08-30
SERVER-80008 Introduce gRPC configuration options to the mongo test runner
Patrick Freed
2023-06-15
SERVER-77042 automated IWYU changes up to ratio of 0.3
Daniel Moody
2022-05-06
SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes
Billy Donahue
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
2021-01-05
SERVER-52707 Make tenant migration recipient use x509 certificate to connect ...
Cheahuychou Mao
2020-10-26
SERVER-50508 Rename ConnectionType::MASTER to ConnectionType::kStandalone
Ben Caimano
2020-08-20
SERVER-49380 Add API params to mongo shell
A. Jesse Jiryu Davis
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
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-06-14
SERVER-41071 Replace NULL and 0 with nullptr
A. Jesse Jiryu Davis
2019-06-10
SERVER-39339 Remove `stdx/memory.h`
ADAM David Alan Martin
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
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
2017-10-31
SERVER-31061 Add `mongo+srv://` support for URIs.
ADAM David Alan Martin
2016-09-13
SERVER-25151 Honor ssl=true/false in URIs in the shell
samantharitter
2016-09-13
Revert "SERVER-25151 Honor 'ssl' option in URIs passed to the shell"
samantharitter
2016-09-13
SERVER-25151 Honor 'ssl' option in URIs passed to the shell
samantharitter
2016-08-04
SERVER-24611 Implement ClientMetadata class
Mark Benvenuto
2016-05-05
SERVER-23857 dispatch shard creation by ConnectionString type
Misha Tyulenev
2016-03-10
SERVER-22320 remove SYNC option and SyncClusterConnection
Misha Tyulenev
2015-06-20
SERVER-18579: Clang-Format - reformat code, no comment reflow
Mark Benvenuto
2015-06-17
SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guard
Adam Midvidy
2015-05-21
SERVER-6826 fix exception safety in ConnectionString::connect
Adam Midvidy
2015-05-20
SERVER-18568 Remove ConnectionString::PAIR
Kaloian Manassiev
2015-04-16
SERVER-18070 Split ConnectionString out into its own library
Spencer T Brody