summaryrefslogtreecommitdiff
path: root/lib/dns.js
AgeCommit message (Expand)Author
2017-12-06dns: fix crash while setting server during queryXadillaX
2017-11-12lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang
2017-11-11lib: change concatenated string to templatePawan Jangid
2017-10-16lib: use destructuring for some constantsWeijia Wang
2017-10-15net: convert to using internal/errorsmatzavinos
2017-08-23dns: add `verbatim` option to dns.lookup()Ben Noordhuis
2017-08-23uv: improvements to process.binding('uv')James M Snell
2017-08-01dns: name generated functionsAnna Henningsen
2017-08-01dns: add channel.cancel()Anna Henningsen
2017-08-01dns: enable usage of independent cares resolversAnna Henningsen
2017-08-01src,dns: refactor cares_wrap to avoid global stateAnna Henningsen
2017-07-24errors: migrate dns to use internal/errorsWeijia Wang
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-06-20dns: make `dns.setServers` support customized portXadillaX
2017-06-10cluster, dns, repl, tls, util: fix RegExp nitsVse Mozhet Byt
2017-06-09dns: add resolveAny supportXadillaX
2017-06-01dns: use faster IP address type check on resultsBrian White
2017-06-01dns: improve callback performanceBrian White
2017-05-28dns: return TypeError on invalid resolve() inputRich Trott
2017-05-09dns: support promisified `lookup(Service)`Anna Henningsen
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-04dns: minor refactor of dns moduleJames M Snell
2017-02-15dns: avoid use of argumentsJames M Snell
2016-11-18dns: implement {ttl: true} for dns.resolve4()Ben Noordhuis
2016-10-17dns: name anonymous functionsMiguel Angel Asencio Hurtado
2016-09-30dns: remove internal variable from makeAsyncyorkie
2016-09-23dns: tweak regex for IPv6 addressesLuigi Pinca
2016-09-20dns: handle array holes in setServers()cjihrig
2016-08-22dns: remove makeAsync() function checkcjihrig
2016-08-22dns: lookupService() callback must be a functioncjihrig
2016-03-22dns: Use object without protoype for mapBenjamin Gruenbaum
2016-03-22dns: Refactor forEach to mapBenjamin Gruenbaum
2016-03-22dns: use template literalsBenjamin Gruenbaum
2016-03-21dns: use isIp consistentlyBenjamin Gruenbaum
2016-02-08dns: add resolvePtr to query plain DNS PTR recordsDaniel Turing
2016-02-01dns: coerce port to number in lookupServiceEvan Lucas
2016-01-25dns: throw a TypeError in lookupService with invalid portEvan Lucas
2015-12-02meta: remove use of profanity in sourceMyles Borins
2015-11-09lib: Consistent error messages in all modulesmicnic
2015-10-01async_wrap: ensure all objects have internal fieldTrevor Norris
2015-09-27dns: remove nonexistant exports.ADNAMERoman Reiss
2015-09-27dns: add missing exports.BADNAMERoman Reiss
2015-08-04Revert "dns: remove AI_V4MAPPED hint flag on FreeBSD"cjihrig
2015-05-25lib: simplify nextTick() usageBrian White
2015-05-09lib: fix eslint stylesYosuke Furukawa
2015-04-15node: allow multiple arguments passed to nextTickTrevor Norris
2015-03-24lib: add missing `new` for errors lib/*.jsMayhem
2015-02-06dns: allow dns.lookup() to return all addressesRoman Reiss
2015-01-31lib: reduce util.is*() usagecjihrig
2015-01-21lib: use const to define constantscjihrig