Rasmus Andersson fd3cd755d1 [dgram] only look up hostname for the requested address family
- [lib/dns.js] dns.lookup takes a new optional argument "family" which
  should be the integer 4, 6, dns.AF_INET or dns.AF_INET6. Passing a
  non-false "family" argument makes c-ares explicitly look up addresses for
  the specified family.

- [test/simple/test-c-ares.js] test explicit address family lookups
2010-08-10 17:53:32 -07:00
2010-06-29 23:59:24 -07:00
2010-06-23 20:05:29 -07:00
2010-08-10 09:17:11 -07:00
2010-08-09 15:33:57 -07:00
2010-08-10 17:48:37 -07:00
2010-08-04 16:50:59 -07:00
2010-08-06 14:48:38 -07:00
2010-05-11 10:25:27 -07:00
2010-07-12 16:29:42 -07:00
2010-07-14 09:50:17 -07:00
2010-08-08 13:37:51 -07:00
2010-08-04 16:07:10 -07:00

Evented I/O for V8 javascript.

To build:

  ./configure
  make 
  make install

To run the tests:
  
  make test

To build the documentation:

  make doc
 
To read the documentation:

  man doc/node.1

See http://nodejs.org/ for more information. For help and discussion
subscribe to the mailing list by visiting
http://groups.google.com/group/nodejs or by sending an email to
nodejs+subscribe@googlegroups.com.
Description
No description provided
Readme 175 MiB