Ryan
0e9e927fcb
enable support for the thread pool
16 years ago
Ryan
1a126ed11c
use the WAF build system
16 years ago
Ryan
55097bb572
remove 'respond' from Request object in HTTPServer when connection is dead
16 years ago
Ryan
adf18d84af
header fields should be symbols. enable fatal error messages.
how do i get a stack trace on a fatal error?
http://groups.google.com/group/v8-users/browse_thread/thread/b70c70d568c332e1
16 years ago
Ryan
5b08b827f9
report errors from loaded files
16 years ago
Ryan
7b45c911ef
with great performance hit, a patch to handle binary
(need to get the v8 people to produce something that doesn't require copying
buffers 20 times.)
16 years ago
Ryan
e78917b3b0
better reporting on fatal exceptions
16 years ago
Ryan
5131e0a1ef
better error messages
16 years ago
Ryan
64ac9efb3d
fixed bug in HTTPServer. wasn't properly destroying requests.
16 years ago
Ryan
b4985d1a6e
working towards working keep-alive. need tests
16 years ago
Ryan
16ef5029de
add blockingFileRead to tide me over until I can get a proper file interface.
16 years ago
Ryan
93c7e88c87
half way implemented the new TCPClient
16 years ago
Ryan
8b71ba5e68
add test_setTimeout
Had to disable Init_tcp because it starts an oi_async thread pool and
prevents the node loop from exiting when no watchers remain. Not sure how
to deal with this problem in general because eventually we'll need the
thread pool.
16 years ago
Ryan
9e5eff3b27
add test/test_http_server_echo and 'make test'
16 years ago
Ryan
559c1987be
add command line options
16 years ago
Ryan
dbbd25ae65
rename module load function to Init_modulename(), like ruby
16 years ago
Ryan
e02b71ebe8
exit program on top level exceptions
(also lots of reorg.)
16 years ago
Ryan
a890b67406
Add beginnings of the setTimeout interface
16 years ago
Ryan
19478ed4b1
Major refactoring: program name now "node"
Trying to make a more moduler design. Two libraries currently "TCP" and
"HTTP" each have their own file.
Other major feature added here is multiple web servers! excitement.
16 years ago