83 Commits (59d23ad63dc75c68631480b2bdd98cbb67265d9d)

Author SHA1 Message Date
Benjamin Gruenbaum c9c387fdac dns: Use object without protoype for map 9 years ago
Benjamin Gruenbaum 4985c3411f dns: Refactor forEach to map 9 years ago
Benjamin Gruenbaum 8baaa25aec dns: use template literals 9 years ago
Benjamin Gruenbaum b9299884dc dns: use isIp consistently 9 years ago
Daniel Turing dbdbdd4998 dns: add resolvePtr to query plain DNS PTR records 9 years ago
Evan Lucas f3be421c1c dns: coerce port to number in lookupService 9 years ago
Evan Lucas 0f8e63caff dns: throw a TypeError in lookupService with invalid port 9 years ago
Myles Borins b619831381 meta: remove use of profanity in source 9 years ago
micnic 20285ad177 lib: Consistent error messages in all modules 9 years ago
Trevor Norris 3f476ada1e async_wrap: ensure all objects have internal field 9 years ago
Roman Reiss 680dda8023 dns: remove nonexistant exports.ADNAME 9 years ago
Roman Reiss 24fe112ec5 dns: add missing exports.BADNAME 9 years ago
cjihrig df1994fe53 Revert "dns: remove AI_V4MAPPED hint flag on FreeBSD" 10 years ago
Brian White 5abd4ac079 lib: simplify nextTick() usage 10 years ago
Yosuke Furukawa 19ffb5cf1c lib: fix eslint styles 10 years ago
Trevor Norris 10e31ba56c node: allow multiple arguments passed to nextTick 10 years ago
Mayhem 1832743e18 lib: add missing `new` for errors lib/*.js 10 years ago
Roman Reiss 633a990848 dns: allow dns.lookup() to return all addresses 10 years ago
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
Fedor Indutny 04bea9f9c2 dns: remove AI_V4MAPPED hint flag on FreeBSD 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Trevor Norris 819690fd98 src: all wraps now use actual FunctionTemplate 10 years ago
Trevor Norris 5962dbef49 src: all wrap's now use actual FunctionTemplate 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
Maciej Małecki 174f7d2820 dns: include host name in error message if available 10 years ago
cjihrig 5086d6ef94 dns: throw if hostname is not string or falsey 10 years ago
cjihrig 6ea5d16731 dns: always set variable family in lookup() 10 years ago
Trevor Norris e643fe4c4b dns: fix GetAddrInfo assert 10 years ago
cjihrig 430678640c net: don't prefer IPv4 addresses during resolution 11 years ago
Saúl Ibarra Corretgé 35b9580cd8
dns: introduce lookupService function 10 years ago
Chris Dickinson 61baefce1e dns: send lookup c-ares errors to callback 11 years ago
Kenan Sulayman 28dbc96a6c dns: validate arguments in resolver 11 years ago
Kenan Sulayman abe4c34c86 dns: verify argument is valid function in resolve 11 years ago
Fedor Indutny d10a68736d Revert "dns: validate arguments in resolve" 11 years ago
Fedor Indutny 96379f83e0 Revert "dns: verify argument is valid function in resolve" 11 years ago
Kenan Sulayman 2ee86c624e dns: verify argument is valid function in resolve 11 years ago
Kenan Sulayman 56e80a37e0 dns: validate arguments in resolve 11 years ago
Tuğrul Topuz bddea032b7 dns: add resolveSoa and 'SOA' rrtype 11 years ago
Alexis Campailla 9be6470b53 windows: fix dns lookup of localhost with ipv6 11 years ago
Ben Noordhuis a2d1cbef6b dns: set hostname property on error object 11 years ago
Ben Noordhuis ceb8740a63 dns: rename domain to hostname 11 years ago
Ben Noordhuis 03738183c7 dns: fix c-ares error reporting regression 11 years ago
Ben Noordhuis 6cd7fd7d24 cares_wrap: don't set oncomplete property from c++ 11 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 11 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 11 years ago
Ben Noordhuis ca9eb718fb src, lib: update after internal api change 11 years ago
Ben Noordhuis 0161ec87af src, lib: deduplicate errnoException 11 years ago
Timothy J Fontaine 8886c6bf62 dns: add getServers and setServers 12 years ago
Pavel Lang 2ad98725d6 DNS: Support NAPTR queries 12 years ago