summaryrefslogtreecommitdiff
path: root/src/mongo/client/mongo_uri_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50508 Rename ConnectionType::MASTER to ConnectionType::kStandaloneBen Caimano2020-10-261-33/+33
* SERVER-44968 Remove useless BSONVersion enum classFaustoleyva542020-06-261-1/+1
* SERVER-47073 Clean up log lines in mongo/client and mongo/executorBen Caimano2020-04-221-13/+15
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-8/+17
* SERVER-43576 DBClientRS does not propagate applicationNameMark Benvenuto2019-10-111-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-13/+15
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39186 Strip trailing dot from FQDNs retrieved from SRV URIsMathias Stearn2019-02-071-8/+8
* SERVER-39317 Make uri options case insensitiveJason Carey2019-02-051-85/+147
* SERVER-37311 add 'tls' alias for 'ssl' in mongo URIsIsabella Siu2019-01-091-1/+4
* SERVER-38319 fix windows compiler error C2885Benety Goh2018-12-211-3/+3
* SERVER-38319 Propagate URI options from DBClientRS through all codepathsMathias Stearn2018-12-201-58/+124
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-7/+9
* SERVER-37628 Fix unittests on windows from mongo_uri_testShreyas Kalyan2018-10-151-2/+6
* SERVER-36272 Catch error in parsing values after % in URIsShreyas Kalyan2018-10-121-0/+12
* SERVER-36744 Fix and add tests for command-line redactionJonathan Reams2018-08-211-0/+30
* SERVER-36258 Construct ServiceContext after mongo initializers complete.Andy Schwerin2018-07-271-33/+32
* SERVER-34563 Handle DNS names correctly in SRV record processing.ADAM David Alan Martin2018-06-261-45/+106
* SERVER-32059 Implement Drivers spec changes to SRVADAM David Alan Martin2017-11-281-29/+89
* SERVER-32077 Fix connection string test.ADAM David Alan Martin2017-11-221-14/+15
* SERVER-32038 Update host entries for dns query testsMathew Robinson2017-11-201-10/+10
* SERVER-31061 Add `mongo+srv://` support for URIs.ADAM David Alan Martin2017-10-311-3/+155
* SERVER-29921 rewrite URI parserSara Golemon2017-09-211-23/+265
* Revert "SERVER-29923 Re-write the Mongo Server's URI parser and Testing Suite"Tyler Kaye2017-08-101-300/+21
* SERVER-29923 Re-write the Mongo Server's URI parser and Testing SuiteTyler Kaye2017-08-101-21/+300
* SERVER-27210 Allow shell to connect to replicasets with ssl=true in URIJonathan Reams2016-12-081-0/+22
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-041-1/+2
* SERVER-22707 fix mongo uri parseMatt Cotter2016-07-141-0/+13
* SERVER-23126 Check result of connect when constructing DBClient from MongoURIJonathan Reams2016-06-301-0/+13
* SERVER-22714 MongoURI should use the socketTimeout optionKaloian Manassiev2016-02-181-4/+1
* SERVER-6233 Add URI parsing to mongo shellJonathan Reams2015-10-131-0/+314