summaryrefslogtreecommitdiff
path: root/lib/dns.js
AgeCommit message (Expand)Author
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
2015-01-13dns: remove AI_V4MAPPED hint flag on FreeBSDFedor Indutny
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-12-09src: all wraps now use actual FunctionTemplateTrevor Norris
2014-11-22lib: turn on strict modeBen Noordhuis
2014-09-16dns: include host name in error message if availableMaciej Małecki
2014-08-20dns: throw if hostname is not string or falseycjihrig
2014-08-08dns: always set variable family in lookup()cjihrig
2014-08-04dns: fix GetAddrInfo assertTrevor Norris
2014-08-04net: don't prefer IPv4 addresses during resolutioncjihrig
2014-06-27dns: introduce lookupService functionSaúl Ibarra Corretgé
2014-06-24dns: send lookup c-ares errors to callbackChris Dickinson
2014-02-09dns: validate arguments in resolverKenan Sulayman
2014-02-09dns: verify argument is valid function in resolveKenan Sulayman
2013-12-31dns: add resolveSoa and 'SOA' rrtypeTuğrul Topuz
2013-12-19windows: fix dns lookup of localhost with ipv6Alexis Campailla
2013-10-16dns: set hostname property on error objectBen Noordhuis
2013-10-16dns: rename domain to hostnameBen Noordhuis
2013-09-20dns: fix c-ares error reporting regressionBen Noordhuis
2013-08-12cares_wrap: don't set oncomplete property from c++Ben Noordhuis
2013-08-01src: Replace macros with util functionsisaacs
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-07-20src, lib: update after internal api changeBen Noordhuis
2013-07-20src, lib: deduplicate errnoExceptionBen Noordhuis
2013-05-14dns: add getServers and setServersTimothy J Fontaine
2013-03-06DNS: Support NAPTR queriesPavel Lang
2013-03-04dns: fix ReferenceError in resolve() error pathXidorn Quan
2013-02-28lib, src: remove errno globalBen Noordhuis
2013-01-18dns: make error message match errnoDan Milon
2012-06-16Revert "DNS: Support NAPTR queries"isaacs
2012-06-16DNS: Support NAPTR queriesssuda
2012-04-18dns: add more error codesErik Dubbelboer
2012-04-13dns: remove unused functionsBen Noordhuis
2012-02-18Lint all the JavaScripts.isaacs
2011-10-21getaddrinfo returns ENOTFOUND for invalid domain namesRyan Dahl
2011-10-20dns.lookup uses cares_wrap::GetAddrInfoRyan Dahl
2011-10-11Remove dns_legacyRyan Dahl
2011-07-05Bindings for libuv-integrated c-aresBert Belder
2011-06-08Use timer_wrap instead of the old timer bindingBert Belder
2011-05-16Fix dns.resolve() with 'PTR' throws Error: Unknown type "PTR"koichik
2011-03-14Update copyright headersRyan Dahl
2011-02-07Fix dns on windowsBert Belder
2010-12-01more lintRyan Dahl
2010-11-21Support CNAME lookups in DNS module.Ben Noordhuis
2010-10-30De-indent dns.lookupRyan Dahl
2010-10-30Make sure watcher.set() isn't being called when activeRyan Dahl
2010-10-06syntax fixes to pass jslintJoshaven Potter
2010-09-28quicker loopsAaron Heckmann