89 Commits (a73227bf28e07539867ee450288916bb87fb95f1)

Author SHA1 Message Date
Ryan Dahl dbb1a267d7 Fix ARGV[0] weirdness 15 years ago
Johan Dahlberg 9599d2d0e9 Added superCtor to ctor.super_ instead superCtor.prototype. 15 years ago
Ryan Dahl 71680f512c Give default encodings for posix.read and posix.write 15 years ago
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()!!! 15 years ago
Friedemann Altrock 2d54d664ff Promises should not be able to be canceled more than once. 15 years ago
Ryan Dahl 8195e0f723 Fix default value for persistent in watchFile() 15 years ago
Ryan Dahl 6de2173d7c Add options to process.watchFile() 15 years ago
Ryan Dahl 8d2f9e83a4 Add process.watchFile() process.unwatchFile() 15 years ago
Felix Geisendörfer 2b252acea4 Implement process "uncaughtException" event 15 years ago
fwg bd6c08a984 Add EventEmitter.removeListener 15 years ago
Felix Geisendörfer bb8f0725da Bugfix, Promise.timeout() blocked the event loop 15 years ago
Felix Geisendörfer 1026ffea40 Proper deprecation message for process.inherits 15 years ago
Ryan Dahl 42dd629c16 deprecation error for process.inherits() 15 years ago
Ryan Dahl 1020efb6f7 Create require.main, remove process.cat() 15 years ago
Ryan Dahl 43121c15be API: rename process.inherits to sys.inherits 15 years ago
Ryan Dahl d737a060c8 Combine all compiled javascript files into src/node.js 15 years ago
Ryan Dahl c6bd0e56cb Fix regexp in file extension checking 15 years ago
Felix Geisendörfer 43d651daef The return of relative module loading 15 years ago
Felix Geisendörfer 7069bee982 The return of absolute Module loading 15 years ago
Felix Geisendörfer 8fd472b9a1 The return of remote module loading 15 years ago
Ryan Dahl 9bd2717e74 require.paths aliased as process.path 15 years ago
Ryan Dahl f230e45183 Update deprecation errors. 15 years ago
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