108 Commits (ebc58d7a220011c6f067f12918adb583f2192859)

Author SHA1 Message Date
Ben Noordhuis e007f66ae2 dns: add `verbatim` option to dns.lookup() 7 years ago
James M Snell 58831b2f24 uv: improvements to process.binding('uv') 7 years ago
Anna Henningsen 0f5dabe4ed
dns: name generated functions 7 years ago
Anna Henningsen 732658e4cf
dns: add channel.cancel() 7 years ago
Anna Henningsen 6e05970494
dns: enable usage of independent cares resolvers 7 years ago
Anna Henningsen 727b2911ec
src,dns: refactor cares_wrap to avoid global state 7 years ago
Weijia Wang 9cb390d899
errors: migrate dns to use internal/errors 7 years ago
Sebastiaan Deckers bb29405904
lib,src: fix consistent spacing inside braces 7 years ago
XadillaX 330349f706 dns: make `dns.setServers` support customized port 7 years ago
Vse Mozhet Byt 390fa0380e cluster, dns, repl, tls, util: fix RegExp nits 7 years ago
XadillaX 27de36926b
dns: add resolveAny support 8 years ago
Brian White 3c989de207
dns: use faster IP address type check on results 8 years ago
Brian White 656bb71867
dns: improve callback performance 8 years ago
Rich Trott 758a17f1d5 dns: return TypeError on invalid resolve() input 8 years ago
Anna Henningsen faf6654ff7
dns: support promisified `lookup(Service)` 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
James M Snell 531de63c14 dns: minor refactor of dns module 8 years ago
James M Snell e36d0d3974 dns: avoid use of arguments 8 years ago
Ben Noordhuis c31b507b94 dns: implement {ttl: true} for dns.resolve4() 8 years ago
Miguel Angel Asencio Hurtado 115bb04c01 dns: name anonymous functions 8 years ago
yorkie 7bc6aeac86 dns: remove internal variable from makeAsync 8 years ago
Luigi Pinca 575077ae12 dns: tweak regex for IPv6 addresses 8 years ago
cjihrig b176d30a69 dns: handle array holes in setServers() 8 years ago
cjihrig 013d76cb73 dns: remove makeAsync() function check 8 years ago
cjihrig 3a43568020 dns: lookupService() callback must be a function 8 years ago
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