Node fork to make it suitable for embedding in Electron
Перейти к файлу
Ryan Dahl 0a8bd34b69 Resolve .local domains with getaddrinfo()
C-Ares doesn't go through the Name Service Switch (NSS) and thus can't
resolve certain classes of names. Generally this doesn't matter and the
whole idea of NSS is rather annoying. Nevertheless until C-Ares gets better
support, adding this hack to go through getaddrinfo() for .local domain look
up.

This reverts commit 9926dacd14.
2010-06-29 22:15:28 -07:00
benchmark Remove switch-replace residue 2010-06-24 09:37:36 -07:00
bin :%s/sys.puts/console.log/g 2010-06-23 20:05:29 -07:00
deps Upgrade V8 to 2.2.20 2010-06-28 08:47:01 -07:00
doc Buffer.prototype.write: Indifferent order preference of encoding and offset 2010-06-29 19:56:07 -07:00
lib Resolve .local domains with getaddrinfo() 2010-06-29 22:15:28 -07:00
src Resolve .local domains with getaddrinfo() 2010-06-29 22:15:28 -07:00
test Revert "Buffer.copy should copy through sourceEnd, as specified." 2010-06-29 19:40:20 -07:00
tools Execute message tests by default 2010-06-19 20:30:49 -07:00
.gitignore delete changelog.html on 'make docclean' 2010-02-21 23:13:40 -08:00
AUTHORS Fix authors 2010-06-24 14:37:55 -07:00
ChangeLog bump version 2010-06-21 13:34:10 -07:00
LICENSE License file maintenance. 2010-06-11 12:48:25 -07:00
Makefile Add message tests 2010-06-18 18:14:06 -07:00
README Conversion to markdown based API docs. 2010-03-26 18:28:40 -07:00
configure Quote variables in configure script 2010-05-11 10:25:27 -07:00
wscript Use all available CPUs when building 2010-06-27 08:49:06 -07:00

README

Evented I/O for V8 javascript.

To build:

  ./configure
  make 
  make install

To run the tests:
  
  make test

To build the documentation and install it, you will need ronn:

  make doc install
 
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.