summaryrefslogtreecommitdiff
path: root/src/mongo/client/mongo_uri_connect.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39178 Negotiate SCRAM mechanism in MongoURI::connect()Shreyas Kalyan2019-03-111-6/+14
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39128 Avoid double-authenticationSara Golemon2019-01-261-15/+32
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36257 Remove copyDB and clone commandsMaria van Keulen2018-08-071-18/+0
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+1
* SERVER-33980 Reduce dependencies for embedded commandsAndrew Morrow2018-03-291-1/+1
* SERVER-28996 SERVER-28996 Fix memory leak in MongoURI if auth failsJonathan Reams2017-05-011-4/+4
* SERVER-27210 Allow shell to connect to replicasets with ssl=true in URIJonathan Reams2016-12-081-5/+6
* SERVER-26904 correctly parse socketTimeoutMS as msMatt Cotter2016-11-071-3/+3
* SERVER-25151 Honor ssl=true/false in URIs in the shellsamantharitter2016-09-131-1/+1
* Revert "SERVER-25151 Honor 'ssl' option in URIs passed to the shell"samantharitter2016-09-131-1/+1
* SERVER-25151 Honor 'ssl' option in URIs passed to the shellsamantharitter2016-09-131-1/+1
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-041-2/+2
* SERVER-23126 Check result of connect when constructing DBClient from MongoURIJonathan Reams2016-06-301-0/+4
* SERVER-22714 MongoURI should use the socketTimeout optionKaloian Manassiev2016-02-181-14/+29
* Revert "SERVER-22714 MongoURI should use the socketTimeout option"Kaloian Manassiev2016-02-181-29/+14
* SERVER-22714 MongoURI should use the socketTimeout optionKaloian Manassiev2016-02-181-14/+29
* SERVER-6233 Add URI parsing to mongo shellJonathan Reams2015-10-131-0/+172