41 Commits (4cc0a0878fb0b31547c9a8d27e31f1daceb49524)

Author SHA1 Message Date
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
isaacs 3599c71dae Closes GH-690 node_modules folders should be highest priority 14 years ago
Felix Geisendörfer 66601f13d9 Do not cache modules that throw exceptions 14 years ago
isaacs f8defa3e09 package.json main as indexed subdir 14 years ago
isaacs 46513483cd node_modules module lookup, +docs and test. 14 years ago
isaacs 9bed5dcb2c Support caching for realpath, use in module load 14 years ago
isaacs da2f4b2dc4 support for package.json 14 years ago
isaacs 2f1f22ab26 module: define functions only once. 14 years ago
isaacs f86ec1366f Closes GH-619 Make require.main be the main module 14 years ago
Ryan Dahl bfb6a67d60 Another fix for process.assert 14 years ago
Ryan Dahl f71e4d8b43 Fix process.assert problem 14 years ago
isaacs 6cdeb3b3fd A module ID with a trailing slash must be a dir. 14 years ago
Daniel Ennis 52f93185c7 Adding support for require-like initialization of node, 14 years ago
Ryan Dahl 9e976abad9 lint 14 years ago
Felix Geisendörfer 5a49f96505 Move commonjs module system into lib/module.js 14 years ago
Ryan Dahl d408de87fc Remove module.js - put code into src/node.js 14 years ago
Nick Stenning 0a3eff8021 Standardise module load order for native and registered file extensions. 14 years ago
Nick Stenning 78520ba482 Don't attempt to load a directory. 14 years ago
Ryan Dahl adec544fdd Revert "Expose the V8 debug object process.debug" 14 years ago
Ryan Dahl d9fbb8a580 Expose the V8 debug object process.debug 14 years ago
Danny Coates dc8c079d90 remove node::CheckBreak in favor of using the v8 debugger js object 14 years ago
Ryan Dahl b5b83b210b Fix --debug-brk; hacky solution 14 years ago
isaacs f0f247d7e5 Fix dirname so that dirname('/a/b/') -> '/a', like sh's does. 14 years ago
isaacs d75b63bc3c Support including modules that don't have an extension. 14 years ago
isaacs 49e0f14a2f Cache modules based on filename rather than ID 14 years ago
Ryan Dahl 9472812569 Fix reference to root global context 14 years ago
Ryan Dahl 3a00470dbb Add 'root' global variable as reference to sandbox 14 years ago
Ryan Dahl 5f30377bbc Load modules in individual contexts 14 years ago
isaacs 781d51285d Use execPath for default NODE_PATH, not installPrefix 15 years ago
David Siegel 2085909aeb fix corner-case bug in Module 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 ce8c30c9de Clean up indention on module compile 15 years ago
Ryan Dahl 6056d2ea2c node without arguments starts the REPL 15 years ago
Felix Geisendörfer 987cbe35c6 Fix: require.async module exception delegation 15 years ago
Ryan Dahl 1a5acd9850 API: readFileSync without encoding argument now returns a Buffer 15 years ago
Ryan Dahl 74b7fa29a1 Refactor HTTP 15 years ago
Ryan Dahl ab068db9b1 Improve error reporting 15 years ago
Tim Caswell c07c601c3b fs.readFile uses a buffer internally and will return the raw buffer if no encoding is specified. 15 years ago
isaacs c0d42b0365 Look in /usr/local/lib/node for modules, so that there's a way to install modules globally 15 years ago
isaacs cfd459abde Move the module loading framework into lib/module.js. Minimal changes otherwise. 15 years ago
isaacs e0061a511d refactor path module to lib/path.js 15 years ago
isaacs 7ff53f4c6a Refactor events module to lib/events.js 15 years ago
Michaeljohn Clement ac9d9f4e9f better function test in addEventListener 15 years ago
Herbert Vojcik c2a06725d6 Script class with eval-function-family in binding('evals') plus tests. 15 years ago
Ryan Dahl 4e7e2f8724 Change nextTick implementation for the better 15 years ago
Ryan Dahl b98cd6753b process.mixin: deprecation -> removed 15 years ago
Tim Caswell 62d9852c3d Replace slow and broken for..in loops with faster for loops over the keys. 15 years ago
Herbert Vojcik 06b9c8bf1f Fix of normalizing paths of form ./../the/rest 15 years ago
Ryan Dahl 218d7e9f2d Clean up NODE_DEBUG detection 15 years ago