mirror of https://github.com/nodejs/node.git
bc8489580c
This patch adds support for calling EventEmitter#removeAllListeners with no parameters in order to remove all listeners as once. See discussion: https://groups.google.com/forum/#!topic/nodejs-dev/Mcyal1ThTHY Closes GH-889. |
||
---|---|---|
benchmark | ||
cmake | ||
deps | ||
doc | ||
lib | ||
src | ||
test | ||
tools | ||
.gitignore | ||
AUTHORS | ||
CMakeLists.txt | ||
CTestConfig.cmake | ||
ChangeLog | ||
LICENSE | ||
Makefile | ||
Makefile.cmake | ||
README.cmake | ||
README.md | ||
TODO | ||
TODO.win32 | ||
config.h.cmake | ||
configure | ||
wscript |
README.md
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