summaryrefslogtreecommitdiff
path: root/lib/dns.js
AgeCommit message (Expand)Author
2014-02-08Revert "dns: validate arguments in resolve"Fedor Indutny
2014-02-08Revert "dns: verify argument is valid function in resolve"Fedor Indutny
2014-02-08dns: verify argument is valid function in resolveKenan Sulayman
2014-02-08dns: validate arguments in resolveKenan Sulayman
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
2010-09-17Move IOWatcher and Timer to process.bindingRyan Dahl
2010-09-16Move dns.isIP to net.isIPPaul Querna
2010-08-12added dns.getHostByAddr() -- resolve an external IP address to hostname(s)Rasmus Andersson
2010-08-10[dgram] only look up hostname for the requested address familyRasmus Andersson
2010-07-15Datagram socket refactor. Add tests and documentation.Matt Ranney
2010-06-29Resolve .local domains with getaddrinfo()Ryan Dahl
2010-04-26Add support for MX queries in dns module, works with c-ares upstream patch.Jérémy Lal
2010-04-12Replace slow and broken for..in loops with faster for loops over the keys.Tim Caswell
2010-04-07Remove udnsRyan Dahl
2010-03-16Fix calls to dns bindings in dns.jsKrishna Rajendran
2010-03-15Load c++ modules on demandRyan Dahl
2010-02-19'dns' no longer uses PromiseRyan Dahl
2010-01-25Add support for MX, TXT, and SRV records in DNS module.Blaine Cook
2010-01-15API: Move Promise and EventEmitter into 'events' moduleRyan Dahl
2009-12-06Don't use promises internally in DNS moduleRyan Dahl
2009-10-31forgot to add lib/dns.js in c53672Ryan Dahl