summaryrefslogtreecommitdiff
path: root/src/mongo/client/connection_string.h
Commit message (Expand)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
* 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
* 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
* 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
* 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
* 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
* SERVER-18567 Implement ConnectionString::parse which returns StatusWithKaloian Manassiev2015-05-211-72/+21
* SERVER-18568 Remove ConnectionString::PAIRKaloian Manassiev2015-05-201-9/+5
* SERVER-18070 Split ConnectionString out into its own librarySpencer T Brody2015-04-161-0/+196