summaryrefslogtreecommitdiff
path: root/src/mongo/util/dns_query_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+6
|
* 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-7/+9
|
* SERVER-32107 Update DNS Root nameservers for testsADAM David Alan Martin2017-11-291-1/+1
| | | | | The "B" root name server has moved IP address. This updates the DNS Query sanity checks to track that change.
* SERVER-32076 Fix DNS Unit testADAM David Alan Martin2017-11-221-2/+2
|
* SERVER-32038 Update host entries for dns query testsMathew Robinson2017-11-201-5/+5
|
* SERVER-31061 Add `mongo+srv://` support for URIs.ADAM David Alan Martin2017-10-311-0/+196
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.