569 Commits (7f63449fde070455b337cd4b8e094d5366eb2dd8)

Author SHA1 Message Date
Ryan Dahl 496be457b6 Allow third party hooks before main module load 14 years ago
Felix Geisendörfer f5fbb707b2 Fix NODE_PATH, was broken after cleanup 14 years ago
Felix Geisendörfer f61277ecb0 Always init module paths 14 years ago
Felix Geisendörfer 2e5dfafcb0 Cleanup node module system code 14 years ago
Ryan Dahl 5342e3e925 expose module wrapper to native modules 14 years ago
Mihai Călin Bazon 0853730c35 realpath files during module load 14 years ago
Ryan Dahl 5a05992155 Lint 14 years ago
Bert Belder 1ac133ea6f Replace string magic + path.join by path.resolve 14 years ago
isaacs 48334dc0b1 Fix regression introduced in fe804d9b 14 years ago
Bert Belder fe6f363837 Revert "realpath files during module load" 14 years ago
Mihai Călin Bazon 131546e733 realpath files during module load 14 years ago
Ryan Dahl e4dd5cd6fd NODE_DEBUG uses strings instead of bitflags 14 years ago
Ryan Dahl 2e3e95ee89 add process.stdin 14 years ago
Ryan Dahl 29626d8731 Syntax error hack for modules. 14 years ago
Ryan Dahl 1c7cd4aac3 Make syntax error display optional 14 years ago
Ryan Dahl 90e55c3357 Rather have the debugger be parent process 14 years ago
Ryan Dahl 8d82ec2130 Add beginning of build-in debugger 14 years ago
Bert Belder fe804d9bc7 _Partial_ backslash support in node.js argv directory munging 14 years ago
Felix Geisendörfer e27418ca3f Prefer require.cache over native module cache 14 years ago
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