summaryrefslogtreecommitdiff
path: root/src/mongo/client/connection_string.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-4/+4
|
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-35486 Create _addShard command on shard to drive shard initializationMatthew Saltz2018-06-131-0/+6
|
* SERVER-31061 Add `mongo+srv://` support for URIs.ADAM David Alan Martin2017-10-311-7/+8
| | | | | | | | | The shell now supports parsing and handling `mongo+srv://` style URIs, as part of the DNS Seedlist support. These URIs require DNS SRV and TXT record lookups, for extra configuration options. The shell also supports a (limited) form of connection-failover -- when initially connecting to a non-replica-set cluster, the shell will try each host listed, in order, until a connection can be established.
* SERVER-29921 rewrite URI parserSara Golemon2017-09-211-0/+17
|
* SERVER-25151 Honor ssl=true/false in URIs in the shellsamantharitter2016-09-131-1/+3
|
* Revert "SERVER-25151 Honor 'ssl' option in URIs passed to the shell"samantharitter2016-09-131-3/+1
| | | | This reverts commit 7c3878adaf73736c33c7f65b718d8b5705c36142.
* SERVER-25151 Honor 'ssl' option in URIs passed to the shellsamantharitter2016-09-131-1/+3
|
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-041-1/+3
|
* SERVER-24467 Make MoveChunkRequest and dependencies comparableKaloian Manassiev2016-06-131-6/+4
| | | | | This change implements the '==' operator on MoveChunkRequest and any dependent classes which do not have it.
* SERVER-23857 dispatch shard creation by ConnectionString typeMisha Tyulenev2016-05-051-1/+11
|
* SERVER-22320 remove SYNC option and SyncClusterConnectionMisha Tyulenev2016-03-101-6/+2
|
* SERVER-6233 Add URI parsing to mongo shellJonathan Reams2015-10-131-2/+11
|
* SERVER-18567 Remove legacy ConnectionString::parseKaloian Manassiev2015-07-161-1/+0
| | | | | Removes the legacy ConnectionString::parse method and make all places use the variant, which returns StatusWith<ConnectionString>.
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-90/+100
|
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-5/+4
|
* SERVER-18464 Implement ReplicaSetMonitorManager to replace staticsKaloian Manassiev2015-06-111-0/+16
| | | | | | | | | The ReplicaSetMonitorManager will be responsible for the lifetime of replica set monitors and will replaces the global static variables, which we currently use to track the replica set monitors. This change brings us closer to having a separate instance of the replica set monitors for MongoS.
* SERVER-18567 Implement ConnectionString::parse which returns StatusWithKaloian Manassiev2015-05-211-72/+21
|
* SERVER-18568 Remove ConnectionString::PAIRKaloian Manassiev2015-05-201-9/+5
| | | | It is not used anywhere.
* SERVER-18070 Split ConnectionString out into its own librarySpencer T Brody2015-04-161-0/+196