70 Commits (953b3e75e899d99c43654280b2c2777f1364f0b0)

Author SHA1 Message Date
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
Xidorn Quan 009ba02e18 dns: fix ReferenceError in resolve() error path 12 years ago
Ben Noordhuis 12d0f0bd3a lib, src: remove errno global 12 years ago
Dan Milon 7295bb9435 dns: make error message match errno 12 years ago
isaacs a90bc78534 Revert "DNS: Support NAPTR queries" 13 years ago
ssuda 91bf18fcc5 DNS: Support NAPTR queries 13 years ago
Erik Dubbelboer ecfe32e3a0 dns: add more error codes 13 years ago
Ben Noordhuis b7b7b29f50 dns: remove unused functions 13 years ago
isaacs 0cdf85e28d Lint all the JavaScripts. 13 years ago
Ryan Dahl d5a21a29f8 getaddrinfo returns ENOTFOUND for invalid domain names 13 years ago
Ryan Dahl c83dda89a4 dns.lookup uses cares_wrap::GetAddrInfo 13 years ago
Ryan Dahl 58e892dadd Remove dns_legacy 13 years ago
Colton Baker 87286cc737 Fixed a lot of jslint errors. 13 years ago
Ryan Dahl 16b3f2c3ff Fix dns_uv.lookup order 13 years ago