563 Commits (f9dd34d301ab385ae316769b85ef916f9b70b6f6)

Author SHA1 Message Date
isaacs dff1b5ad10 Don't try to run extension loaders unless they're actually functions 15 years ago
Tim-Smart 0f16af7ee4 Remove registerExtension, add .extensions. Tests. 15 years ago
isaacs bb08f0c219 Remove require.async 15 years ago
Ryan Dahl 4962702e4a Revert requireNative changes: 4e6b9b0, d429033, 6abbfa0, bcad540 15 years ago
Ryan Dahl 776754c33f Remove process._byteLength 15 years ago
Ryan Dahl 9628e28aec Remove process.evalcx 15 years ago
Ryan Dahl 01b3418e2e Move IOWatcher and Timer to process.binding 15 years ago
Ryan Dahl f8ce848d9b Remove process.global 15 years ago
Ryan Dahl 6eca948ca2 Move constants out of process object 15 years ago
Ryan Dahl 42eb5a6898 Simplify REPL 15 years ago
Herbert Vojčík 4e6b9b0992 No need to do if (internalModuleCache...), it's in requireNative. 15 years ago
Herbert Vojčík d429033fd7 Module system moved to the bottom, where only is it needed. 15 years ago
Herbert Vojčík 6abbfa09ff m.id unneccessary, id is enough. 15 years ago
Herbert Vojčík bcad5403d6 Natives having their own self-contained minimalistic module system. 15 years ago
Ryan Dahl f47ad10db7 Remove a few old deprecation warnings 15 years ago
Ryan Dahl feea1330cc Make a list of known globals 15 years ago
Felix Geisendörfer ef54777fa5 Fix: uncaughtException was broken for main module 15 years ago
Herbert Vojčík 71651bf8b2 Make test-global work with NODE_MODULE_CONTEXTS. 15 years ago
Herbert Vojčík 8718fa54f6 Removed comment-out code. 15 years ago
Benjamin Thomas cda1a38426 Fix bug in process._tickCallback where callbacks can get abandoned. 15 years ago
Ryan Dahl 7347fb3e2c Make sure setInterval(cb, 0) loops infinitely 15 years ago
Benjamin Thomas 57642e2349 Fix process.nextTick so thrown errors don't confuse it. 15 years ago
Tim Caswell 81a53e83ab Make process.nextTick worlds faster for large queues. 15 years ago
Herbert Vojčík c5eb1b55d9 Making "root" available in both context and non-context mode. 15 years ago
Herbert Vojčík 9253333850 Fix registerExtension for NODE_MODULE_CONTEXTS 15 years ago
Herbert Vojčík 1872719b8c Typo in comment. 15 years ago
Ryan Dahl 03dda31b75 Simplify loading events.js 15 years ago
Herbert Vojčík ff953dccf1 Refactor of resolveModulePath to make it clearer. 15 years ago
Herbert Vojčík 13a3bf5b7d Clean up findModulePath 15 years ago
Herbert Vojčík 361759d179 Using Array.isArray for Array testing in findModulePath. 15 years ago
Ryan Dahl d408de87fc Remove module.js - put code into src/node.js 15 years ago
Tj Holowaychuk e8795cea30 Added console.trace() 15 years ago
Tj Holowaychuk a8e1e8d057 Added console.{time,timeEnd}() 15 years ago
Tj Holowaychuk e15221a8de console formatter appends extra arguments 15 years ago
Felix Geisendörfer ffbbc465d3 Support inspecting objects with console.log 15 years ago
Ryan Dahl adec544fdd Revert "Expose the V8 debug object process.debug" 15 years ago
Ryan Dahl d9fbb8a580 Expose the V8 debug object process.debug 15 years ago
Brian 71009ad3fe Allow signals to be used with process.on in addition to process.addListener. 15 years ago
Ryan Dahl 5459e5c606 Globalize the Buffer object 15 years ago
Dmitry Baranovskiy a585c5bbb3 Fixed format, so it wouldn’t blow up if %d argument is null or undefined + ensure that numbers will be numbers 15 years ago
Marco Rogers 1662c37c40 Fix console formatter to recognize json properly 15 years ago
Ryan Dahl 6bf294d71a JSON is %j not %f 15 years ago
Jerome Etienne 8e9f59a452 Support of console.dir + console.assert 15 years ago
Ryan Dahl 8a52fb7aeb Revert "Fix 'uncaughtException' for top level exceptions" 15 years ago
Ryan Dahl 8f8dcf8ed6 Fix 'uncaughtException' for top level exceptions 15 years ago
Ryan Dahl 6b430a95c9 console.log: if not string, coerce into one 15 years ago
Ryan Dahl b69c6a03b1 If not string, console.log should just print it without trying to format 15 years ago
Ryan Dahl c9e12204a2 Stub out console.log format strings, info, warn, error 15 years ago
Ryan Dahl ba792ea202 :%s/sys.puts/console.log/g 15 years ago
Ryan Dahl 6056d2ea2c node without arguments starts the REPL 15 years ago