101 Commits (2db7d6755e76a3fb9f54aa16378041d0a258be9a)

Author SHA1 Message Date
Ryan 6697cd0725 small superficial clean-ups 16 years ago
Ryan 8b49cef10b Modify the tests to use onExit hook. 16 years ago
Ryan f6a7fe2657 Implement onExit() hook for modules. 16 years ago
Ryan 34a6f10695 Fix ::exit() compile issues. 16 years ago
Ryan b260a9108b Add errno constants. Move all constants to `node.constants` namespace. 16 years ago
Ryan 3bdd042a6e Rename fatal_exception to FatalException 16 years ago
Ryan e8f177aa2d Clean up outgoing encoding API. Generally: send(chunk, encoding). 16 years ago
Ryan 3eb4819db1 Add docs. Rename exit() to node.exit(). 16 years ago
Ryan 58c13e5192 Namespace File stuff in node.fs 16 years ago
Ryan fb96f07ece Commit partial work in http.js. Comment out V8::Dispose(); in node.cc 16 years ago
Ryan baed9d514d Inform V8 of external allocations. 16 years ago
Ryan 589d8af5d4 Wrap NewInstance with TryCatch. (Was still missing the error.) 16 years ago
Ryan febbf75302 Wrap calls in TryCatch; Check return values after UNWRAP. 16 years ago
Ryan 31ba3cde17 Rename TCP classes to sit in node hierarchy. 16 years ago
Ryan 427e3f5dcb Introduce NODE_SET_PROTOTYPE_METHOD which properly sets the signature. 16 years ago
Ryan 740139408d Fix memory leak in timer. 16 years ago
Ryan 3212b31ea1 Rename main.js to node.js. 16 years ago
Ryan f6c955b7f4 Move Timer class into node namespace. 16 years ago
Ryan 4d39a3586c Path, URI, Fragment, etc were not getting passed to RequestHandler. 16 years ago
Ryan 55d840ea96 Add profile window around socket on_read. 16 years ago
Ryan ba17940551 Add accessor File#encoding 16 years ago
Ryan a80591aff6 Create node.http.Server and node.http.LowLevelServer 16 years ago
Ryan 0bb12be660 link to google profiler 16 years ago
Ryan cfd61622ae Reference counting. Network bugs. 16 years ago
Ryan 2e5b85a13b Some fixes to allow HTTPServer to begin listening. 16 years ago
Ryan 9c3770d999 Implement HTTPServer (untested!) 16 years ago
Ryan 6149c6c49a Fix HTTPConnection javascript inheritance. 16 years ago
Ryan 38726e7272 various clean ups; HTTPConnection (js side) inherits from TCPConnection 16 years ago
Ryan be6b3acf0e extract headers, status_code, path, http version from http messages. 16 years ago
Ryan 5a071ad72f Begin refactor of http.cc. Remove libebb add http_parser. 16 years ago
Ryan 15d24d8002 Major refactor of network code 16 years ago
Ryan cbd342a12d Publicize Socket and Server for eventual cooperation with HttpServer. 16 years ago
Ryan 0f5170339c remove process.{cc,h} process.exit() now exit() 16 years ago
Ryan f213a27657 Refactor setTimeout to be a Timer object. 16 years ago
Ryan 064c8f0252 Use ObjectWrap base class for File, Socket, Server. 16 years ago
Ryan cf1c58063e Create a node namespace 16 years ago
Ryan 90fc8d3622 Update liboi. Use EV_MULTIPLICITY=0. 16 years ago
Ryan d996b59d9c fix some errors/memleaks 16 years ago
Ryan 1542fc6a0b add async dns for Socket 16 years ago
Ryan 707f244291 begin clean up of Socket 16 years ago
Ryan 47fad676b4 Rename JS_ to NODE_ for method macros. add marcos to timers.cc 16 years ago
Ryan 408526a1c1 debugging/improving the module framework 16 years ago
Ryan 93f7f0dca0 reimplement module loading 16 years ago
Ryan 67af958f81 rename a few files to remove node_ prefix 16 years ago
Ryan 5207226da3 fix a bug with eio polling. 16 years ago
Ryan 12d31dd0b7 file operations are queued. 16 years ago
Ryan e303d950d9 add stdout stderr global file objects. remove node.blocking.print 16 years ago
Ryan e8ce6ef790 add file open/close 16 years ago
Ryan 63a9cd3897 everything is changed. i've waited much too long to commit. 16 years ago
Ryan 0e9e927fcb enable support for the thread pool 16 years ago