490 Commits (9da67fa5198f3c0839904ae05cbfe88c61b3ad09)

Author SHA1 Message Date
Ryan Dahl bb6d468dd8 requireNative doesn't depend on rest of module system 14 years ago
Ryan Dahl c11f3f8b0f simplify lazy constant loading 14 years ago
Ryan Dahl 5890272538 Print friendly error message when main module is ENOENT 14 years ago
Ryan Dahl 2320497992 Revert "Merge branch 'writev'" 14 years ago
Ryan Dahl 42357645cb Dump after ev_loop 14 years ago
Ryan Dahl 183f6c2077 Add .node_moudles to lookup path again 14 years ago
Ryan Dahl a375c6ae9a Revert node_module lookup commits 14 years ago
Ryan Dahl c7b24efd21 Move ev_loop out of javascript 14 years ago
isaacs 4c514a723c Let exit listeners know the exit code 14 years ago
Jorge Chamorro Bieling fd70d30a9c make "node --eval" eval in the global scope. 14 years ago
Ryan Dahl 79944006e2 Move setTimeout and friends into timers module 14 years ago
Jorge Chamorro Bieling 99e19aa398 Remove unneeded function wrappers 14 years ago
isaacs 5e14c8bec0 Add ~/.node_modules as well as ~/.node_libraries 14 years ago
isaacs b0adaff67e require looks in node_modules folders 14 years ago
isaacs 492fc0d752 Split out modulePaths and defaultPaths 14 years ago
isaacs 226eff5104 Add require.resolve. 14 years ago
Ryan Dahl 0fcb3bd3a9 Add .js to native script's filename 14 years ago
Micheil Smith e38eb0c5a4 Soft migration of sys -> util, Removal of deprecated utils module. 14 years ago
Ryan Dahl 54e844cf08 add require.cache 14 years ago
Joshaven Potter 3d4e4d8909 syntax fixes to pass jslint 14 years ago
TJ Holowaychuk 9481bc1009 Added -e, --eval 14 years ago
isaacs e9b6b0b327 Report "weird" errors a little better. 14 years ago
Ryan Dahl 5a4c40beea Drop reference to timer callback on clearTimeout 14 years ago
Ryan Dahl 5cc1428d5f Remove unused function 14 years ago
Ryan Dahl 1a2c1c8a96 Simplify: per-module cache thing 14 years ago
isaacs dff1b5ad10 Don't try to run extension loaders unless they're actually functions 14 years ago
Tim-Smart 0f16af7ee4 Remove registerExtension, add .extensions. Tests. 14 years ago
isaacs bb08f0c219 Remove require.async 14 years ago
Ryan Dahl 4962702e4a Revert requireNative changes: 4e6b9b0, d429033, 6abbfa0, bcad540 14 years ago
Ryan Dahl 776754c33f Remove process._byteLength 14 years ago
Ryan Dahl 9628e28aec Remove process.evalcx 14 years ago
Ryan Dahl 01b3418e2e Move IOWatcher and Timer to process.binding 14 years ago
Ryan Dahl f8ce848d9b Remove process.global 14 years ago
Ryan Dahl 6eca948ca2 Move constants out of process object 14 years ago
Ryan Dahl 42eb5a6898 Simplify REPL 14 years ago
Herbert Vojčík 4e6b9b0992 No need to do if (internalModuleCache...), it's in requireNative. 14 years ago
Herbert Vojčík d429033fd7 Module system moved to the bottom, where only is it needed. 14 years ago
Herbert Vojčík 6abbfa09ff m.id unneccessary, id is enough. 14 years ago
Herbert Vojčík bcad5403d6 Natives having their own self-contained minimalistic module system. 14 years ago
Ryan Dahl f47ad10db7 Remove a few old deprecation warnings 14 years ago
Ryan Dahl feea1330cc Make a list of known globals 14 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