summaryrefslogtreecommitdiff
path: root/lib/dns.js
AgeCommit message (Expand)AuthorFilesLines
2013-01-18dns: make error message match errnoDan Milon1-1/+2
2012-06-16Revert "DNS: Support NAPTR queries"isaacs1-1/+0
2012-06-16DNS: Support NAPTR queriesssuda1-0/+1
2012-04-18dns: add more error codesErik Dubbelboer1-8/+20
2012-04-13dns: remove unused functionsBen Noordhuis1-17/+0
2012-02-18Lint all the JavaScripts.isaacs1-1/+1
2011-10-21getaddrinfo returns ENOTFOUND for invalid domain namesRyan Dahl1-1/+1
2011-10-20dns.lookup uses cares_wrap::GetAddrInfoRyan Dahl1-32/+18
2011-10-11Remove dns_legacyRyan Dahl1-0/+236
2011-07-05Bindings for libuv-integrated c-aresBert Belder1-266/+0
2011-06-08Use timer_wrap instead of the old timer bindingBert Belder1-2/+2
2011-05-16Fix dns.resolve() with 'PTR' throws Error: Unknown type "PTR"koichik1-1/+1
2011-03-14Update copyright headersRyan Dahl1-0/+21
2011-02-07Fix dns on windowsBert Belder1-2/+8
2010-12-01more lintRyan Dahl1-49/+58
2010-11-21Support CNAME lookups in DNS module.Ben Noordhuis1-7/+11
2010-10-30De-indent dns.lookupRyan Dahl1-38/+44
2010-10-30Make sure watcher.set() isn't being called when activeRyan Dahl1-8/+6
2010-10-06syntax fixes to pass jslintJoshaven Potter1-9/+9
2010-09-28quicker loopsAaron Heckmann1-10/+4
2010-09-17Move IOWatcher and Timer to process.bindingRyan Dahl1-3/+4
2010-09-16Move dns.isIP to net.isIPPaul Querna1-4/+3
2010-08-12added dns.getHostByAddr() -- resolve an external IP address to hostname(s)Rasmus Andersson1-4/+18
2010-08-10[dgram] only look up hostname for the requested address familyRasmus Andersson1-26/+73
2010-07-15Datagram socket refactor. Add tests and documentation.Matt Ranney1-1/+1
2010-06-29Resolve .local domains with getaddrinfo()Ryan Dahl1-13/+23
2010-04-26Add support for MX queries in dns module, works with c-ares upstream patch.Jérémy Lal1-0/+2
2010-04-12Replace slow and broken for..in loops with faster for loops over the keys.Tim Caswell1-7/+12
2010-04-07Remove udnsRyan Dahl1-27/+121
2010-03-16Fix calls to dns bindings in dns.jsKrishna Rajendran1-13/+13
2010-03-15Load c++ modules on demandRyan Dahl1-1/+1
2010-02-19'dns' no longer uses PromiseRyan Dahl1-49/+17
2010-01-25Add support for MX, TXT, and SRV records in DNS module.Blaine Cook1-0/+39
2010-01-15API: Move Promise and EventEmitter into 'events' moduleRyan Dahl1-3/+5
2009-12-06Don't use promises internally in DNS moduleRyan Dahl1-2/+46
2009-10-31forgot to add lib/dns.js in c53672Ryan Dahl1-0/+3