126 Commits (55f9fdd6b57e203753adf7e4e693afa7e12888cf)

Author SHA1 Message Date
Ryan 116f4dea05 lint 15 years ago
Ryan 6025da2153 Introduce 'process' object. Also is the global object. 15 years ago
Ryan 8658999c7d Refactor node.Process to take advantage of evcom_reader/writer. 15 years ago
Ryan 17c6a67f15 Introduce node.stdio 15 years ago
Ryan a8813fcdf5 evcom upgrade - ignore sigpipe. remove error output. 15 years ago
Ryan 11df252cb9 Add simple command line switches 15 years ago
Ryan 1bf9be6b37 Add node.version 15 years ago
Ryan 41d89f611f Add DNS API. 15 years ago
Ryan 0fb0af3a6c Rename evnet to evcom. 15 years ago
Ryan 4aac515202 Remove unused 'using namespace std' lines. 15 years ago
Ryan 646829262f Fix evnet_buf size calculation for V8::AdjustAmountOfExternalAllocatedMemory(). 16 years ago
Ryan eb10553634 Move node.inherit, node.path, node.cat to new file: util.js 16 years ago
Ryan c5ab0d5a80 Upgrade liboi, which is now called evnet. 16 years ago
Ryan 1fc4dce08b Simplify and cleanup ObjectWrap. 16 years ago
Ryan e876d6629e Fix unused variable warnings. 16 years ago
Ryan 7cd09874c6 Add Promise class 16 years ago
Ryan 70fe920fb5 Use events for all HTTP messages. 16 years ago
Ryan ed3d6a63d5 Further expand EventEmitter to TCP and HTTP 16 years ago
Ryan 2ecd7ffe54 in the middle putting in event code. broken. 16 years ago
Ryan 5ab93502d0 Fix issue in 5b7fb10 16 years ago
Ryan 0ff62b2ea0 Move oi_buf creation to node.cc 16 years ago
Ryan f56309deee Remove eio_warmup. Use ev_ref instead. 16 years ago
Ryan 83cb156b6f skelton of node.Process 16 years ago
Ryan 2b557c467f Namespace trimming: remove node.constants 16 years ago
Ryan 27b268b8c1 Clean ups 16 years ago
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