217 Commits (98341daee2c34fa1534b7a332e824db2e1556dce)

Author SHA1 Message Date
Ryan Dahl 9a7321ebb0 Don't call process.exit() on missing module. 15 years ago
Ryan Dahl f683867b98 module.name renamed to module.id for commonjs compat 15 years ago
Ryan Dahl 7a2e784ad7 Module refactor - almost CommonJS compatible now 15 years ago
Ryan Dahl ad0a4cefb8 Namespace EVERYTHING under process; introduce GLOBAL 15 years ago
Ryan Dahl 04e53cab90 Rename node.libraryPaths to require.paths 15 years ago
Brandon Beacher 334d56d2be Added external interface for signal handlers. 15 years ago
Ryan Dahl 2b8ab7e24f utils.js links to sys.js instead of other way around 15 years ago
Felix Geisendörfer 0329468e73 Fix for confusing deprecation message 15 years ago
Ryan Dahl 6325878d43 Raise helpful error when include() is called. 15 years ago
Ryan Dahl 1f31a7dbfe Upgrade v8 to 1.3.14 15 years ago
Ryan Dahl 82465fc4b1 Do not use /bin/sh to create child processes. 15 years ago
Ryan Dahl d67288b643 Add __module to reference current node.Module object. 15 years ago
Ryan Dahl 78f8b6771c Add require.async(). 15 years ago
Ryan Dahl d703813c27 Remove target argument from node.Module#newChild. 15 years ago
Ryan Dahl a0c464638c Remove old references to node.loadingModules 15 years ago
Ryan Dahl 8185e1fd25 Remove include() add node.mixin() 15 years ago
Ryan Dahl 6f17ca51c3 Install wafadmin into $PREFIX/lib/node/wafadmin 15 years ago
Ryan Dahl a8c0211e73 Bugfix: require() and include() should work in callbacks. 15 years ago
Ryan Dahl 835554c92b Error message on bad module load. 15 years ago
Ryan Dahl 23c7f472d0 API: Move node.exit() to process.exit(). 15 years ago
Ryan Dahl 459d644a5a Don't delete timer object on clearTimeout. 15 years ago
Ryan Dahl 095470854b Move tcp library to /tcp.js 15 years ago
Ryan Dahl f6657c3c9d Move http library to /http.js 15 years ago
Ryan Dahl 7abad8b7b3 API: Move node.puts(), node.exec() and others to /utils.js 15 years ago
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