Ryan
5a071ad72f
Begin refactor of http.cc. Remove libebb add http_parser.
And most of http.cc was deleted.
16 years ago
Ryan
0f5170339c
remove process.{cc,h} process.exit() now exit()
the process object might return in the future but for now it is going away.
16 years ago
Ryan
064c8f0252
Use ObjectWrap base class for File, Socket, Server.
16 years ago
Ryan
cf1c58063e
Create a node namespace
Part of general reorganization.
16 years ago
Ryan
90fc8d3622
Update liboi. Use EV_MULTIPLICITY=0.
This might need to be changed in the future if ev is needed in thread pools
or extension libraries. However for now it makes sense to just use a single
loop.
16 years ago
Ryan
47fad676b4
Rename JS_ to NODE_ for method macros. add marcos to timers.cc
16 years ago
Ryan
5207226da3
fix a bug with eio polling.
16 years ago
Ryan
c8e20fbf81
add file.read only. raw encoding right now.
16 years ago
Ryan
12d31dd0b7
file operations are queued.
16 years ago
Ryan
63a9cd3897
everything is changed. i've waited much too long to commit.
this is awful. i'm sorry for being so messy.
16 years ago
Ryan
0e9e927fcb
enable support for the thread pool
16 years ago
Ryan
1a126ed11c
use the WAF build system
16 years ago
Ryan
e02b71ebe8
exit program on top level exceptions
(also lots of reorg.)
16 years ago