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
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