summaryrefslogtreecommitdiff
path: root/src/mongo/util/dns_query.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-36147 Add basic support for targeting emscriptenAndrew Morrow2018-07-171-1/+1
|
* SERVER-33140 DNS must disregard irrelevant recordsADAM David Alan Martin2018-02-091-19/+47
| | | | | | DNS Queries can return superfluous records of non-requested type in Windows DNSApi calls. Windows implementations will now ignore records of those types.
* SERVER-32261 disable dns_query (res_nsearch) on androidGabriel Russell2017-12-181-0/+2
|
* SERVER-31622 Fix bad throwsMathias Stearn2017-11-021-2/+2
|
* SERVER-31061 Add `mongo+srv://` support for URIs.ADAM David Alan Martin2017-10-311-0/+119
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.