402 Commits (ab60efb535463757707fda6b712d5f68692b26dd)

Author SHA1 Message Date
isaacs 0ea2f9e04b Remove two debug statements that are a bit much. 15 years ago
isaacs 6301f18e62 Bugfix: child modules get wrong id with "index.js" 15 years ago
isaacs c2454a0d06 Inadvertently introduced a bug in how single-dot path parts are handled. 15 years ago
isaacs 3b8e47755a Bugfix: require("../foo") 15 years ago
Ryan Dahl bfa36136da require() should throw error if module does. 15 years ago
visionmedia f3b0cefd0b Replaced several Array.prototype.slice.call() calls with Array.prototype.unshift.call() 15 years ago
Joshaven Potter 7873639f55 syntax fixes in src/node.js 15 years ago
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()!!! 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