550 Commits (7a5b023bacadc7e80935718607ee1adf57c9a967)

Author SHA1 Message Date
Ryan Dahl 180dfca03f Pretty error message messes up if readFileSync in main module fails. 14 years ago
Ryan Dahl 5a21138e37 fix global leak 14 years ago
Anders Conbere e9c7195471 Reworks the two functions traverser and findModulePath into a more readable form. 14 years ago
Ryan Dahl da96e07bbe fix global leak 14 years ago
Ryan Dahl 558e5ba2b0 lint util.js and src/node.js 14 years ago
Ryan Dahl 70188499b0 Lazy load console object 14 years ago
Ryan Dahl b6face1dce Remove unnecessary variable def 14 years ago
isaacs b52b4196ab Fix problem with requireNative not exporting 'module' object 14 years ago
Ben Noordhuis f0b8cc6a94 require() should work with `node --eval`. 14 years ago
Herbert Vojčík 3422263414 requireNative made independent on module system 14 years ago
Ryan Dahl a16b3c3148 Use runInNewContext instead of process.compile 14 years ago
Ryan Dahl b1088d6bd2 Load 'path' module with requireNative 14 years ago
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 15 years ago
Jorge Chamorro Bieling fd70d30a9c make "node --eval" eval in the global scope. 15 years ago
Ryan Dahl 79944006e2 Move setTimeout and friends into timers module 15 years ago
Jorge Chamorro Bieling 99e19aa398 Remove unneeded function wrappers 15 years ago
isaacs 5e14c8bec0 Add ~/.node_modules as well as ~/.node_libraries 15 years ago
isaacs b0adaff67e require looks in node_modules folders 15 years ago
isaacs 492fc0d752 Split out modulePaths and defaultPaths 15 years ago
isaacs 226eff5104 Add require.resolve. 15 years ago
Ryan Dahl 0fcb3bd3a9 Add .js to native script's filename 15 years ago
Micheil Smith e38eb0c5a4 Soft migration of sys -> util, Removal of deprecated utils module. 15 years ago
Ryan Dahl 54e844cf08 add require.cache 15 years ago
Joshaven Potter 3d4e4d8909 syntax fixes to pass jslint 15 years ago
TJ Holowaychuk 9481bc1009 Added -e, --eval 15 years ago
isaacs e9b6b0b327 Report "weird" errors a little better. 15 years ago
Ryan Dahl 5a4c40beea Drop reference to timer callback on clearTimeout 15 years ago
Ryan Dahl 5cc1428d5f Remove unused function 15 years ago
Ryan Dahl 1a2c1c8a96 Simplify: per-module cache thing 15 years ago
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