595 Commits (e487b724598ba8b3e781d5ca86a457d673efc50a)

Author SHA1 Message Date
Felix Geisendörfer 876b6d2183 Make process.mixin copy over undefined values 15 years ago
Felix Geisendörfer f080de5380 Two bug fixes for process.mixin 15 years ago
Ryan Dahl 4d818f1fd3 Implement promises entirely in JS 15 years ago
Ryan Dahl 3414eab2f3 Refactor node_file.cc to not use Promises. 15 years ago
Ryan Dahl dc093ef833 Add process.loop() process.unloop()!!! 16 years ago
Friedemann Altrock 2d54d664ff Promises should not be able to be canceled more than once. 16 years ago
Ryan Dahl 8195e0f723 Fix default value for persistent in watchFile() 16 years ago
Ryan Dahl 6de2173d7c Add options to process.watchFile() 16 years ago
Ryan Dahl 8d2f9e83a4 Add process.watchFile() process.unwatchFile() 16 years ago
Felix Geisendörfer 2b252acea4 Implement process "uncaughtException" event 16 years ago
fwg bd6c08a984 Add EventEmitter.removeListener 16 years ago
Felix Geisendörfer bb8f0725da Bugfix, Promise.timeout() blocked the event loop 16 years ago
Felix Geisendörfer 1026ffea40 Proper deprecation message for process.inherits 16 years ago
Ryan Dahl 42dd629c16 deprecation error for process.inherits() 16 years ago
Ryan Dahl 1020efb6f7 Create require.main, remove process.cat() 16 years ago
Ryan Dahl 43121c15be API: rename process.inherits to sys.inherits 16 years ago
Ryan Dahl d737a060c8 Combine all compiled javascript files into src/node.js 16 years ago
Ryan Dahl c6bd0e56cb Fix regexp in file extension checking 16 years ago
Felix Geisendörfer 43d651daef The return of relative module loading 16 years ago
Felix Geisendörfer 7069bee982 The return of absolute Module loading 16 years ago
Felix Geisendörfer 8fd472b9a1 The return of remote module loading 16 years ago
Ryan Dahl 9bd2717e74 require.paths aliased as process.path 16 years ago
Ryan Dahl f230e45183 Update deprecation errors. 16 years ago
Ryan Dahl 9a7321ebb0 Don't call process.exit() on missing module. 16 years ago
Ryan Dahl f683867b98 module.name renamed to module.id for commonjs compat 16 years ago
Ryan Dahl 7a2e784ad7 Module refactor - almost CommonJS compatible now 16 years ago
Ryan Dahl ad0a4cefb8 Namespace EVERYTHING under process; introduce GLOBAL 16 years ago
Ryan Dahl 04e53cab90 Rename node.libraryPaths to require.paths 16 years ago
Brandon Beacher 334d56d2be Added external interface for signal handlers. 16 years ago
Ryan Dahl 2b8ab7e24f utils.js links to sys.js instead of other way around 16 years ago
Felix Geisendörfer 0329468e73 Fix for confusing deprecation message 16 years ago
Ryan Dahl 6325878d43 Raise helpful error when include() is called. 16 years ago
Ryan Dahl 1f31a7dbfe Upgrade v8 to 1.3.14 16 years ago
Ryan Dahl 82465fc4b1 Do not use /bin/sh to create child processes. 16 years ago
Ryan Dahl d67288b643 Add __module to reference current node.Module object. 16 years ago
Ryan Dahl 78f8b6771c Add require.async(). 16 years ago
Ryan Dahl d703813c27 Remove target argument from node.Module#newChild. 16 years ago
Ryan Dahl a0c464638c Remove old references to node.loadingModules 16 years ago
Ryan Dahl 8185e1fd25 Remove include() add node.mixin() 16 years ago
Ryan Dahl 6f17ca51c3 Install wafadmin into $PREFIX/lib/node/wafadmin 16 years ago
Ryan Dahl a8c0211e73 Bugfix: require() and include() should work in callbacks. 16 years ago
Ryan Dahl 835554c92b Error message on bad module load. 16 years ago
Ryan Dahl 23c7f472d0 API: Move node.exit() to process.exit(). 16 years ago
Ryan Dahl 459d644a5a Don't delete timer object on clearTimeout. 16 years ago
Ryan Dahl 095470854b Move tcp library to /tcp.js 16 years ago
Ryan Dahl f6657c3c9d Move http library to /http.js 16 years ago
Ryan Dahl 7abad8b7b3 API: Move node.puts(), node.exec() and others to /utils.js 16 years ago
Ryan Dahl 7ddf1f569a Improve error message for requiring system modules. 16 years ago
Ryan Dahl c8b143bf30 Absolute path names for require() refer to node.libraryPaths 16 years ago
Ryan Dahl 9db2e5f375 Default to utf8 encoding for node.fs.cat() 16 years ago