385 Commits (6cc42927d83adf2f89809ff54732e13f9376ff6c)

Author SHA1 Message Date
Ryan Dahl b4ff36a41b Add --cov code coverage option 14 years ago
Ryan Dahl 75db1995b6 Don't conflict with V8's Script class 14 years ago
Ryan Dahl 4a9f2de956 Allow script to be read from stdin 14 years ago
Ryan Dahl 59f7232a30 Simplify startup function in src/node.js 14 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
Ryan Dahl 2a05fe784d Do not use defineGetter in src/node.js for better crankshaft perf 14 years ago
cloudhead a91b140963 fix process.on edge case with signal event 14 years ago
Tj Holowaychuk 42a369620f Fixed null signal preservation 14 years ago
Ryan Dahl 3ec030535c stderr should be EventEmitter even if it doesn't emit anything 14 years ago
Ryan Dahl bc23ec8d05 Add process.stderr stream 14 years ago
Ryan Dahl bfb6a67d60 Another fix for process.assert 14 years ago
Ryan Dahl f9f0e5c75c Pre-process out assert() 14 years ago
Felix Geisendörfer 91cc2d8c4b Restructure src/node.js startup code 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
Bert Belder 0b5bf70bff Use tty.ReadStream and tty.WriteStream for stdio when appropriate 14 years ago
Felix Geisendörfer 0263f01475 Fix test-require-cache-without-stat.js 14 years ago
Felix Geisendörfer f39fdf2610 Isolate native module system again 14 years ago
Ryan Dahl d9087c10ad style 14 years ago
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