summaryrefslogtreecommitdiff
path: root/lib/dns.js
AgeCommit message (Expand)AuthorFilesLines
2014-09-16dns: include host name in error message if availableMaciej Małecki1-1/+1
2014-08-20dns: throw if hostname is not string or falseycjihrig1-1/+3
2014-08-08dns: always set variable family in lookup()cjihrig1-1/+3
2014-08-04dns: fix GetAddrInfo assertTrevor Norris1-6/+1
2014-08-04net: don't prefer IPv4 addresses during resolutioncjihrig1-11/+31
2014-06-27dns: introduce lookupService functionSaúl Ibarra Corretgé1-0/+32
2014-06-24dns: send lookup c-ares errors to callbackChris Dickinson1-1/+5
2014-02-09dns: validate arguments in resolverKenan Sulayman1-0/+6
2014-02-09dns: verify argument is valid function in resolveKenan Sulayman1-1/+3
2013-12-31dns: add resolveSoa and 'SOA' rrtypeTuğrul Topuz1-0/+1
2013-12-19windows: fix dns lookup of localhost with ipv6Alexis Campailla1-9/+0
2013-10-16dns: set hostname property on error objectBen Noordhuis1-7/+14
2013-10-16dns: rename domain to hostnameBen Noordhuis1-9/+9
2013-09-20dns: fix c-ares error reporting regressionBen Noordhuis1-3/+6
2013-08-12cares_wrap: don't set oncomplete property from c++Ben Noordhuis1-31/+33
2013-08-01src: Replace macros with util functionsisaacs1-3/+3
2013-07-24lib: macro-ify type checksBen Noordhuis1-3/+3
2013-07-20src, lib: update after internal api changeBen Noordhuis1-24/+41
2013-07-20src, lib: deduplicate errnoExceptionBen Noordhuis1-20/+5
2013-05-14dns: add getServers and setServersTimothy J Fontaine1-0/+49
2013-03-06DNS: Support NAPTR queriesPavel Lang1-0/+1
2013-03-04dns: fix ReferenceError in resolve() error pathXidorn Quan1-1/+1
2013-02-28lib, src: remove errno globalBen Noordhuis1-4/+4
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