summaryrefslogtreecommitdiff
path: root/src/mongo/client/connection_string_connect.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53064: connection created using transient SSL params cannot be recycledAndrew Shuvalov2021-02-201-0/+9
* SERVER-53423: Make ConnectString::connect return a status instead of setting ...Andrew Shuvalov2021-01-071-13/+18
* Revert "SERVER-53423: Make ConnectString::connect return a status instead of ...Pavi Vetriselvan2021-01-071-18/+13
* SERVER-53423: Make ConnectString::connect return a status instead of setting ...Andrew Shuvalov2021-01-071-13/+18
* SERVER-52707 Make tenant migration recipient use x509 certificate to connect ...Cheahuychou Mao2021-01-051-2/+7
* SERVER-50508 Rename ConnectionType::MASTER to ConnectionType::kStandaloneBen Caimano2020-10-261-6/+6
* SERVER-49380 Add API params to mongo shellA. Jesse Jiryu Davis2020-08-201-8/+16
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47073 Clean up log lines in mongo/client and mongo/executorBen Caimano2020-04-221-7/+10
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-4/+10
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-3/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+0
* SERVER-31061 Add `mongo+srv://` support for URIs.ADAM David Alan Martin2017-10-311-15/+18
* SERVER-25151 Honor ssl=true/false in URIs in the shellsamantharitter2016-09-131-3/+11
* Revert "SERVER-25151 Honor 'ssl' option in URIs passed to the shell"samantharitter2016-09-131-11/+3
* SERVER-25151 Honor 'ssl' option in URIs passed to the shellsamantharitter2016-09-131-3/+11
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-041-3/+6
* SERVER-23857 dispatch shard creation by ConnectionString typeMisha Tyulenev2016-05-051-1/+2
* SERVER-22320 remove SYNC option and SyncClusterConnectionMisha Tyulenev2016-03-101-10/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-21/+21
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-2/+2
* SERVER-6826 fix exception safety in ConnectionString::connectAdam Midvidy2015-05-211-11/+9
* SERVER-18568 Remove ConnectionString::PAIRKaloian Manassiev2015-05-201-1/+0
* SERVER-18070 Split ConnectionString out into its own librarySpencer T Brody2015-04-161-0/+111