summaryrefslogtreecommitdiff
path: root/lib/dns.js
Commit message (Expand)AuthorAgeFilesLines
* dns: throw if hostname is not string or falseycjihrig2014-08-201-1/+3
* dns: always set variable family in lookup()cjihrig2014-08-081-1/+3
* dns: fix GetAddrInfo assertTrevor Norris2014-08-041-6/+1
* net: don't prefer IPv4 addresses during resolutioncjihrig2014-08-041-11/+31
* dns: introduce lookupService functionSaúl Ibarra Corretgé2014-06-271-0/+32
* dns: send lookup c-ares errors to callbackChris Dickinson2014-06-241-1/+5
* dns: validate arguments in resolverKenan Sulayman2014-02-091-0/+6
* dns: verify argument is valid function in resolveKenan Sulayman2014-02-091-1/+3
* dns: add resolveSoa and 'SOA' rrtypeTuğrul Topuz2013-12-311-0/+1
* windows: fix dns lookup of localhost with ipv6Alexis Campailla2013-12-191-9/+0
* dns: set hostname property on error objectBen Noordhuis2013-10-161-7/+14
* dns: rename domain to hostnameBen Noordhuis2013-10-161-9/+9
* dns: fix c-ares error reporting regressionBen Noordhuis2013-09-201-3/+6
* cares_wrap: don't set oncomplete property from c++Ben Noordhuis2013-08-121-31/+33
* src: Replace macros with util functionsisaacs2013-08-011-3/+3
* lib: macro-ify type checksBen Noordhuis2013-07-241-3/+3
* src, lib: update after internal api changeBen Noordhuis2013-07-201-24/+41
* src, lib: deduplicate errnoExceptionBen Noordhuis2013-07-201-20/+5
* dns: add getServers and setServersTimothy J Fontaine2013-05-141-0/+49
* DNS: Support NAPTR queriesPavel Lang2013-03-061-0/+1
* dns: fix ReferenceError in resolve() error pathXidorn Quan2013-03-041-1/+1
* lib, src: remove errno globalBen Noordhuis2013-02-281-4/+4
* dns: make error message match errnoDan Milon2013-01-181-1/+2
* Revert "DNS: Support NAPTR queries"isaacs2012-06-161-1/+0
* DNS: Support NAPTR queriesssuda2012-06-161-0/+1
* dns: add more error codesErik Dubbelboer2012-04-181-8/+20
* dns: remove unused functionsBen Noordhuis2012-04-131-17/+0
* Lint all the JavaScripts.isaacs2012-02-181-1/+1
* getaddrinfo returns ENOTFOUND for invalid domain namesRyan Dahl2011-10-211-1/+1
* dns.lookup uses cares_wrap::GetAddrInfoRyan Dahl2011-10-201-32/+18
* Remove dns_legacyRyan Dahl2011-10-111-0/+236
* Bindings for libuv-integrated c-aresBert Belder2011-07-051-266/+0
* Use timer_wrap instead of the old timer bindingBert Belder2011-06-081-2/+2
* Fix dns.resolve() with 'PTR' throws Error: Unknown type "PTR"koichik2011-05-161-1/+1
* Update copyright headersRyan Dahl2011-03-141-0/+21
* Fix dns on windowsBert Belder2011-02-071-2/+8
* more lintRyan Dahl2010-12-011-49/+58
* Support CNAME lookups in DNS module.Ben Noordhuis2010-11-211-7/+11
* De-indent dns.lookupRyan Dahl2010-10-301-38/+44
* Make sure watcher.set() isn't being called when activeRyan Dahl2010-10-301-8/+6
* syntax fixes to pass jslintJoshaven Potter2010-10-061-9/+9
* quicker loopsAaron Heckmann2010-09-281-10/+4
* Move IOWatcher and Timer to process.bindingRyan Dahl2010-09-171-3/+4
* Move dns.isIP to net.isIPPaul Querna2010-09-161-4/+3
* added dns.getHostByAddr() -- resolve an external IP address to hostname(s)Rasmus Andersson2010-08-121-4/+18
* [dgram] only look up hostname for the requested address familyRasmus Andersson2010-08-101-26/+73
* Datagram socket refactor. Add tests and documentation.Matt Ranney2010-07-151-1/+1
* Resolve .local domains with getaddrinfo()Ryan Dahl2010-06-291-13/+23
* Add support for MX queries in dns module, works with c-ares upstream patch.Jérémy Lal2010-04-261-0/+2
* Replace slow and broken for..in loops with faster for loops over the keys.Tim Caswell2010-04-121-7/+12