| Commit message (Expand) | Author | Age | Files | Lines |
* | dns: allow `--dns-result-order` to change default dns verbatim | Ouyang Yadong | 2021-06-11 | 1 | -2/+8 |
* | lib: refactor to use validateString | ZiJian Liu | 2021-01-22 | 1 | -2/+2 |
* | lib: refactor to use validateCallback | ZiJian Liu | 2020-12-29 | 1 | -17/+18 |
* | dns: refactor to use more primordials | Antoine du Hamel | 2020-12-07 | 1 | -2/+5 |
* | net: add support for resolving DNS CAA records | Danny Sonnenschein | 2020-10-16 | 1 | -0/+1 |
* | lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING | Denys Otrishko | 2020-09-11 | 1 | -4/+4 |
* | lib: allow to validate enums with validateOneOf | Denys Otrishko | 2020-08-17 | 1 | -2/+2 |
* | tools: enable no-else-return lint rule | Luigi Pinca | 2020-05-16 | 1 | -2/+1 |
* | dns: remove duplicate code | rickyes | 2020-04-07 | 1 | -5/+1 |
* | dns: add dns.ALL hints flag constant | murgatroid99 | 2020-03-30 | 1 | -0/+1 |
* | lib: move isLegalPort to validators, refactor | James M Snell | 2020-03-05 | 1 | -5/+6 |
* | lib: flatten access to primordials | Michaël Zasso | 2019-11-25 | 1 | -8/+12 |
* | dns: switch var to const/let | Dmitriy Kikinskiy | 2019-11-09 | 1 | -7/+7 |
* | dns: update lookupService() first arg name | cjihrig | 2019-08-10 | 1 | -8/+7 |
* | dns: do not indicate invalid IPs are IPv6 | Rich Trott | 2019-04-16 | 1 | -3/+3 |
* | lib: enforce the use of Object from primordials | Michaël Zasso | 2019-04-12 | 1 | -0/+2 |
* | errors: add more information in case of invalid callbacks | Ruben Bridgewater | 2019-04-04 | 1 | -3/+3 |
* | benchmark,lib: change var to const | Ruben Bridgewater | 2019-03-30 | 1 | -9/+11 |
* | dns: make dns.promises enumerable | cjihrig | 2019-03-29 | 1 | -1/+1 |
* | dns: remove dns.promises experimental warning | cjihrig | 2019-03-29 | 1 | -2/+0 |
* | dns: use IDNA 2008 to encode non-ascii hostnames | Ben Noordhuis | 2019-01-28 | 1 | -2/+3 |
* | dns: simplify dns.promises warning logic | cjihrig | 2018-12-04 | 1 | -5/+3 |
* | dns: fix inconsistent (hostname vs host) | Ulises Gascón | 2018-10-20 | 1 | -10/+10 |
* | dns: deprecate passing falsy hostname to dns.lookup | Ouyang Yadong | 2018-10-04 | 1 | -2/+4 |
* | bootstrapper: move internalBinding to NativeModule | Gus Caplan | 2018-10-04 | 1 | -1/+0 |
* | dns: make process.binding('cares_wrap') internal | cjihrig | 2018-08-30 | 1 | -1/+2 |
* | lib: extract validateString validator | Jon Moss | 2018-08-07 | 1 | -3/+3 |
* | dns: add promisified dns module | cjihrig | 2018-06-20 | 1 | -114/+35 |
* | dns: improve setServers() errors and performance | Jamie Davis | 2018-06-08 | 1 | -5/+10 |
* | errors: alter ERR_INVALID_IP_ADDRESS | davidmarkclements | 2018-04-14 | 1 | -1/+1 |
* | errors: make dns errors consistent | Ruben Bridgewater | 2018-04-05 | 1 | -1/+1 |
* | lib: port errors to new system | Michaël Zasso | 2018-03-05 | 1 | -17/+23 |
* | errors: move error creation helpers to errors.js | Joyee Cheung | 2018-02-07 | 1 | -39/+8 |
* | lib,src: port isIPv4() to js | Ben Noordhuis | 2018-01-29 | 1 | -26/+1 |
* | dns: fix crash while setting server during query | XadillaX | 2017-12-06 | 1 | -16/+34 |
* | lib: improve the usage of TypeError[INVALID_ARG_TYPE] | Weijia Wang | 2017-11-12 | 1 | -1/+1 |
* | lib: change concatenated string to template | Pawan Jangid | 2017-11-11 | 1 | -1/+1 |
* | lib: use destructuring for some constants | Weijia Wang | 2017-10-16 | 1 | -4/+1 |
* | net: convert to using internal/errors | matzavinos | 2017-10-15 | 1 | -1/+1 |
* | dns: add `verbatim` option to dns.lookup() | Ben Noordhuis | 2017-08-23 | 1 | -1/+3 |
* | uv: improvements to process.binding('uv') | James M Snell | 2017-08-23 | 1 | -4/+8 |
* | dns: name generated functions | Anna Henningsen | 2017-08-01 | 1 | -2/+4 |
* | dns: add channel.cancel() | Anna Henningsen | 2017-08-01 | 1 | -0/+4 |
* | dns: enable usage of independent cares resolvers | Anna Henningsen | 2017-08-01 | 1 | -36/+47 |
* | src,dns: refactor cares_wrap to avoid global state | Anna Henningsen | 2017-08-01 | 1 | -11/+14 |
* | errors: migrate dns to use internal/errors | Weijia Wang | 2017-07-24 | 1 | -15/+18 |
* | lib,src: fix consistent spacing inside braces | Sebastiaan Deckers | 2017-07-21 | 1 | -1/+1 |
* | dns: make `dns.setServers` support customized port | XadillaX | 2017-06-20 | 1 | -8/+20 |
* | cluster, dns, repl, tls, util: fix RegExp nits | Vse Mozhet Byt | 2017-06-10 | 1 | -2/+4 |
* | dns: add resolveAny support | XadillaX | 2017-06-09 | 1 | -0/+2 |