89 Commits (a73227bf28e07539867ee450288916bb87fb95f1)

Author SHA1 Message Date
Ryan Dahl 7ddf1f569a Improve error message for requiring system modules. 15 years ago
Ryan Dahl c8b143bf30 Absolute path names for require() refer to node.libraryPaths 15 years ago
Ryan Dahl 9db2e5f375 Default to utf8 encoding for node.fs.cat() 16 years ago
Ryan Dahl 083d150bc4 Add node.exec() 16 years ago
Ryan dbe116ddfe API: Change arguments of emit(), emitSuccess(), emitError() 16 years ago
Ryan 063890b8da Internally use full paths when loading modules. 16 years ago
Ryan 1a2696f10a Almost completely remove onExit and onLoad. 16 years ago
Ryan 0407145c11 Exit the process on module load error. (temporary) 16 years ago
Ryan 78bb53b009 Set module.loaded=true for dll modules. 16 years ago
Ryan a97dce7523 Build static executable. 16 years ago
Ryan ad9d683f9f API: rename node.Process to node.ChildProcess 16 years ago
Ryan 723c7d9f7c Replace onExit() with process.addListener("exit") 16 years ago
Ryan 31265be4a6 Depreciate onLoad 16 years ago
Ryan 79f121044c Synchronous module loading. 16 years ago
Ryan 17c6a67f15 Introduce node.stdio 16 years ago
Ryan 6acac912dd Initial support for shebang. 16 years ago
Ryan e25afc35bd Hack to fix module line numbers in stack traces. 16 years ago
Ryan b07dc31e1b root_module should be a local variable 16 years ago
Ryan eb10553634 Move node.inherit, node.path, node.cat to new file: util.js 16 years ago
Joshaven Potter 4b9f26c51a validate js 16 years ago
Ryan 8047b912c0 Change 'new node.tcp.Connection' to 'node.tcp.createConnection' 16 years ago
Ryan d56552dc66 Remove node.Process constructor from API 16 years ago
Ryan d428eff023 Snakecase events . 16 years ago
Ryan 65324866bc Implement Promises for file i/o 16 years ago
Ryan b4af3b9fb5 Timers on Events 16 years ago
Ryan 2ecd7ffe54 in the middle putting in event code. broken. 16 years ago
Ryan dce072a67e lint 16 years ago
Urban Hafner ea290e727d Finished remote module loading 16 years ago
Urban Hafner ad15067ea0 Tests and implementation of node.cat() 16 years ago
Ryan ddac43f4ba Allow for absolute paths to specify root module 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 b6fe4aec50 Module system refactor 16 years ago
Ryan ed283dc280 Fix bug: catting non-existent files 16 years ago
Ryan e8f177aa2d Clean up outgoing encoding API. Generally: send(chunk, encoding). 16 years ago
Ryan d1b0ce6d37 Large refactor of file code. 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 3212b31ea1 Rename main.js to node.js. 16 years ago
Ryan f6c955b7f4 Move Timer class into node namespace. 16 years ago
Ryan ba17940551 Add accessor File#encoding 16 years ago
Ryan be6b3acf0e extract headers, status_code, path, http version from http messages. 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 8a8e9df72e wasn't sending pos arg for puts() 16 years ago
Ryan d105d88625 on_load -> onLoad 16 years ago
Ryan a0f2b8a0c5 remove debug messages from module loading. 16 years ago
Ryan 408526a1c1 debugging/improving the module framework 16 years ago
Ryan 64117d9c94 small cleanups to the require structure 16 years ago
Ryan 93f7f0dca0 reimplement module loading 16 years ago