118 Commits (d55a778bae2188a24b2cb1f1006cf7cc09432649)

Author SHA1 Message Date
Michaël Zasso a4f4909f3d module: fix stat with long paths on Windows 9 years ago
Pierre Inglebert a71ee93afe module: reduce syscalls during require search 10 years ago
Michaël Zasso 671e64ac73 module: allow long paths for require on Windows 9 years ago
Ali Ijaz Sheikh 5759722cfa src: fix module search path for preload modules 10 years ago
Ben Noordhuis 1bbf8d0720 lib: speed up require(), phase 2 10 years ago
Ben Noordhuis b14fd1a720 lib: speed up require(), phase 1 10 years ago
Chris Dickinson 0450ce7db2 repl: add mode detection, cli persistent history 10 years ago
Chris Yip 7384ca83f9 module: remove '' from Module.globalPaths 10 years ago
Roman Reiss 5b844e140b module: fix style 10 years ago
Roman Reiss 3ad82c335d module: handle NODE_PATH in require('.') 10 years ago
Vladimir Kurchatkin 2db758c562 iojs: introduce internal modules 10 years ago
Michaël Zasso 6fc5e95354 module: allow require('.') 10 years ago
Ben Noordhuis f58e59649d lib: remove broken NODE_MODULE_CONTEXTS feature 10 years ago
Herbert Vojčík 6a2b204bbc module: replace NativeModule.require 10 years ago
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Evan Lucas 78a7dc2b8f module: fix regression in require ../ 10 years ago
Ben Noordhuis ddf17f995b lib: optimize require() path walking 10 years ago
Robert Kowalski 36777d2a5f module: test for directories, fix require with .. 11 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
haoxin 00d7b13a18 module: correct the order of the assertions 10 years ago
Maciej Małecki 4f1ae11a62 module: eliminate double `getenv()` 11 years ago
Robert Kowalski 46ccb201cb module: don't require fs several times 10 years ago
Fred K. Schott a55c60c715 module: document important methods 11 years ago
Wyatt Preul 1d5e797445 module: only cache package main 11 years ago
Domenic Denicola fd3657610e vm: update API to use options argument 11 years ago
Domenic Denicola 7afdba6e0b vm, core, module: re-do vm to fix known issues 11 years ago
Matthew Aynalem c171c490f2 fixes #6031 spelling errors 11 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 11 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 11 years ago
isaacs 896b2aa707 util: Add debuglog, deprecate console lookalikes 12 years ago
Robert Kowalski 812356049d module: use path.sep instead of a custom solution 12 years ago
Robert Kowalski 04ce80760e module: use path.sep instead of custom solution 12 years ago
Andrew Paprocki c081809344 vm: add support for timeout argument 12 years ago
isaacs 875e4a0c59 core: Remove the nextTick for running the main file 12 years ago
isaacs 15508589a1 addon: Pass module object to NODE_MODULE init function 12 years ago
Felix Böhm 7465cf911a module: assert that require() is called with a string 12 years ago
James Campos c93c99c7c3 assert that require() has a truthy path 12 years ago
isaacs 8509073458 lint 12 years ago
Bert Belder 5288ed75be windows: use USERPROFILE to get the user's home dir 12 years ago
tasogarepg 21c4b9a9eb debugger: fix --debug-brk 12 years ago
isaacs 22804a9eb8 module: use 'repl' as the filename arg if missing 12 years ago
TJ Holowaychuk ed7fb149a2 module: add filename to require() json errors 12 years ago
Felix Geisendörfer bf9d8e9214 Fix exception output for module load exceptions 13 years ago
Shigeki Ohtsu 891f9defeb No need to have NativeModule.require('fs') in Module._findPath() 13 years ago
isaacs a10cfba766 module: remove 'exited', replace 'children' array 13 years ago
Ben Noordhuis 09c296b44d debugger: fix --debug-brk 13 years ago
Ben Noordhuis 3deceaf6e7 Revert "Process symlinked shared library as .node" 13 years ago
Ben Noordhuis a9723df1b7 Revert "Process symlinked shared library as .node" 13 years ago