Node fork to make it suitable for embedding in Electron
Перейти к файлу
isaacs 987cbbc191 Handle cyclic links smarter in fs.realpath
Rather than aborting in the face of *any* repeated link in a given path,
instead only abort if such a cycle actually makes a given path unresolvable.

Test for this by doing a normal stat.  Still use the seenLinks object to
cache link contents so as to cut own a little bit on readlink calls.

Also add a pathological test that fails without the change to fs.js.
2010-10-27 17:02:42 -07:00
benchmark Add extra anti-DoS tech to net.Server 2010-10-27 12:09:16 -07:00
bin :%s/sys.puts/console.log/g 2010-06-23 20:05:29 -07:00
deps Replace WAF with make/autoconf 2010-10-24 18:39:36 -07:00
doc allowHalfOpen disabled by default 2010-10-26 01:10:18 -07:00
lib Handle cyclic links smarter in fs.realpath 2010-10-27 17:02:42 -07:00
src Let exit listeners know the exit code 2010-10-27 16:54:10 -07:00
test Handle cyclic links smarter in fs.realpath 2010-10-27 17:02:42 -07:00
tools Replace WAF with make/autoconf 2010-10-24 18:39:36 -07:00
.gitignore Ignore configure.real 2010-10-25 18:24:48 -07:00
AUTHORS bump version to 0.3.0 2010-10-23 16:00:15 -07:00
ChangeLog bump version to 0.3.0 2010-10-23 16:00:15 -07:00
LICENSE added read and write support for process.title Darwin 2010-08-12 16:23:41 -07:00
Makefile create directories during configure 2010-10-25 19:52:58 -07:00
README Update README, remove ref to Ronn 2010-07-14 09:50:17 -07:00
TODO Remove old TODOs 2010-10-26 11:33:18 -07:00
config.mak.in Add make install 2010-10-25 13:43:09 -07:00
configure exec instead of sh a the configure.real script 2010-10-25 19:52:35 -07:00
configure.ac create directories during configure 2010-10-25 19:52:58 -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:

  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.