Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-01dns: add resolveSoa and 'SOA' rrtypeTuğrul Topuz
2013-12-19windows: fix dns lookup of localhost with ipv6Alexis Campailla
2013-10-16dns: set hostname property on error objectBen Noordhuis
2013-10-16dns: rename domain to hostnameBen Noordhuis
2013-09-20dns: fix c-ares error reporting regressionBen Noordhuis
2013-08-12cares_wrap: don't set oncomplete property from c++Ben Noordhuis
2013-08-02src: Replace macros with util functionsisaacs
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-07-20src, lib: update after internal api changeBen Noordhuis
2013-07-20src, lib: deduplicate errnoExceptionBen Noordhuis
2013-05-15dns: add getServers and setServersTimothy J Fontaine
2013-03-06DNS: Support NAPTR queriesPavel Lang
2013-03-04dns: fix ReferenceError in resolve() error pathXidorn Quan
2013-03-01lib, 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-19Lint all the JavaScripts.isaacs
2011-10-22getaddrinfo returns ENOTFOUND for invalid domain namesRyan Dahl
2011-10-21dns.lookup uses cares_wrap::GetAddrInfoRyan Dahl
2011-10-12Remove 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-15Update copyright headersRyan Dahl
2011-02-08Fix dns on windowsBert Belder
2010-12-02more lintRyan Dahl
2010-11-22Support CNAME lookups in DNS module.Ben Noordhuis
2010-10-31De-indent dns.lookupRyan Dahl
2010-10-30Make sure watcher.set() isn't being called when activeRyan Dahl
2010-10-07syntax fixes to pass jslintJoshaven Potter
2010-09-28quicker loopsAaron Heckmann
2010-09-17Move IOWatcher and Timer to process.bindingRyan Dahl
2010-09-17Move dns.isIP to net.isIPPaul Querna
2010-08-13added dns.getHostByAddr() -- resolve an external IP address to hostname(s)Rasmus Andersson
2010-08-11[dgram] only look up hostname for the requested address familyRasmus Andersson
2010-07-15Datagram socket refactor. Add tests and documentation.Matt Ranney
2010-06-30Resolve .local domains with getaddrinfo()Ryan Dahl
2010-04-27Add 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-08Remove udnsRyan Dahl
2010-03-16Fix calls to dns bindings in dns.jsKrishna Rajendran
2010-03-16Load c++ modules on demandRyan Dahl
2010-02-20'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