summaryrefslogtreecommitdiff
path: root/lib/internal/dns/utils.js
Commit message (Expand)AuthorAgeFilesLines
* dns: expose getDefaultResultOrderbtea2023-04-261-0/+5
* lib: enforce use of trailing commasAntoine du Hamel2023-03-061-2/+2
* lib: enforce use of trailing commas for functionsAntoine du Hamel2023-02-141-1/+1
* tools: add `prefer-proto` ruleJordan Harband2023-01-101-2/+1
* bootstrap: lazy load non-essential modulesJoyee Cheung2022-12-091-4/+6
* dns: support dns module in the snapshotJoyee Cheung2022-09-291-2/+65
* dns: refactor default resolverJoyee Cheung2022-09-131-12/+57
* dns: fix getServers return undefinedjiahao.si2022-07-241-2/+2
* lib: refactor to avoid unsafe regex primordialsAntoine du Hamel2022-06-271-5/+5
* dns: export error code constants from `dns/promises`Feng Yu2022-06-181-0/+29
* lib: refactor `validateInt32` and `validateUint32`mawaregetsuka2022-05-221-2/+2
* dns: remove `dns.lookup` and `dnsPromises.lookup` options type coercionAntoine du Hamel2022-04-121-13/+0
* lib: fix consistency of methods that emit warningsYoshiki Kurihara2022-01-211-10/+8
* dns: cleanup validationVoltrex2021-09-161-3/+2
* dns: runtime deprecate type coercion of `dns.lookup` optionsAntoine du Hamel2021-09-151-0/+13
* dns: default to verbatim=true in dns.lookup()Ben Noordhuis2021-09-121-8/+2
* dns: add "tries" option to Resolve optionsLuan Devecchi2021-08-061-1/+9
* dns: allow `--dns-result-order` to change default dns verbatimOuyang Yadong2021-06-021-0/+21
* lib: refactor to use validateStringZiJian Liu2021-01-221-7/+7
* lib: refactor to use validateArrayZiJian Liu2021-01-201-5/+2
* dns: refactor to use more primordialsAntoine du Hamel2020-12-071-8/+13
* dns: add setLocalAddress to ResolverJosh Dague2020-10-251-0/+12
* net: add support for resolving DNS CAA recordsDanny Sonnenschein2020-10-161-0/+1
* lib: use Number.parseInt from primordialsMichaël Zasso2020-10-071-4/+8
* lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODINGDenys Otrishko2020-09-111-2/+2
* dns: make dns.Resolver timeout configurableBen Noordhuis2020-06-011-2/+11
* dns: add dns.ALL hints flag constantmurgatroid992020-03-301-5/+3
* lib: enforce use of Array from primordialsMichaël Zasso2019-11-271-1/+6
* test: dns utils replace varOsmond van Hemert2019-11-241-1/+1
* dns: refactor lib/internal/dns/utils.jsRich Trott2019-04-011-7/+6
* dns: deprecate passing falsy hostname to dns.lookupOuyang Yadong2018-10-041-1/+17
* bootstrapper: move internalBinding to NativeModuleGus Caplan2018-10-041-1/+0
* dns: make process.binding('cares_wrap') internalcjihrig2018-08-301-1/+2
* dns: type check for dns.setServers argument.Masashi Hirano2018-08-031-1/+9
* dns: add promisified dns modulecjihrig2018-06-201-0/+141