0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 15:30:56 +01:00
Cross-platform JavaScript runtime environment https://nodejs.org/
Go to file
Ryan Dahl 265cda97d7 Fix zero length buffer bug for http res.end()
Reported by Kadir Pekel <kadirpekel@gmail.com>
2010-09-30 17:13:01 -07:00
benchmark output time of function calls 2010-09-28 01:14:38 -07:00
bin
deps Disable a few more libev features 2010-09-28 03:11:33 -07:00
doc Consume HTTP trailing headers 2010-09-30 16:30:40 -07:00
lib Fix zero length buffer bug for http res.end() 2010-09-30 17:13:01 -07:00
src Remove unused function 2010-09-30 12:20:33 -07:00
test Fix zero length buffer bug for http res.end() 2010-09-30 17:13:01 -07:00
tools
.gitignore Catch Exceptions thrown when openssl is disabled 2010-09-13 12:04:31 -07:00
AUTHORS
ChangeLog
configure
LICENSE
Makefile
README
TODO Update TODO 2010-09-19 13:32:46 -07:00
wscript Put preprocessor defines into CPPFLAGS not compile flags... 2010-09-28 03:17:44 -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.