mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
4c150ca0d0cc4bd8dc6d182e0bf850daf27a2422
This commit reverts the following commits (in reverse chronological order):74d076cerrnoException must be done immediatelyddb02b9net: support Server.listen(Pipe)085a098cluster: do not use internal server APId138875net: lazy listen on handler Commitd138875introduced a backwards incompatible change that broke the simple/test-net-socket-timeout and simple/test-net-lazy-listen tests - it defers listening on the target port until the `net.Server` instance has at least one 'connection' event listener. The other patches had to be reverted in order to revertd138875. Fixes #3832.
Evented I/O for V8 javascript. 
To build:
Unix/Macintosh. Requires python 2.6 or 2.7 and GNU make 3.81 or newer:
./configure
make
make install
Windows:
vcbuild.bat
To run the tests:
Unix/Macintosh:
make test
Windows:
vcbuild.bat test
To build the documentation:
make doc
To read the documentation:
man doc/node.1
Resources for Newcomers
Description