summaryrefslogtreecommitdiff
path: root/lib/dns.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove udnsRyan Dahl2010-04-071-27/+121
* Fix calls to dns bindings in dns.jsKrishna Rajendran2010-03-161-13/+13
* Load c++ modules on demandRyan Dahl2010-03-151-1/+1
* 'dns' no longer uses PromiseRyan Dahl2010-02-191-49/+17
* Add support for MX, TXT, and SRV records in DNS module.Blaine Cook2010-01-251-0/+39
* API: Move Promise and EventEmitter into 'events' moduleRyan Dahl2010-01-151-3/+5
* Don't use promises internally in DNS moduleRyan Dahl2009-12-061-2/+46
* forgot to add lib/dns.js in c53672Ryan Dahl2009-10-311-0/+3