summaryrefslogtreecommitdiff
path: root/src/mongo/client/mongo_uri.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43576 DBClientRS does not propagate applicationNameMark Benvenuto2019-10-111-1/+6
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-1/+1
* SERVER-40802 Don't include boost/algorithm/string.hpp in mongo_uri.hMathias Stearn2019-05-011-3/+1
* SERVER-39178 Negotiate SCRAM mechanism in MongoURI::connect()Shreyas Kalyan2019-03-111-2/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39317 Make uri options case insensitiveJason Carey2019-02-051-1/+27
* SERVER-39128 Avoid double-authenticationSara Golemon2019-01-261-1/+1
* SERVER-38319 Propagate URI options from DBClientRS through all codepathsMathias Stearn2018-12-201-12/+13
* SERVER-35212: Refactor shell code to enable default authentication database a...Tyler Kaye2018-11-141-0/+45
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-7/+9
* SERVER-30997 Redact passwords and options from MongoURI in shell command lineJonathan Reams2018-07-301-0/+11
* SERVER-32065 support retryWrites URI param in shellKevin Albertson2018-01-311-3/+15
* SERVER-32094 support appname URI param in shellKevin Albertson2018-01-231-0/+2
* SERVER-31061 Add `mongo+srv://` support for URIs.ADAM David Alan Martin2017-10-311-13/+22
* SERVER-28072 Construct mongodb:// URI from RS string and dbnameSara Golemon2017-10-031-3/+5
* SERVER-29921 rewrite URI parserSara Golemon2017-09-211-0/+39
* SERVER-27210 Allow shell to connect to replicasets with ssl=true in URIJonathan Reams2016-12-081-1/+11
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-041-1/+1
* SERVER-23207 expose additional MongoURI constructorsAdam Midvidy2016-03-171-1/+3
* SERVER-22714 MongoURI should use the socketTimeout optionKaloian Manassiev2016-02-181-9/+13
* Revert "SERVER-22714 MongoURI should use the socketTimeout option"Kaloian Manassiev2016-02-181-13/+9
* SERVER-22714 MongoURI should use the socketTimeout optionKaloian Manassiev2016-02-181-9/+13
* SERVER-6233 Add URI parsing to mongo shellJonathan Reams2015-10-131-0/+133